Skip to content

Latest commit

 

History

History
124 lines (69 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

124 lines (69 loc) · 3.02 KB

0.10.0 - 2024-10-09

  • add import/export plugin
  • open todo in sidebar on click

0.9.0 - 2024-09-27

  • allow creation of labels in selection dialog
  • enable setting done status of todo in sidebar
  • add parser for faster todo creation

0.8.0 - 2024-04-27

  • show total number of unfinished todos in navigation badge
  • add github workflows for pull requests
  • add todo filter

0.7.0 - 2024-03-29

  • do not count finished todos in sidebar badges
  • sort todos by creation time

0.6.0 - 2024-01-01

  • show label in top bar if selected
  • sort labels alphabetically

0.5.1 - 2023-12-05

  • fix todo creation overlay not opening

0.5.0 - 2023-12-01

  • change from daisyui to primevue
  • use webpack instead of parcel for bundling
  • add labels for todos

0.4.3 - 2023-11-17

  • correctly initialize stores

0.4.2 - 2023-09-29

  • patch @parcel/transformer-vue to use relative paths for scope ids

0.4.1 - 2023-09-29

  • do not include source maps in production builds

0.4.0 - 2023-09-29

  • disable content hashing for production builds
  • improve design/layout of todo list

0.3.2 - 2023-09-28

  • use parcel instead of bun for bundling

0.3.1 - 2023-09-28

  • remove @capacitor/assets package to try and fix f-droid build
  • fix dark mode switcher icon

0.3.0 - 2023-09-18

  • sort todos by done status & title
  • allow editing of todo title & description in sidebar

0.2.2 - 2023-09-12

  • patch esbuild-plugin-vue-next to use relative paths for scope ids

0.2.1 - 2023-09-11

  • build after creating tag to support reproducible builds for f-droid

0.2.0 - 2023-08-31

  • update app icon
  • implement finishing todos

0.1.0 - 2023-08-10

  • first release