You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,26 @@
3
3
## 0.1.0 (2024-05-29)
4
4
5
5
6
+
### Features
7
+
8
+
* add flags and help text ([e0b8842](https://github.com/scottmckendry/pat/commit/e0b8842eed75981921f7c7212bcf2255c8a13347))
9
+
* add support for transparent images ([26a0e23](https://github.com/scottmckendry/pat/commit/26a0e23fef86f6eab52dd520ab3cd0f74a3cda88))
10
+
***ci:** add go releaser ([fcef484](https://github.com/scottmckendry/pat/commit/fcef484dbeb774419995e5f5cd58e3cae4c20f3d))
11
+
***ci:** add test, lint and release please jobs ([#1](https://github.com/scottmckendry/pat/issues/1)) ([2775c83](https://github.com/scottmckendry/pat/commit/2775c83cdfc89c769b5f0d4e342ecfee44c52d60))
12
+
* poc - image printing to conosole :tada: ([90ac7e3](https://github.com/scottmckendry/pat/commit/90ac7e33446c3b7b6a7dbfaac43e48a84bb76c9f))
13
+
* replace flag package with cobra ([2075cf0](https://github.com/scottmckendry/pat/commit/2075cf0a72ca9802932e353a2e713d7499cf1467))
14
+
* replace hard coded path with argument ([750def5](https://github.com/scottmckendry/pat/commit/750def5cef392e7ef3435d34ff38438076db0bd9))
15
+
16
+
17
+
### Bug Fixes
18
+
19
+
* render bug introduces by resets on new lines ([1913f6d](https://github.com/scottmckendry/pat/commit/1913f6df59cfae0e2274a71532e88e9fe61c9a78))
20
+
* row of black pixels when total rows after resize is odd ([8d5ff5e](https://github.com/scottmckendry/pat/commit/8d5ff5efc39f20f49e4515ec581f83d3d9c3978a))
21
+
***test:** replace line endings regardless of OS ([c554dca](https://github.com/scottmckendry/pat/commit/c554dca071814f2b1095082e9fe6d712763181f3))
22
+
23
+
## 0.1.0 (2024-05-29)
24
+
25
+
6
26
### Features
7
27
8
28
* add flags and help text ([e0b8842](https://github.com/scottmckendry/pat/commit/e0b8842eed75981921f7c7212bcf2255c8a13347))
0 commit comments