• 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 | 181 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 | 183 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
  • v0.9.2 890035359f

    v0.9.2
    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-22 12:20:25 -06:00 | 185 commits to main since this release

    • fixed a state issue where you could end up with an empty activeList in storage
  • v0.9.1 c2b38b8d75

    v0.9.1
    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-22 11:45:30 -06:00 | 186 commits to main since this release

    • fixed issues with password managers on mobile
    • refactored function names and variables
    • added data-length attribute to lists for easily determining logic throughout code
    • fixed some weird state issues that could come up
  • v0.9.0 f0d93ab71e

    v0.9.0
    All checks were successful
    Main / Lint and Format (push) Successful in 19s
    Main / Docker Build (push) Successful in 32s
    Main / Deploy (push) Successful in 15s
    Stable

    tony released this 2026-01-22 08:53:24 -06:00 | 188 commits to main since this release

    Initial release with:

    • notes merged into posts
    • projects endpoint
    • todo project
    • javascript linter and formatter
    • action only pushes and deploys docker image on creation