summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-30v0.12.3 (#24)v0.12.3Gravatar Saya Andy
* [feat: add meta for embeds & search engines](https://github.com/SayaAndy/saya-today-web/commit/610341bc9d59f9724e8e71f663b28df1904cb038) * feat: link marker fill saturation and brightness in the global map to the publication date * [feat: add namespace parameter for gallery](https://github.com/SayaAndy/saya-today-web/commit/52fbb4a4eb781dd4ba66fae0e1ceaec6721758f5) * refactor: replace sprintf for galleryid with simple replaceall in gallery rendering
2026-03-29feat: add namespace parameter for galleryGravatar SayaAndy
refactor: replace sprintf for galleryid with simple replaceall in gallery rendering
2026-03-29fix: add page metadata correctlyGravatar SayaAndy
feat: link marker fill saturation and brightness in the global map to the publication date
2026-03-28feat: add meta for embeds & search enginesGravatar SayaAndy
2026-02-11v0.12.2 (#23)v0.12.2Gravatar Saya Andy
* feat: color scrollbar according to theme
2026-02-11feat: color scrollbar according to themeGravatar SayaAndy
2026-01-10v0.12.1 (#22)v0.12.1Gravatar Saya Andy
- feat: darken color palette for lettuce theme - feat: change background to 4-tile mosaic + linen overlay
2026-01-10feat: darken color palette for lettuce themeGravatar SayaAndy
feat: change background to 4-tile mosaic + linen overlay
2026-01-08v0.12.0 (#21)v0.12.0Gravatar Saya Andy
- [feat: use floating sidebar for general pages if screen is wide enough](https://github.com/SayaAndy/saya-today-web/commit/3c865e366119084894b7241ff9bb071e0899811d) - [feat: nextstep-like buttons for toolbar](https://github.com/SayaAndy/saya-today-web/commit/c8e542e883c8fec8b4a101bcd55c4d771b377e80) - [feat: switch standard OSM to CyclOSM for maps on site](https://github.com/SayaAndy/saya-today-web/commit/a48036d496f0af90ff437c897b77418ca8453e9c) - feat: content stays wider with wider screens - [fix: inset shadow getting overlapped by child elements](https://github.com/SayaAndy/saya-today-web/commit/6983adfc3a93c06236be29fb17bfc734e622ec9d) - [feat: move like button to header to make it more prominent](https://github.com/SayaAndy/saya-today-web/commit/e4f6790aab7f1b447892d0ed999dff8af45ac33e) - fix: problem with resizing content when galleries are in it - refactor: use var for noise image in themes (to reduce css size) - ci: update checkout action from v4 to v6
2026-01-08feat: use floating sidebar for general pages if screen is wide enoughGravatar SayaAndy
feat: content stays wider with wider screens fix: problem with resizing content when galleries are in it ci: update checkout action from v4 to v6
2026-01-08feat: switch standard OSM to CyclOSM for maps on siteGravatar SayaAndy
feat: reduce border size for sidebar buttons from 0.3rem to 0.25rem
2026-01-08feat: move like button to header to make it more prominentGravatar SayaAndy
fix: light hard and soft colors mismatch in lilac theme refactor: use var for noise image in themes
2026-01-06fix: fix inset shadow getting overlapped for tags listGravatar SayaAndy
2026-01-06fix: inset shadow getting overlapped by child elementsGravatar SayaAndy
2026-01-04fix: restore SPA functionality via toolbarGravatar SayaAndy
2026-01-03feat: "emboss" taskbar icons by adding shadowsGravatar SayaAndy
2026-01-03feat: nextstep-like buttons for toolbarGravatar SayaAndy
2025-11-04v0.11.3 (#20)v0.11.3Gravatar Saya Andy
- [fix: correctly pack galleries on mobiles](https://github.com/SayaAndy/saya-today-web/commit/c52a07e3fa738135eaa5272d9f115e4740b60c61) - [feat: move published date info from header into start of the body](https://github.com/SayaAndy/saya-today-web/commit/05d7fe78450219e85ebe9c4372a20f8edd264d8d) - feat: show action date on any screen - feat: show short description together with dates in page's body - feat: switch masonry to packery - debug: log app shutdown more
2025-11-04feat: move published date info from header into start of the bodyGravatar SayaAndy
feat: show action date on any screen feat: show short description together with dates in page's body refactor: use minified packery dist
2025-11-04fix: correctly pack galleries on mobilesGravatar SayaAndy
feat: switch masonry to packery debug: log app shutdown more
2025-11-01v0.11.2 (#19)v0.11.2Gravatar Saya Andy
- fix: change nocontent status to ok if there is content
2025-11-01fix: change nocontent status to ok if there is contentGravatar SayaAndy
2025-10-28v0.11.1 (#18)v0.11.1Gravatar Saya Andy
- refactor: make structurized implementation of routes + separate identity of router - feat: update go to 1.25 - feat: update all dependencies - debug: display routes when debug logs turned on
2025-10-28refactor: make structurized implementation of routes + separate identity of ↵Gravatar SayaAndy
router feat: update go to 1.25 feat: update all dependencies debug: display routes when debug logs turned on
2025-10-25v0.11.0 (#17)v0.11.0Gravatar Saya Andy
- [feat: send new blog posts to subscribers](https://github.com/SayaAndy/saya-today-web/commit/adcd8cf82f7ec4027701643c545b1f27a7cfc221) - [feat: email linking](https://github.com/SayaAndy/saya-today-web/commit/0d261d2f7d080b610f50102576073e334a89e8cb) - [feat: subscription settings](https://github.com/SayaAndy/saya-today-web/commit/4b2da2abbc7376ce0de71a00b18b7091b00dbcd1) - [feat: allow to unsubscribe from an email](https://github.com/SayaAndy/saya-today-web/commit/df7a0ae1c0fc177cba2eae8cc73fe21d2afdd229)
2025-10-25fix: make statements sequential in mailer new post methodGravatar SayaAndy
feat: switch mail service
2025-10-25feat: add debug info about starting/ending db transactionsGravatar SayaAndy
2025-10-25feat: enable WAL journal mode for dbGravatar SayaAndy
fix: green colors on unsubscribe page feat: properly shutdown blog trigger scheduler
2025-10-25feat: configurable cron for mail triggerGravatar SayaAndy
2025-10-25fix: make sure db transactions end alwaysGravatar SayaAndy
2025-10-24feat: allow to unsubscribe from an emailGravatar SayaAndy
2025-10-24feat: send new blog posts to subscribersGravatar SayaAndy
2025-10-23fix: disable subscription form if user has no verified emailGravatar SayaAndy
fix: check properly if the email was already taken
2025-10-23feat: cross out only if explicitly setGravatar SayaAndy
2025-10-23feat: subscription settingsGravatar SayaAndy
2025-10-23fix: add mail address env into deployGravatar SayaAndy
2025-10-23fix: remove quotes in ci where neededGravatar SayaAndy
2025-10-23fix: paste secrets in quotesGravatar SayaAndy
2025-10-23feat: email linkingGravatar SayaAndy
2025-10-21v0.10.1 (#16)v0.10.1Gravatar Saya Andy
- [feat: lilac theme](https://github.com/SayaAndy/saya-today-web/commit/1e2763ae476e99caa7ba4be22aa06dfa2f7c8bb8) (made default) - feat: center content even if toolbar is on the side - [fix: minimize chance of masonry getting broken](https://github.com/SayaAndy/saya-today-web/pull/16/commits/695889f42896c1e3f1290a588ac1c5483d0124f0)
2025-10-21fix: minimize chance of masonry getting brokenGravatar SayaAndy
2025-10-21fix: lilac tile display on mobileGravatar SayaAndy
2025-10-21feat: make lilac theme defaultGravatar SayaAndy
2025-10-21feat: lilac themeGravatar SayaAndy
feat: center content even if toolbar is on the side
2025-10-20v0.10.0 (#15)v0.10.0Gravatar Saya Andy
- [feat: have toolbar on the top by default (only return to left if the screen is short on height)](https://github.com/SayaAndy/saya-today-web/commit/324c6df1ab878aa0c34f80c58f730e01aca1f4e9) - feat: switch font to Andika - [feat: add noise to plain color backgrounds](https://github.com/SayaAndy/saya-today-web/commit/36d7f332e6c318064ff0cd6849f69854c7ba0d79) - [feat: shorten toolbar in global map, paint map on the whole screen](https://github.com/SayaAndy/saya-today-web/commit/2cbbaaa40019e452b41c98720af8c23759351200) - [feat: redo language page with general page layout](https://github.com/SayaAndy/saya-today-web/commit/f6c60d0a963817189854f5b42bc58a76ddb90d53) - feat: move back button from header to toolbar - feat: switch masonry to use rem units - feat: fit masonry to center - feat: make inset shadows more apparent - feat: header font: less thick, non-italic and drops shadow - [fix: home page header getting too close to right border](https://github.com/SayaAndy/saya-today-web/commit/fdb8582f40168dbb0795358f1ea950a26f157b2d) - feat: paint shadow off home page header - fix: have toolbar buttons' href updated with language change - fix: add missing underline in contacts panel
2025-10-20feat: softer checker backgroundsGravatar SayaAndy
fix: add missing underline in contacts panel
2025-10-20feat: shorten toolbar in global map, paint map on the whole screenGravatar SayaAndy
fix: have toolbar buttons' href updated with language change
2025-10-20feat: hide buttons on root which need languageGravatar SayaAndy
2025-10-20feat: redo language page with general page layoutGravatar SayaAndy
2025-10-20fix: home page header getting too close to right borderGravatar SayaAndy
feat: paint shadow off home page header