Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed May 18, 2022
1 parent 6a827a1 commit e94ced4
Showing 1 changed file with 29 additions and 25 deletions.
54 changes: 29 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,47 @@
## [Unreleased]
# Changelog

## [v1.0.4] - 2021-11-15
All notable changes to this project will be documented in this file.

### Development
- Port to clap v2. The v3 API is always changing.
## [1.0.0] - 2021-04-20

## [v1.0.3] - 2021-11-14
### Features
- Ability to set app icon ([890c0fa](890c0fa3bcdf0e4e80f68b79a59f0ce53e107907))
- Show a char to distinguish a time in JSON mode ([9c3c428](9c3c428a29b76cf30730495c4fcf8916ccb7895d))

- Migrate to GitHub

## [v1.0.0] - 2021-04-20
### Bug fixes
- Wrong month and week ratio computation ([e1f79b7](e1f79b7ae3d29a0772daae001edcb67f84d756f8))
- I3status.rs can't accept unicode icon ([21a0af2](21a0af2dbe9fa7290300fffda0d8eccc677fba36))

- All bugs are fixed, and the API is now stabilized. Now `zman` is ready to have a show.

### Features
- 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.
## [0.1.3] - 2021-04-19

### Bug fixes
- Don't colorize JSON output ([bf5f186](bf5f1868d3d8d958e2f60353eaee5e292ad0046c))
- Hide possible values ([ef1ccd4](ef1ccd4c1407f87e0dbeeb51e7389fe5be96ccb5))
- Use time as an argument instead of an option ([9e8d683](9e8d68323d073bb113c9c7bc84d00c11ffe35002))

### Bug Fixes
- Fixed wrong month and week ratio computation. Now week and month able to reach 100% in the end of time.

## [v0.1.3] - 2021-04-20
## [0.1.2] - 2020-09-29

### Bug Fixes
- Use time as an argument instead of an option. Now it's `zman year` instead of `zman --year`.
### Bug fixes
- Wrong name in argument doc ([a80f8f9](a80f8f96067681d15b18a7e77dba9befa6138a36))

### Bug Fixes
- Fix wrong name in argument doc

## [v0.1.2] - 2020-09-29
## [0.1.1] - 2020-09-28

### Features
- Support full bar and rest bar config ([ab4ebfb](ab4ebfbd79439c6d73eec5dcfa0d86ab31aa9614))
- Add initial support for `config` ([ab0db5f](ab0db5f8954b9f97d549c4915385e178919b6023))

### Bug Fixes
- Fix wrong name in argument doc

## [v0.1.1] - 2020-09-29
## [0.1.0] - 2020-09-28

### Features
- Add support for bar width, full bar, and rest bar string.
- Sane default value.
- Support colored output ([7cdcf30](7cdcf300304b9304ad631e3fe2d52aed245008f0))
- Support JSON ouput ([1dc35a6](1dc35a669b32659ff0cecd5c9c889b235b6781f5))
- Support week progress bar ([1ac0a8f](1ac0a8f23921afe15580025bcc545303d4d84d62))
- Support month progress bar ([27e801e](27e801e4506b27070a48a51985f3b8fbf212a82d))
- Add CLI support ([c978454](c978454e8521026c008af0b656895d96714319dc))

## [v0.1.0] - 2020-09-29

Initial release

0 comments on commit e94ced4

Please sign in to comment.