Releases: ransome1/sleek
2.0.14
What's Changed?
- Mostly ongoing refactoring, no new features or functional improvements have been added
- Fixed #701
- Fixed filter bug due to todoObject.toString, issue #647 by @zerodat in #652
- Fixed #647 for date expressions by @zerodat in #653
- Updated dependencies
Full Changelog: v2.0.13...v2.0.14
👩🏾💻 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.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