Skip to content

Releases: Esmaeelpour/obsidian-checksorted

1.0.31

19 Jun 17:10

Choose a tag to compare

1.0.30

19 Jun 16:48

Choose a tag to compare

Full Changelog: 1.0.29...1.0.30

1.0.29

19 Jun 10:50

Choose a tag to compare

Full Changelog: 1.0.28...1.0.29

1.0.28

19 Jun 10:17

Choose a tag to compare

Full Changelog: 1.0.27...1.0.28

1.0.27

19 Jun 10:01

Choose a tag to compare

Full Changelog: 1.0.26...1.0.27

1.0.26

19 Jun 09:30

Choose a tag to compare

Full Changelog: 1.0.25...1.0.26

1.0.25

19 Jun 09:24

Choose a tag to compare

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

19 Jun 09:20

Choose a tag to compare

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 id is now checksorted. If you installed the old donezone build (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

19 Jun 09:05

Choose a tag to compare

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, and manifest.json cleaned up.

No user-facing behavior changes.

Manual install: download main.js, manifest.json, and styles.css.

1.0.22

19 Jun 08:58

Choose a tag to compare

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).