Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

63 lines (45 loc) · 2.01 KB

Changelog

All notable changes to sleek will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.19] - 2025-03-06

Added

  • Tray icons which adapt to color theme of operating system (#593)
  • Option to invert color of tray icon manually
  • Option to let the app start minimized to tray (#748)
  • DMG background image
  • Help button to splashscreen
  • Added icons for completion and creation dates (#747)
  • New line is added to eof to establish wider todo.txt application compatibility (#730)

Enhanced

  • Replaced dayjs with Luxon
  • Refactoring Date, Theme, Store, Menu module
  • Adjusted the red color hue (discussed in #784)

Fixed

  • Bug in notification feature which did not suppress messages reliably
  • Bug regarding missing search term (#785)
  • Bugs around how the app starts and quits

[2.0.18] - 2025-02-26

Added

  • vitest as new testing framework
  • Test cases for Notification module
  • Configured codecov for testing during pipeline runs

Enhanced

  • Refactored stores
  • Refactored Notification module
  • Refactored compact view

[2.0.17] - 2025-02-24

Added

  • Compact view
  • Button to remove saved filters
  • Translations for Brazilian Portugese by @johnpetersa19 in #762
  • Option to sort completed task at the end of the list (#771, #590)

Enhanced

  • Extended the zoom level to 50% to 150%
  • CSS and React component refactoring
  • Replaced deprecated Gitlab workflow action
  • Enhanced build workflow: Not needed files are now excluded. On the macOS releases this reduces download size by roughly 10 Mb and the App size after installation by roughly 50 Mb
  • The way configurations/settings are handled has been refactored, resulting in less unnecessary renderings

Fixed

  • Fixed #764
  • Fixed #763
  • Fixed #617 (thanks to upstream @jmhobbs, @madeindjs)
  • Fixed broken Peggy integration #647