Skip to content

Releases: ransome1/sleek

0.2.0

23 Nov 10:45
Compare
Choose a tag to compare
  • Improved tabindex
  • CSS clean up
  • Minor bug fixes
  • Language corrections

0.1.0

18 Nov 20:51
Compare
Choose a tag to compare
  • Multiple languages are supported (English & German are implemented so far)
  • Full-text search added

0.0.9

14 Nov 12:40
Compare
Choose a tag to compare
  • Dark mode added
  • File watcher added

0.0.8

11 Nov 23:06
Compare
Choose a tag to compare
  • Todo sorting has changed: First dimension is priority, second is due date (the more distant it is from now the lower it's position in the list) and third is completion state (within which items with due dates are sorted top to bottom again)
  • Switched to SASS
  • Code refinement
  • Sort alphabetically removed as I don't consider it a valueable use case
  • Updated Font Awesome
  • Updated Bulma

0.0.7

10 Nov 11:30
da13fa8
Compare
Choose a tag to compare
  • Code clean up
  • Bug fixing

0.0.6

08 Nov 09:49
Compare
Choose a tag to compare
  • Todos that include either contexts or projects or both can now be hidden

0.0.5

06 Nov 17:14
Compare
Choose a tag to compare
  • CSS improvements for smaller screen resolutions
  • Some bugfixes
  • Added a little box that gives information on how many filters are selected and how many todos are visible

0.0.4

06 Nov 11:56
Compare
Choose a tag to compare
  • Performance update: Optimized table rendering

0.0.3

05 Nov 12:26
Compare
Choose a tag to compare
  • Added a simple date picker in edit/add form for due date selection
  • Minor code refinement

0.0.2

03 Nov 22:28
Compare
Choose a tag to compare
  • Simple onboarding with two functions: Open existing todo.txt file and create a new one
  • Open a todo.txt file and parse it into a table
  • Order todos by priority
  • Add contexts and projects as tags to each item
  • Indicate status of completion
  • Mark todos for completion
  • Unmark completed todos
  • Add new todos
  • Edit existing todos
  • Filter todos by contexts and projects
  • Reset filter settings
  • Sort items either according to position in todo.txt file (default) or alphabetically
  • Show and hide completed todos
  • Persist path to the todo.txt file
  • Persist selected filters
  • Persist setting for sorting
  • Persist setting for "show completed"
  • Show due date
  • Create a new todo.txt
  • Keyboard shortcuts
  • Delete single todos