|
1 |
| -## [Unreleased] |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -## [v1.0.4] - 2021-11-15 |
| 3 | +All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 |
| -### Development |
6 |
| -- Port to clap v2. The v3 API is always changing. |
| 5 | +## [1.0.0] - 2021-04-20 |
7 | 6 |
|
8 |
| -## [v1.0.3] - 2021-11-14 |
| 7 | +### Features |
| 8 | +- Ability to set app icon ([890c0fa](890c0fa3bcdf0e4e80f68b79a59f0ce53e107907)) |
| 9 | +- Show a char to distinguish a time in JSON mode ([9c3c428](9c3c428a29b76cf30730495c4fcf8916ccb7895d)) |
9 | 10 |
|
10 |
| -- Migrate to GitHub |
11 | 11 |
|
12 |
| -## [v1.0.0] - 2021-04-20 |
| 12 | +### Bug fixes |
| 13 | +- Wrong month and week ratio computation ([e1f79b7](e1f79b7ae3d29a0772daae001edcb67f84d756f8)) |
| 14 | +- I3status.rs can't accept unicode icon ([21a0af2](21a0af2dbe9fa7290300fffda0d8eccc677fba36)) |
13 | 15 |
|
14 |
| -- All bugs are fixed, and the API is now stabilized. Now `zman` is ready to have a show. |
15 | 16 |
|
16 |
| -### Features |
17 |
| -- Show a char to distinguish a time in JSON mode. Now a JSON output will be prefixed with `y`, `m`, or `w`. To better distinguish the output. |
| 17 | +## [0.1.3] - 2021-04-19 |
| 18 | + |
| 19 | +### Bug fixes |
| 20 | +- Don't colorize JSON output ([bf5f186](bf5f1868d3d8d958e2f60353eaee5e292ad0046c)) |
| 21 | +- Hide possible values ([ef1ccd4](ef1ccd4c1407f87e0dbeeb51e7389fe5be96ccb5)) |
| 22 | +- Use time as an argument instead of an option ([9e8d683](9e8d68323d073bb113c9c7bc84d00c11ffe35002)) |
18 | 23 |
|
19 |
| -### Bug Fixes |
20 |
| -- Fixed wrong month and week ratio computation. Now week and month able to reach 100% in the end of time. |
21 | 24 |
|
22 |
| -## [v0.1.3] - 2021-04-20 |
| 25 | +## [0.1.2] - 2020-09-29 |
23 | 26 |
|
24 |
| -### Bug Fixes |
25 |
| -- Use time as an argument instead of an option. Now it's `zman year` instead of `zman --year`. |
| 27 | +### Bug fixes |
| 28 | +- Wrong name in argument doc ([a80f8f9](a80f8f96067681d15b18a7e77dba9befa6138a36)) |
26 | 29 |
|
27 |
| -### Bug Fixes |
28 |
| -- Fix wrong name in argument doc |
29 | 30 |
|
30 |
| -## [v0.1.2] - 2020-09-29 |
| 31 | +## [0.1.1] - 2020-09-28 |
| 32 | + |
| 33 | +### Features |
| 34 | +- Support full bar and rest bar config ([ab4ebfb](ab4ebfbd79439c6d73eec5dcfa0d86ab31aa9614)) |
| 35 | +- Add initial support for `config` ([ab0db5f](ab0db5f8954b9f97d549c4915385e178919b6023)) |
31 | 36 |
|
32 |
| -### Bug Fixes |
33 |
| -- Fix wrong name in argument doc |
34 | 37 |
|
35 |
| -## [v0.1.1] - 2020-09-29 |
| 38 | +## [0.1.0] - 2020-09-28 |
36 | 39 |
|
37 | 40 | ### Features
|
38 |
| -- Add support for bar width, full bar, and rest bar string. |
39 |
| -- Sane default value. |
| 41 | +- Support colored output ([7cdcf30](7cdcf300304b9304ad631e3fe2d52aed245008f0)) |
| 42 | +- Support JSON ouput ([1dc35a6](1dc35a669b32659ff0cecd5c9c889b235b6781f5)) |
| 43 | +- Support week progress bar ([1ac0a8f](1ac0a8f23921afe15580025bcc545303d4d84d62)) |
| 44 | +- Support month progress bar ([27e801e](27e801e4506b27070a48a51985f3b8fbf212a82d)) |
| 45 | +- Add CLI support ([c978454](c978454e8521026c008af0b656895d96714319dc)) |
40 | 46 |
|
41 |
| -## [v0.1.0] - 2020-09-29 |
42 | 47 |
|
43 |
| -Initial release |
|
0 commit comments