-
v1.7.1
Stablereleased this
2026-03-18 09:49:42 -05:00 | 82 commits to main since this release- added better descriptions on how url shortener works to page
- adjusted url shortener css a bit for it to look better
- modified all
timeelements css to look likecodeelements
-
v1.7.0
Stablereleased this
2026-03-17 21:29:13 -05:00 | 83 commits to main since this release- [project] url shortener project created and published
- updates to db with unix timestamps for
created_date updated_datecolumn added to records in db in case I want to utilize that later
-
v1.6.1
Stablereleased this
2026-02-28 13:07:16 -06:00 | 93 commits to main since this release- move index page specific css/js to separate files
- update rss feed name
-
v1.6.0
Stablereleased this
2026-02-27 12:44:39 -06:00 | 94 commits to main since this release- lots of changes!
- mainly added rss feed and tests for sitemap/rss
- header content size using
clamp()
-
v1.5.3
Stablereleased this
2026-02-14 13:58:47 -06:00 | 107 commits to main since this release- single flask endpoint for all /project/'s based on slug from db
- robots.txt
- generate sitemap.xml using urls generated from db
-
v1.5.2
Stablereleased this
2026-02-13 15:32:01 -06:00 | 109 commits to main since this release- use
initto run process behindtinias PID 1 - set
cache-controlheader value depending onENVIRONMENT
- use
-
v1.5.1
Stablereleased this
2026-02-13 14:45:10 -06:00 | 111 commits to main since this release- static files from
/static/now have cache control headers allowing caching for 1 day - adjusted
url_for()allowing cache busting by appendingAPP_VERSIONas query param to url for static assets - modified deployment to bake in
APP_VERSIONfrom git tag - tossed
SECRET_KEYinto env vars over in ansible
- static files from
-
v1.5.0
Stablereleased this
2026-02-13 10:09:02 -06:00 | 112 commits to main since this release- dark mode option with button toggle
- it's really just inverted but leaving ".dark-mode" in case I update in future
- only mess with
cmdvalue in header if client has a mouse - added
goto --forgejoandgoto --linkedinfor those types of links mode --invertedandmode --normaladded for toggle mode button- adjusted all pages to respect the dark/inverted mode toggle
-
v1.4.0
Stablereleased this
2026-02-11 15:50:22 -06:00 | 118 commits to main since this releaseweather-globeproject- [chatroom] allow focus on
.status-rightand tweak css that should allow mobile users to select to view status
-
v1.3.2
Stablereleased this
2026-02-07 13:56:22 -06:00 | 130 commits to main since this release- no longer have client send
usercoloreach message. instead save to user's session and use that.
- no longer have client send