Skip to content

Commit 2a4bd82

Browse files
committed
v3.1.3
1 parent 079da98 commit 2a4bd82

File tree

3 files changed

+324
-11
lines changed

3 files changed

+324
-11
lines changed

โ€ŽCHANGELOG.mdโ€Ž

Lines changed: 322 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,266 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.1.3] - 2025-06-10
6+
7+
### ๐Ÿ’ผ Other
8+
9+
- Upgrade `jiff` from v0.1 to v0.2 ([43fad2c](https://github.com/azzamsa/zman/commit/43fad2c1bbde873c94e53222c0808df85114a2af))
10+
11+
It is safe to assume all days are 24 hours.
12+
As this tool just to show the progress bar.
13+
14+
- Upgrade dependencies ([e438b48](https://github.com/azzamsa/zman/commit/e438b48a8eb982c25a348a87b7d970d2f8713121))
15+
- Upgrade MSRV ([05514e0](https://github.com/azzamsa/zman/commit/05514e0660bed0616f2451f745fb4003f557b3b9))
16+
17+
### ๐Ÿ“š Documentation
18+
19+
- Decision regarding the JSON generation ([079da98](https://github.com/azzamsa/zman/commit/079da982d02477a58b23d0c0facbfc47832e527e))
20+
21+
### โš™๏ธ Miscellaneous Tasks
22+
23+
- Update configs ([4cd7373](https://github.com/azzamsa/zman/commit/4cd73739d3530301cc87aa746ba96ca9175ea241))
24+
25+
## [3.1.2] - 2024-08-07
26+
27+
### ๐Ÿšœ Refactor
28+
29+
- Group imports ([02e32ae](https://github.com/azzamsa/zman/commit/02e32aee6f0435913c3001142f58182ae79d828d))
30+
31+
## [3.1.1] - 2024-08-07
32+
33+
### ๐Ÿ’ผ Other
34+
35+
- Put formatter and linter configs in the root directory ([60898be](https://github.com/azzamsa/zman/commit/60898bed4baa189b2050714766f8fdce51976272))
36+
37+
Otherwise, we would have to deal with a custom `--config-path` for every possible formatter on Earth.
38+
It's okay to let them clutter the directory (check out other popular repos!).
39+
Even if they are visible on the GitHub repo, locally they are hidden by your favorite editor.
40+
41+
### ๐Ÿšœ Refactor
42+
43+
- Use cleaner approach for defining `today` ([cbca1b2](https://github.com/azzamsa/zman/commit/cbca1b2169889defa66d856f1ba882ee0e3e6a41))
44+
45+
### ๐Ÿ“š Documentation
46+
47+
- Outdated CI badge ([f403c07](https://github.com/azzamsa/zman/commit/f403c07e1934d1957236d5011ff7df743ea34491))
48+
49+
## [3.1.0] - 2024-08-06
50+
51+
### ๐Ÿ’ผ Other
52+
53+
- Adopt `just` new features ([c166b77](https://github.com/azzamsa/zman/commit/c166b7706341e4929325c9938df670cdda9e451e))
54+
55+
It simplifies my recipes.
56+
57+
- Upgrade dependencies ([5e823fe](https://github.com/azzamsa/zman/commit/5e823feb04c3b29cfa40327e1a3e01383c2e0e32))
58+
- Upgrade dependencies ([4dfee37](https://github.com/azzamsa/zman/commit/4dfee3790fdfaa785382a1504003341c28376d04))
59+
- Put formatter and linter configs in the root directory ([a1c8e66](https://github.com/azzamsa/zman/commit/a1c8e66eb33286706e020bd4b3634c947c9ec60a))
60+
61+
Otherwise, we would have to deal with a custom `--config-path` for every possible formatter on Earth.
62+
It's okay to let them clutter the directory (check out other popular repos!).
63+
Even if they are visible on the GitHub repo, locally they are hidden by your favorite editor.
64+
65+
- Upgrade dependencies ([80ac947](https://github.com/azzamsa/zman/commit/80ac9474e5d10d9eb23163ede520f0ecb93b205e))
66+
- Upgrade MSRV ([cf8b583](https://github.com/azzamsa/zman/commit/cf8b583d1270d1fd6a4fd6ce4c76df4873438191))
67+
- Add new workflow ([d46252d](https://github.com/azzamsa/zman/commit/d46252db95c3c59cdc7094b7eb424ad1e37202f9))
68+
- Upgrade dependencies ([a25c898](https://github.com/azzamsa/zman/commit/a25c898ec091c93c7ab50eb48860d31ad0ac7cdd))
69+
70+
### ๐Ÿšœ Refactor
71+
72+
- Port chrono to jiff ([cf3b798](https://github.com/azzamsa/zman/commit/cf3b798fcfc9d455853b4328bb09ea824f370cae))
73+
74+
jiff API is much more cleaner.
75+
76+
- Don't pass too many args to a function ([304afd5](https://github.com/azzamsa/zman/commit/304afd5af6878adc876dadc63adc49c96cfdc60a))
77+
78+
### ๐Ÿ“š Documentation
79+
80+
- Enable github sponsor ([7b5d23c](https://github.com/azzamsa/zman/commit/7b5d23cb7d8390e2882148edb94deac5d88796a6))
81+
82+
### โš™๏ธ Miscellaneous Tasks
83+
84+
- Update ([94cb107](https://github.com/azzamsa/zman/commit/94cb10791593a2f8be6be0c0c08304cf9962726a))
85+
- Remove unused tool ([9ab919b](https://github.com/azzamsa/zman/commit/9ab919b894641b5c990cde8a8f279cf57de726c6))
86+
- Use regex for os name ([05946eb](https://github.com/azzamsa/zman/commit/05946eb751ce4de2827f189525e1fe8c34078ada))
87+
88+
I don't want to change it every year
89+
90+
- `APP_NAME` is suitable for both library and binary ([7900b18](https://github.com/azzamsa/zman/commit/7900b18105677698c292c764cd95f2058a1d2372))
91+
592
## [3.0.0] - 2023-07-22
693

7-
### Features
94+
### ๐Ÿš€ Features
895

996
- Multi threading with `chrono` ([5a94c01](https://github.com/azzamsa/zman/commit/5a94c01b702500d4c269f58dd9fe0afcae1f3a37))
1097

98+
### ๐Ÿ’ผ Other
99+
100+
- Upgrade dependencies ([12c706e](https://github.com/azzamsa/zman/commit/12c706edcbf3f3e0efe98ca81d412d26bcccf67d))
101+
- Support binstall ([50c7a2f](https://github.com/azzamsa/zman/commit/50c7a2f8624e2b9ae44517417cfd2b9f67b98eb6))
102+
103+
### ๐Ÿšœ Refactor
104+
105+
- New workflow ([df53b9d](https://github.com/azzamsa/zman/commit/df53b9dd7e8c38dc8782e0bc068b6475000c4737))
106+
107+
### ๐Ÿ“š Documentation
108+
109+
- Update copyrights year. ([b88ef4a](https://github.com/azzamsa/zman/commit/b88ef4a2eb95aa40519d53121afad589518e3643))
110+
- Binstall installation guide ([452104b](https://github.com/azzamsa/zman/commit/452104b9ca725bc95dd4f3337156391c59251b6d))
111+
112+
### โš™๏ธ Miscellaneous Tasks
113+
114+
- `build` matrix is not needed ([65ec38d](https://github.com/azzamsa/zman/commit/65ec38d5321740b055b7c737b6b609f082989be0))
115+
- Remove debug step ([42e0ab3](https://github.com/azzamsa/zman/commit/42e0ab3087ef6bedf92bdf283923d8f001d69640))
116+
117+
## [2.0.2] - 2023-01-03
118+
119+
### ๐Ÿงช Testing
120+
121+
- Fails during the start of the year ([395997c](https://github.com/azzamsa/zman/commit/395997c877372b1eddcbe2bceb2084deb57bcbb8))
122+
123+
### โš™๏ธ Miscellaneous Tasks
124+
125+
- Better workflow ([5b8c5b0](https://github.com/azzamsa/zman/commit/5b8c5b08adb732b44b876f0ba9944d846c217bab))
126+
11127
## [2.0.1] - 2022-12-28
12128

13-
### Performance
129+
### ๐Ÿ’ผ Other
130+
131+
- Remove unused git-cliff arg ([8bdbe4e](https://github.com/azzamsa/zman/commit/8bdbe4ee033148b0061333a72bf51a1b2e96bf05))
132+
- Add git hook ([7a4db9a](https://github.com/azzamsa/zman/commit/7a4db9a6120a1a7f6510ae20e8753e27f575c47b))
133+
- `content` parser is not used here ([3bc84b2](https://github.com/azzamsa/zman/commit/3bc84b2a9a7cca67104c4589fa0c654a2be13353))
134+
135+
### ๐Ÿšœ Refactor
136+
137+
- Reorder functions ([8661500](https://github.com/azzamsa/zman/commit/8661500ab2e10cf76716a9ebfe9cb575a1a5d28d))
138+
- Remove unused `derive` traits ([af795c7](https://github.com/azzamsa/zman/commit/af795c73c9c9af51d4511ee725d416f036ff349f))
139+
140+
### ๐Ÿ“š Documentation
141+
142+
- Refactor ([40b62ca](https://github.com/azzamsa/zman/commit/40b62cac70020798a2aa07bb4b6dd9ecd851ca9d))
143+
- Add commit message format ([9c1263f](https://github.com/azzamsa/zman/commit/9c1263f00917cd71c1644f5fb8b47b1b5aedef2e))
144+
- Update guide ([1bb1639](https://github.com/azzamsa/zman/commit/1bb16397242cc27756ff90c5fa7c65083112a401))
145+
146+
### โšก Performance
14147

15148
- Migrate to `owo-color` ([c88a60a](https://github.com/azzamsa/zman/commit/c88a60aea3d5cd09c77656a02b821a08c3ce86b5))
16149

17150
It has fewer dependencies
18151

152+
### ๐Ÿงช Testing
153+
154+
- Fails during the end of the month ([f910ade](https://github.com/azzamsa/zman/commit/f910ade3077a131b372021a2a3c6519371198fee))
155+
- Don't hardcode crate name ([2b83dec](https://github.com/azzamsa/zman/commit/2b83decd51e6c88c2c26ebd695318a39cf9b4bca))
156+
157+
### โš™๏ธ Miscellaneous Tasks
158+
159+
- Simplify release workflow ([095825e](https://github.com/azzamsa/zman/commit/095825ea4d850d5f21f46e10777c31fcbc8b075d))
160+
- `dprint` not found ([f08223a](https://github.com/azzamsa/zman/commit/f08223a63d1ad6800350d1e658a6f85432c99b7c))
161+
19162
## [2.0.0] - 2022-12-20
20163

21-
### Bug fixes
164+
### ๐Ÿ› Bug Fixes
22165

23166
- `period` is more self-describable ([2430dde](https://github.com/azzamsa/zman/commit/2430dde16f3697963ed5692a5ad80479148d61b3))
24167

168+
## [1.0.7] - 2022-12-20
169+
170+
### ๐Ÿ’ผ Other
171+
172+
- Bump rust edition ([4975600](https://github.com/azzamsa/zman/commit/49756001a9cd210ccf07529fdf9403a82f400a1a))
173+
- Update release step ([a16d7be](https://github.com/azzamsa/zman/commit/a16d7beb9a6095ad52f1c79bae40954ba50130e2))
174+
- Migrate from `make` to `just` ([4b5f491](https://github.com/azzamsa/zman/commit/4b5f49136a6a7e6927cd692f77724d904967f510))
175+
176+
### ๐Ÿšœ Refactor
177+
178+
- Remove any `unrwap` ([bf09e1b](https://github.com/azzamsa/zman/commit/bf09e1b71dbe7453989308a54d265fd6c6170f5e))
179+
- Use `thiserror` internally ([5bfdba1](https://github.com/azzamsa/zman/commit/5bfdba1885e27ac6adc93bacdd680bfd1e25f0e2))
180+
- Remove unused `clippy` rules ([4154042](https://github.com/azzamsa/zman/commit/4154042f6f97418164d817bc8dc45578675f0e0f))
181+
- Remove any `unwrap` ([104f853](https://github.com/azzamsa/zman/commit/104f8535b8fb789616087d958464b62078f62680))
182+
- Migrate to `time` from `chrono` ([b3dad64](https://github.com/azzamsa/zman/commit/b3dad64218e7ab3b17789d00cefa03043c377172))
183+
184+
Its API looks easier to use.
185+
186+
- Migrate to `clap derive` ([974f5a7](https://github.com/azzamsa/zman/commit/974f5a756430ce6a1d6fc7240dfef3c58f07b4b7))
187+
- Introduce `dprint` ([3d8c4e0](https://github.com/azzamsa/zman/commit/3d8c4e0295b3f3c9a8af24b42df517b27ddfc98d))
188+
189+
### โš™๏ธ Miscellaneous Tasks
190+
191+
- Use cross for all the release build ([a7aabe3](https://github.com/azzamsa/zman/commit/a7aabe3b35866b58766a349afe295b3b460a766d))
192+
- Update release task ([35f7e4e](https://github.com/azzamsa/zman/commit/35f7e4e7409509350143d14a54fe1ee6cc15b0fd))
193+
- Bump `windows` version ([52072d4](https://github.com/azzamsa/zman/commit/52072d430ac94b42a984544c5c44f034610e15e2))
194+
- Use `taiki-e/install-action` for `just` ([e60a22d](https://github.com/azzamsa/zman/commit/e60a22db4c81b317d903e87643aefacd38279c69))
195+
- Update ([3ef11ec](https://github.com/azzamsa/zman/commit/3ef11eceaed3017c14ae1693a0418483b5698002))
196+
197+
## [1.0.6] - 2022-05-18
198+
199+
### ๐Ÿšœ Refactor
200+
201+
- Update dependencies ([929d342](https://github.com/azzamsa/zman/commit/929d3425a389ba9358ce8952f1ed494fa0b529a2))
202+
203+
### โš™๏ธ Miscellaneous Tasks
204+
205+
- Disable `fail-fast` on release ([31ecc91](https://github.com/azzamsa/zman/commit/31ecc91af9ba5901711cc1bd19b6211df0c1db6c))
206+
- Fix sed expression ([15b6548](https://github.com/azzamsa/zman/commit/15b6548fd503c011e7e04032058f797f224693d3))
207+
- Don't skip tag in git cliff ([6348b1c](https://github.com/azzamsa/zman/commit/6348b1cc7dde10b1784d8f97180683b3e21fa6fa))
208+
209+
## [1.0.5] - 2022-05-18
210+
211+
### ๐Ÿ“š Documentation
212+
213+
- Update the release checklist ([21f5238](https://github.com/azzamsa/zman/commit/21f52388cf8c1fcbb647fcf6a5b8b0860e8c239c))
214+
- Update old documentation ([1bacc80](https://github.com/azzamsa/zman/commit/1bacc8069c4e60ca127407d971a20a6c0d15d520))
215+
216+
### โš™๏ธ Miscellaneous Tasks
217+
218+
- Fix missing step in makefile ([6a827a1](https://github.com/azzamsa/zman/commit/6a827a1be00456a2609d0b89d1a0535062927588))
219+
- Add release scripts ([68c8a56](https://github.com/azzamsa/zman/commit/68c8a56a87b168ea8ec15d8cc814ca82973a002e))
220+
- Add makefile ([8d0eb55](https://github.com/azzamsa/zman/commit/8d0eb55437d14dfec5a74ee48fc44915e4549a41))
221+
- Update CI workflows ([3c27d55](https://github.com/azzamsa/zman/commit/3c27d55c0366283a245eedf242a14680a85a5a72))
222+
- Remove SourceHut config ([45a1d5b](https://github.com/azzamsa/zman/commit/45a1d5ba7dbcc5fd641be9c4cd3856782ab74207))
223+
224+
## [1.0.4] - 2021-11-14
225+
226+
### ๐Ÿšœ Refactor
227+
228+
- Port to clap v2 ([4ac0794](https://github.com/azzamsa/zman/commit/4ac07944893403d4a417077d49d77971235b3de8))
229+
230+
The v3 API is always changing.
231+
232+
## [1.0.2] - 2021-11-14
233+
234+
### ๐Ÿšœ Refactor
235+
236+
- Clippy ([a4b6f44](https://github.com/azzamsa/zman/commit/a4b6f44ea3edf2986bc0ee2e9b91305d7012f9e1))
237+
- Hide private functions ([4044710](https://github.com/azzamsa/zman/commit/40447102713f6c75cbe1db69bfc968a60a8cdbd5))
238+
- Don't use glob import for `chrono` ([dfa857d](https://github.com/azzamsa/zman/commit/dfa857d525b9f7f832b76cd7c7e408d15cbb2e2c))
239+
240+
Just for readability.
241+
242+
### ๐Ÿ“š Documentation
243+
244+
- Update contributing ([f6b4416](https://github.com/azzamsa/zman/commit/f6b4416d7c57c1e23a6ada0249cdf37896a29d3e))
245+
- Update contributions steps ([2888ba7](https://github.com/azzamsa/zman/commit/2888ba73c60ac0547e5bf091a5235b06943183ca))
246+
- It's i3status-rust ([aea4c0b](https://github.com/azzamsa/zman/commit/aea4c0bf04dcfae6b0ffec54c090efab366f4839))
247+
248+
Not i3status-rs.
249+
250+
- Don't show `help` in demo ([551cea5](https://github.com/azzamsa/zman/commit/551cea5a3ca652251a9155fe8d5a2d507cb17042))
251+
252+
The `--help` contains the app version.
253+
While the API stays the same, the version number makes users think
254+
the repo was not updated correctly.
255+
256+
- Update release script path ([bcdf80d](https://github.com/azzamsa/zman/commit/bcdf80d3fa89543009c6293a3c5671b83ed2eb33))
257+
258+
### โš™๏ธ Miscellaneous Tasks
259+
260+
- Migrate to GitHub ([c9a5c52](https://github.com/azzamsa/zman/commit/c9a5c5220090b9d346dddfd7389bce43d43cc740))
261+
25262
## [1.0.0] - 2021-04-20
26263

27-
### Features
264+
### ๐Ÿš€ Features
28265

29266
- Ability to set app icon ([890c0fa](https://github.com/azzamsa/zman/commit/890c0fa3bcdf0e4e80f68b79a59f0ce53e107907))
30267
- Show a char to distinguish a time in JSON mode ([9c3c428](https://github.com/azzamsa/zman/commit/9c3c428a29b76cf30730495c4fcf8916ccb7895d))
@@ -33,14 +270,41 @@ All notable changes to this project will be documented in this file.
33270
distinguish a difference between year, month, and week.
34271
A char prefix such "y", "m", "w" would be helpful.
35272

36-
### Bug fixes
273+
### ๐Ÿ› Bug Fixes
37274

38275
- Wrong month and week ratio computation ([e1f79b7](https://github.com/azzamsa/zman/commit/e1f79b7ae3d29a0772daae001edcb67f84d756f8))
39276
- I3status.rs can't accept unicode icon ([21a0af2](https://github.com/azzamsa/zman/commit/21a0af2dbe9fa7290300fffda0d8eccc677fba36))
40277

278+
### ๐Ÿšœ Refactor
279+
280+
- Duplicate code ([ebb9935](https://github.com/azzamsa/zman/commit/ebb9935dc801bcced6abbe61d58b23b62696ec03))
281+
- Rename function name for readability ([2057427](https://github.com/azzamsa/zman/commit/205742738d27001fb7829ac03d3e6358b60bfbf6))
282+
283+
rename `get` to `compute`
284+
285+
### ๐Ÿ“š Documentation
286+
287+
- Master branch is not protected ([83c6ee3](https://github.com/azzamsa/zman/commit/83c6ee3577e31d0f217ecb2814be8084cba8e818))
288+
289+
We host zman on sr.ht, so the master branch is not protected
290+
291+
- Improve docs ([a2447c7](https://github.com/azzamsa/zman/commit/a2447c73ca2d4ec8ccccc3a90fd8e56bb916f655))
292+
- Zman now support time char prefix and icon ([5d945e3](https://github.com/azzamsa/zman/commit/5d945e323a81ea7689bae099b60584aeba2c4f85))
293+
- I3status.rs example configs ([6d35fe0](https://github.com/azzamsa/zman/commit/6d35fe090bed0f3654130f3666c97d05b507282a))
294+
295+
### ๐ŸŽจ Styling
296+
297+
- Change app icon ([36e1254](https://github.com/azzamsa/zman/commit/36e125440237525684cace7a4be2032414f434a4))
298+
299+
### ๐Ÿงช Testing
300+
301+
- Add more unit tests ([353a1e9](https://github.com/azzamsa/zman/commit/353a1e9222fa9acb7077b4ed0ba8f0e5e2c44fca))
302+
- Add unit tests ([d78c651](https://github.com/azzamsa/zman/commit/d78c651bf92a4e2207f1da6aace3c3d707b7a88f))
303+
- More integration tests ([0847f45](https://github.com/azzamsa/zman/commit/0847f457f5d33d3bc0848e2a91fab10fc272434c))
304+
41305
## [0.1.3] - 2021-04-19
42306

43-
### Bug fixes
307+
### ๐Ÿ› Bug Fixes
44308

45309
- Don't colorize JSON output ([bf5f186](https://github.com/azzamsa/zman/commit/bf5f1868d3d8d958e2f60353eaee5e292ad0046c))
46310

@@ -54,25 +318,74 @@ All notable changes to this project will be documented in this file.
54318

55319
Using time as an argument is somewhat wrong
56320

321+
### ๐Ÿ’ผ Other
322+
323+
- Restructure directory ([e788574](https://github.com/azzamsa/zman/commit/e7885743cd0a4de2162797f56ad989df2c7f15b6))
324+
325+
### ๐Ÿšœ Refactor
326+
327+
- Make clippy happy ([3740d56](https://github.com/azzamsa/zman/commit/3740d561d6ca27ba44d1b4309d179b6bf4450e9a))
328+
- Use printer module ([78cbe90](https://github.com/azzamsa/zman/commit/78cbe9092da46f5f1dfc27cd7dc2b01979d7b848))
329+
330+
### ๐Ÿ“š Documentation
331+
332+
- Add window dimension to record demo ([089c2d3](https://github.com/azzamsa/zman/commit/089c2d3bb5c9dd7cd08591af34693390cc3f6f9f))
333+
57334
## [0.1.2] - 2020-09-29
58335

59-
### Bug fixes
336+
### ๐Ÿ› Bug Fixes
60337

61338
- Wrong name in argument doc ([a80f8f9](https://github.com/azzamsa/zman/commit/a80f8f96067681d15b18a7e77dba9befa6138a36))
62339

340+
### ๐Ÿ’ผ Other
341+
342+
- Bump version to v0.1.2 ([bb62899](https://github.com/azzamsa/zman/commit/bb62899b91cc744d04957632ba42c1ec7d4175d8))
343+
- Add warning to update related release file ([d4b2300](https://github.com/azzamsa/zman/commit/d4b23005a8a4aea6ddc3e186c409f9331b836ee7))
344+
345+
### ๐Ÿ“š Documentation
346+
347+
- Update cotribution how-to ([df9609a](https://github.com/azzamsa/zman/commit/df9609a7421794f3b18a51156408761901c6dba5))
348+
- Add binaries info ([984be74](https://github.com/azzamsa/zman/commit/984be741be2395b46b311774bbf08b5abc4ee1b5))
349+
- Fix wrong link in the docs ([3b8a8e1](https://github.com/azzamsa/zman/commit/3b8a8e1c4a0c12beec01b20e02a85177299b4c0d))
350+
63351
## [0.1.1] - 2020-09-28
64352

65-
### Features
353+
### ๐Ÿš€ Features
66354

67355
- Support full bar and rest bar config ([ab4ebfb](https://github.com/azzamsa/zman/commit/ab4ebfbd79439c6d73eec5dcfa0d86ab31aa9614))
68356
- Add initial support for `config` ([ab0db5f](https://github.com/azzamsa/zman/commit/ab0db5f8954b9f97d549c4915385e178919b6023))
69357

358+
### ๐Ÿ’ผ Other
359+
360+
- Bump version to v0.1.1 ([65ae00b](https://github.com/azzamsa/zman/commit/65ae00b1e3e51ec7a0cbbf5fa8f4bb598acdaff6))
361+
362+
### ๐Ÿ“š Documentation
363+
364+
- Add doc regarding demo ([9caafb3](https://github.com/azzamsa/zman/commit/9caafb35a7c9c6fd83c185add000ef2443fa88e0))
365+
- Add default value in argument doc ([5fb2b9a](https://github.com/azzamsa/zman/commit/5fb2b9aa8849e26ccc255d5f85aa82bf2912bfd1))
366+
- Host demo in its own repo ([74df238](https://github.com/azzamsa/zman/commit/74df238c2d4354557fd71e41cd1af89cded5c9ae))
367+
- Add inspiration section ([9c4c42b](https://github.com/azzamsa/zman/commit/9c4c42b61153f90d661ef2d2d856261c24d3da04))
368+
70369
## [0.1.0] - 2020-09-28
71370

72-
### Features
371+
### ๐Ÿš€ Features
73372

74373
- Support colored output ([7cdcf30](https://github.com/azzamsa/zman/commit/7cdcf300304b9304ad631e3fe2d52aed245008f0))
75374
- Support JSON ouput ([1dc35a6](https://github.com/azzamsa/zman/commit/1dc35a669b32659ff0cecd5c9c889b235b6781f5))
76375
- Support week progress bar ([1ac0a8f](https://github.com/azzamsa/zman/commit/1ac0a8f23921afe15580025bcc545303d4d84d62))
77376
- Support month progress bar ([27e801e](https://github.com/azzamsa/zman/commit/27e801e4506b27070a48a51985f3b8fbf212a82d))
78377
- Add CLI support ([c978454](https://github.com/azzamsa/zman/commit/c978454e8521026c008af0b656895d96714319dc))
378+
379+
### ๐Ÿ’ผ Other
380+
381+
- Bump version to v0.1.0 ([64b1fef](https://github.com/azzamsa/zman/commit/64b1fef65bf2f759db5c67768bd3266a8bff1edf))
382+
- Add build scripts ([f11e5e7](https://github.com/azzamsa/zman/commit/f11e5e7d35d52122325bf66a3760b5a9ff67f6b1))
383+
384+
### ๐Ÿšœ Refactor
385+
386+
- Remove unused reference implementation ([f812495](https://github.com/azzamsa/zman/commit/f81249558ffa51c4eb30fa5b7839988a1cd815fe))
387+
388+
### ๐Ÿ“š Documentation
389+
390+
- Add LICENSE ([972986e](https://github.com/azzamsa/zman/commit/972986e5b688457a0359dc41ec3c7f11cc8bbd5a))
391+
- Add initial docs ([f0faceb](https://github.com/azzamsa/zman/commit/f0faceb6f2ed6e1170c4091959fe6fb9d4ce7ce3))

0 commit comments

Comments
ย (0)