• v1.1.0 28bb260639

    v1.1.0
    All checks were successful
    Main / Lint and Format (push) Successful in 18s
    Main / Docker Build (push) Successful in 1m6s
    Main / Deploy (push) Successful in 7s
    Stable

    tony released this 2026-01-28 11:29:27 -06:00 | 70 commits to main since this release

    • [todo list] swap to using getListLength function instead of playing with data-length attribute
    • [todo list] switch to html for defaultTodoItem instead of managing that item in javascript
    • [todo list] use popover for confirmation of delete list button for a better look
    • [todo list] fixed bug in chrome where moving item from completed to active kept placeholder element in active list
  • v1.0.6 e355fe034e

    v1.0.6
    All checks were successful
    Main / Lint and Format (push) Successful in 19s
    Main / Docker Build (push) Successful in 27s
    Main / Deploy (push) Successful in 9s
    Stable

    tony released this 2026-01-27 11:23:49 -06:00 | 74 commits to main since this release

    • update meta description to OnSpring
    • finally update the README
  • v1.0.5 3844f2f548

    v1.0.5
    All checks were successful
    Main / Lint and Format (push) Successful in 18s
    Main / Docker Build (push) Successful in 26s
    Main / Deploy (push) Successful in 5s
    Stable

    tony released this 2026-01-26 09:49:51 -06:00 | 77 commits to main since this release

    • [todo list]: getList() function
    • [todo list]: refactor so we aren't passing lists around everywhere
  • v1.0.4 857a5707bc

    v1.0.4
    All checks were successful
    Main / Docker Build (push) Successful in 27s
    Main / Lint and Format (push) Successful in 18s
    Main / Deploy (push) Successful in 6s
    Stable

    tony released this 2026-01-25 13:32:21 -06:00 | 79 commits to main since this release

    • delete keyboard shortcut for todo list app
    • deleteItem function for todo list app
  • v1.0.3 d81d2a7e2b

    v1.0.3
    All checks were successful
    Main / Docker Build (push) Successful in 32s
    Main / Lint and Format (push) Successful in 19s
    Main / Deploy (push) Successful in 7s
    Stable

    tony released this 2026-01-24 13:32:15 -06:00 | 80 commits to main since this release

    • swap to grid for html container
    • update summary of todo list app in db
  • v1.0.2 e42efe7509

    v1.0.2
    All checks were successful
    Main / Lint and Format (push) Successful in 17s
    Main / Docker Build (push) Successful in 27s
    Main / Deploy (push) Successful in 6s
    Stable

    tony released this 2026-01-24 10:00:48 -06:00 | 82 commits to main since this release

    • minor tweaks to presentation of todo list app
    • update prettier precommit and action to format css files
  • v1.0.1 df0e45ce5f

    v1.0.1
    All checks were successful
    Main / Lint and Format (push) Successful in 18s
    Main / Docker Build (push) Successful in 27s
    Main / Deploy (push) Successful in 5s
    Stable

    tony released this 2026-01-23 15:57:24 -06:00 | 84 commits to main since this release

    • in todo app fixed issue with span overflowing parent element
    • made width of todo app on mobile larger
    • adjust header padding
  • v1.0.0 f5de5a2825

    v1.0.0
    All checks were successful
    Main / Docker Build (push) Successful in 27s
    Main / Lint and Format (push) Successful in 19s
    Main / Deploy (push) Successful in 5s
    Stable

    tony released this 2026-01-23 13:35:27 -06:00 | 86 commits to main since this release

    • keyboard shortcuts
    • how this works popover
  • v0.9.4 4ead7b4c3e

    v0.9.4
    All checks were successful
    Main / Lint and Format (push) Successful in 19s
    Main / Docker Build (push) Successful in 28s
    Main / Deploy (push) Successful in 6s
    Stable

    tony released this 2026-01-23 10:35:06 -06:00 | 89 commits to main since this release

    • swap label elements with text input elements
    • fix ternary operators (though they were somehow working)
  • v0.9.3 e4b79acb50

    v0.9.3
    All checks were successful
    Main / Docker Build (push) Successful in 28s
    Main / Lint and Format (push) Successful in 18s
    Main / Deploy (push) Successful in 5s
    Stable

    tony released this 2026-01-22 15:11:05 -06:00 | 91 commits to main since this release

    • mess with css for todo app
    • change all colors to use vars to prep for light/dark mode toggle in the future