What's Changed
Added
- Added support for custom link protocols (https://github.com/ransome1/sleek/issues/900)
- Added i18n to the main process (by @Lezurex in https://github.com/ransome1/sleek/issues/897)
- Added support for customizable colors (https://github.com/ransome1/sleek/issues/695) and removed old custom CSS functionality
- Add proper TypeScript typings (by @Lezurex in https://github.com/ransome1/sleek/issues/875)
Enhanced
- Refactored archiving function
- Enhanced highlighting of elements and made it consistant
- Increased number of test cases
- Reduced amounts of IPC calls
- Updated all dependencies
Fixed
- Fixed broken positioning of date picker in todo grid view
- Fixed minor issue in search module
- Fix auto-insertion of creation date on completion (https://github.com/ransome1/sleek/issues/885)
- Preserve due-threshold gap in non-strict recurrence (https://github.com/ransome1/sleek/issues/889)
New Contributors
- @waldemar-p made their first contribution in https://github.com/ransome1/sleek/pull/885
- @wanhoff made their first contribution in https://github.com/ransome1/sleek/pull/889
Full Changelog: https://github.com/ransome1/sleek/compare/v2.0.25...v2.0.26