Skip to content

Releases: ransome1/sleek

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