Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 5.5 KB

CHANGELOG.md

File metadata and controls

75 lines (51 loc) · 5.5 KB

v0.2.4 - 2024-09-22

💥 BREAKING CHANGES

  • due to 92ef409 - Include all icons in package. (commit by @imoize):

    No more installation of icon pack separately.

  • due to d77a882 - Minor refactor. (commit by @imoize):

    Refactor may affect app functionality. Reinstall maybe required.

✨ New Features

🐛 Bug Fixes

  • f6570c4 - Ui: Fixed statusbar height if no container listed. (commit by @imoize)
  • b9aed5c - Fixed progress bar and fetch timer should restore to initial value. (commit by @imoize)
  • 23106ca - Notification icon missing. (commit by @imoize)

♻️ Refactors

🔧 Chores

v0.1.1 - 2024-09-02

✨ New Features

  • f23cf89 - Ui: Display total containers and image count in statusbar. (commit by @imoize)

🐛 Bug Fixes

  • 32c16b2 - Fixed highlight not removed when cursor leave window. (commit by @imoize)

🔧 Chores

v0.0.4 - 2024-08-21

🐛 Bug Fixes

  • 269655c - Resolve issue where fetch container timer might be triggered twice (commit by @imoize)

♻️ Refactors

🔧 Chores

v0.0.3 - 2024-08-10

🐛 Bug Fixes

  • 0cf0c86 - Fix prevent null reference errors when navigating away and back (commit by @imoize)

♻️ Refactors

  • 49523e5 - Simplify and remove unused key handling (commit by @imoize)

🔧 Chores

v0.0.2 - 2024-08-08

🐛 Bug Fixes

  • e659245 - Poll API interval not running when initial startup (commit by @imoize)