Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

78 lines (44 loc) · 2.91 KB

Changelog

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

[3.0.0] - 2023-07-22

Features

  • Multi threading with chrono (5a94c01)

[2.0.1] - 2022-12-28

Performance

  • Migrate to owo-color (c88a60a)

    It has fewer dependencies

[2.0.0] - 2022-12-20

Bug fixes

  • period is more self-describable (2430dde)

[1.0.0] - 2021-04-20

Features

  • Ability to set app icon (890c0fa)

  • Show a char to distinguish a time in JSON mode (9c3c428)

    If the status bar supports cycling command, it will be hard to distinguish a difference between year, month, and week. A char prefix such "y", "m", "w" would be helpful.

Bug fixes

  • Wrong month and week ratio computation (e1f79b7)
  • I3status.rs can't accept unicode icon (21a0af2)

[0.1.3] - 2021-04-19

Bug fixes

  • Don't colorize JSON output (bf5f186)

    It's useless.

  • Hide possible values (ef1ccd4)

    Add too many info in terminal.

  • Use time as an argument instead of an option (9e8d683)

    Using time as an argument is somewhat wrong

[0.1.2] - 2020-09-29

Bug fixes

  • Wrong name in argument doc (a80f8f9)

[0.1.1] - 2020-09-28

Features

  • Support full bar and rest bar config (ab4ebfb)
  • Add initial support for config (ab0db5f)

[0.1.0] - 2020-09-28

Features