Releases: ransome1/sleek
2.0.15-rc.1
What's Changed
This is primarily a maintenance release. All dependencies have been updated to their latest versions, and deprecated libraries have been removed. Additionally, the entire build and publish process has been migrated to Electron Forge. No new features have been introduced in this release.
Feel free to use this version and share any feedback with me if everything works as expected. Please backup your data before using this version
What has also changed
- solves filter bug due to todoObject.toString, issue #647 by @zerodat in #652
- fixes #647 for date expressions by @zerodat in #653
- Fix devEngine object shape in package.json by @LekkerKofi in #754
New Contributors
- @LekkerKofi made their first contribution in #754
Full Changelog: v2.0.14...2.0.15-rc.1
2.0.14-rc.1
What's Changed?
In this refactoring release, we've aimed to simplify the project and improve accessibility for contributors. While it may enhance performance, minor bugs could surface. Your feedback is appreciated.
Full Changelog: v2.0.13...v2.0.14-rc.1
2.0.13
What's Changed?
- Added setting to change 1st day of the week
- Added support to configure file watcher to your needs by allowing all available Chokidar options
- Fixed #609 (comment)
- Fixed #671
Full Changelog: v2.0.12...v2.0.13
👩🏾💻 This project needs your support
sleek's backlog is becoming increasingly populated, yet our capacity remains limited. If you are skilled in React
, TypeScript
, Electron
, or Jest/Playwright
you can support this project. Here you'll find our backlog: https://github.com/users/ransome1/projects/3. For those interested, we've updated our contribution guidelines. The develop
branch reflects the most recent progress.
2.0.13-rc.2
What's Changed?
- Fixed #609 (comment)
- Introducing
chokidarOptions
settings (#692) and reverting default filewatcher configuration to pre 2.0.12.chokidarOptions
can be set with all available Chokidar options.
2.0.13-rc.1
What's Changed?
- Fixed #671
- Added a setting for defining the 1st day of the week (#609 (comment))
- Removed
English (GB)
language setting since it is obsolete now
Full Changelog: v2.0.12...v2.0.13-rc.1
2.0.12
What's Changed?
- Added support for human-friendly dates (#609, wiki)
- Introduced filewatcher settings to tackle #675 and #676. Documented here.
- Fixed #668
- Fixed #665
- Fixed #677
- Fixed #670
- Fixed #685
Full Changelog: v2.0.11...v2.0.12
👩🏾💻 This project needs your support
sleek's backlog is becoming increasingly populated, yet our capacity remains limited. If you are skilled in React
, TypeScript
, Electron
, or Jest/Playwright
you can support this project. Here you'll find our backlog: https://github.com/users/ransome1/projects/3. For those interested, we've updated our contribution guidelines. The develop
branch reflects the most recent progress.
2.0.12-rc.5
What's Changed?
- Fixed 2 bugs in
human friendly dates
feature (#685, #609 (comment))
Full Changelog: v2.0.12-rc.4...v2.0.12-rc.5
2.0.12-rc.4
2.0.12-rc.3
What's Changed?
Full Changelog: v2.0.12-rc.2...v2.0.12-rc.3
2.0.12-rc.2
What's changed
- Fixed broken translations of attribute group headlines
- Refactoring #609