Releases: Esmaeelpour/obsidian-checksorted
Releases · Esmaeelpour/obsidian-checksorted
1.0.31
Full Changelog: 1.0.30...1.0.31
1.0.30
Full Changelog: 1.0.29...1.0.30
1.0.29
Full Changelog: 1.0.28...1.0.29
1.0.28
Full Changelog: 1.0.27...1.0.28
1.0.27
Full Changelog: 1.0.26...1.0.27
1.0.26
Full Changelog: 1.0.25...1.0.26
1.0.25
Changes
- New default settings — auto-move on complete and the status bar toggle are now on out of the box, alongside autocomplete and the delete button. Date stamping stays off by default. Existing users' saved settings are unchanged.
Manual install: download main.js, manifest.json, and styles.css.
1.0.24
Renamed to CheckSorted
DoneZone is now CheckSorted — a name that better fits what the plugin has grown into: not just archiving completed tasks, but autocompleting, completing, and deleting checkbox items with minimal friction.
- Plugin
idis nowchecksorted. If you installed the olddonezonebuild (e.g. via BRAT), remove it and re-add this repo so the new id is used. - No functional changes in this release beyond the rename.
Manual install: download main.js, manifest.json, and styles.css.
1.0.23
Maintenance
- Prepared for the Obsidian community plugin store: styling moved to
styles.css, scroll handling switched to the public editor API (no internal casts), inline styles removed, andmanifest.jsoncleaned up.
No user-facing behavior changes.
Manual install: download main.js, manifest.json, and styles.css.
1.0.22
New
- Click-to-delete button — hover any checkbox line in the editor and a × appears on the right, Google Keep style. Click it to delete that task instantly. Toggle it under Settings → DoneZone → Show delete button (on by default).