summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-21v0.17.3.1 (#46)v0.17.3.1Gravatar Saya Andy
- fix: paste bing verification into ci
2026-06-21fix: paste bing verification into ciGravatar SayaAndy
2026-06-21v0.17.3 (#45)v0.17.3Gravatar Saya Andy
- feat: add bing verification meta - refactor: allow custom meta fields
2026-06-21feat: add bing verification metaGravatar SayaAndy
refactor: allow custom meta fields
2026-05-21v0.17.2 (#44)v0.17.2Gravatar Saya Andy
- feat: drop saya.uz postfix in page title - fix: medley is now defined in title while changing page
2026-05-21feat: drop saya.uz postfix in page titleGravatar SayaAndy
fix: medley is now defined in title while changing page
2026-05-21v0.17.1 (#43)v0.17.1Gravatar Saya Andy
- fix: stars & camel frames getting out of screen - fix: opening glightbox doesn't shrink a page now
2026-05-21fix: stars & camel frames getting out of screenGravatar SayaAndy
fix: opening glightbox doesn't shrink a page now
2026-05-19v0.17.0 (#42)v0.17.0Gravatar Saya Andy
- feat: smooth rem transition through screen size change (also zoom more) - feat: add elevation to accent buttons - feat: make blog catalogue buttons accent - feat: redo shadowing & inset shadowing - feat: add edge blur for thumbnails - feat: replace most px units with rem units - feat: inset shadow elevation attributes - feat: remove most dotted borders - fix: path validating in get like handler - feat: add left padding to radio buttons in blog catalogue
2026-05-19feat: smooth rem transition through screen size change (also zoom more)Gravatar SayaAndy
feat: add elevation to accent buttons feat: make blog catalogue buttons accent feat: redo shadowing & inset shadowing feat: add edge blur for thumbnails feat: replace most px units with rem units feat: inset shadow elevation attributes feat: remove most dotted borders fix: path validating in get like handler feat: add left padding to radio buttons in blog catalogue
2026-05-18v0.16.1 (#41)v0.16.1Gravatar Saya Andy
* [feat: use cdn.saya.uz host for static exclusively](https://github.com/SayaAndy/saya-today-web/commit/b08f9006f0e382fd98342aee0d12d395a1b65fd7) * [refactor: move all photos under photos bucket](https://github.com/SayaAndy/saya-today-web/commit/205929e077d5605ba213de4e27145bbe4e08768f)
2026-05-18refactor: move all photos under photos bucketGravatar SayaAndy
2026-05-18feat: migrate all environments to cdnGravatar SayaAndy
2026-05-18feat: use cdn.saya.uz host for static exclusivelyGravatar SayaAndy
2026-05-18v0.16.0 (#40)v0.16.0Gravatar Saya Andy
* [feat: all color themes now have light & dark variations depending on preference](https://github.com/SayaAndy/saya-today-web/commit/44b72cbc80fb89788470bda75eeb9c0bb3dee2f5) * [feat: use self-hosted pmtiles for map](https://github.com/SayaAndy/saya-today-web/commit/fa52ed00e8ef3303f14d7c953f1591eb19042635) * [feat: subheader for blog pages with medley-related ones](https://github.com/SayaAndy/saya-today-web/commit/c07da125bc5b0bb65f58c4edce912874e46f6ed8) * feat: color all leaflet elements depending on color theme & scheme * [feat: combined map widget](https://github.com/SayaAndy/saya-today-web/pull/40/commits/6418da32d978a8b70d38f1911a154e4dcc33202e) * feat: migrate static & photos to gcore cdn * [refactor: rewrite localization for dynamic set and get](https://github.com/SayaAndy/saya-today-web/commit/e9353a66bf51486f702eaa0f591dea54c9bd4cd1) * [feat: highlight the blog page visited earlier in blog catalogue](https://github.com/SayaAndy/saya-today-web/commit/ed476a1f0d3f970f977626688ac316f8b251d3a0) * fix: inline shadow now sticks to scrolling * [feat: take all metadata from centralized index.json](https://github.com/SayaAndy/saya-today-web/commit/1c441f5eab9a2a24fe5309178ce010f32adac1c7) * [fix: font in like button on smartphone screens](https://github.com/SayaAndy/saya-today-web/commit/551295ecacebbb94019def022f70397f74c44775) * [feat: use "page // medley" format for title](https://github.com/SayaAndy/saya-today-web/pull/40/commits/0dbb85f25c69b5e7929bb832e7967a709a76ff5c) * feat: multitone backgrounds implementation * feat: change font to m-plus for short description * fix: theme wheel position on different dpi screens in global map * feat: integrate package minor updates * refactor: convert color vars into oklch * [refactor: rm scanning by listing for s3 client](https://github.com/SayaAndy/saya-today-web/commit/1a95e20cc4e050244a76a3ea4cccc5ab30ff5a91) * fix: on errors with blog client init write correct type
2026-05-18feat: move photo storage into gcore cdnGravatar SayaAndy
2026-05-18feat: use "page // medley" format for titleGravatar SayaAndy
2026-05-18feat: combined map widgetGravatar SayaAndy
feat: migrate all static to cdn feat: use 560p thumbnails for multitone backgrounds
2026-05-17fix: only include necessary environment config in dockerGravatar SayaAndy
2026-05-17fix: drop locale yamls correctly into docker imageGravatar SayaAndy
2026-05-17feat: use self-hosted pmtiles for mapGravatar SayaAndy
feat: migrate static to gcore cdn fix: change text color on map tooltips depending on scheme
2026-05-17refactor: rewrite localization for dynamic set and getGravatar SayaAndy
feat: medley localnames feat: integrate package minor updates fix: on errors with blog client init write correct type
2026-05-17feat: take all metadata from centralized index.jsonGravatar SayaAndy
2026-05-17refactor: rm scanning by listing for s3 clientGravatar SayaAndy
refactor: simplify filename parsing
2026-05-16feat: highlight the blog page visited earlier in blog catalogueGravatar SayaAndy
2026-05-16feat: all color themes now have light & dark variations depending on preferenceGravatar SayaAndy
feat: color all leaflet elements depending on color theme & scheme feat: change font to m-plus for short description fix: theme wheel position on different dpi screens in global map
2026-05-16fix: font in like button on smartphone screensGravatar SayaAndy
feat: some margin-left for medley title refactor: explicit highlight query for blog search api
2026-05-15feat: subheader for blog pages with medley-related onesGravatar SayaAndy
fix: inline shadow now sticks to scrolling feat: multitone backgrounds implementation refactor: convert color vars into oklch
2026-05-12v0.15.8 (#39)v0.15.8Gravatar Saya Andy
* [fix: add title property in head](https://github.com/SayaAndy/saya-today-web/commit/8b2aeaa3e83a2bc0d70c4d8d803f0dc1ef049c47)
2026-05-12fix: add title property in headGravatar SayaAndy
2026-05-10v0.15.7 (#38)v0.15.7Gravatar Saya Andy
* [feat: render full page completely in one request](https://github.com/SayaAndy/saya-today-web/commit/19b9ff9ab13094fc51caecd0ca32fbbf6bdf4db3)
2026-05-09feat: render full page completely in one requestGravatar SayaAndy
2026-05-04v0.15.6.1 (#37)v0.15.6.1Gravatar Saya Andy
- [ci: rm ansible install step in prod](https://github.com/SayaAndy/saya-today-web/commit/2c1385c6d02c99e4a72677c748306d508ba23581)
2026-05-04fix: rm ansible install step in prodGravatar SayaAndy
2026-05-04v0.15.6 (#36)v0.15.6Gravatar Saya Andy
- [feat: integrate general use favicon.ico for search engines](https://github.com/SayaAndy/saya-today-web/commit/e3601faf8e98ac39be1aa746c9e20b837d09a037) - [ci: use ansible dev tools to speed up deploy step](https://github.com/SayaAndy/saya-today-web/commit/e3601faf8e98ac39be1aa746c9e20b837d09a037) - [ci: enable gha buildx cache](https://github.com/SayaAndy/saya-today-web/pull/36/commits/38cb561f5f9048d26ac7f38176c928fd4e7f32df) - [ci: use sha short from single source](https://github.com/SayaAndy/saya-today-web/pull/36/commits/38cb561f5f9048d26ac7f38176c928fd4e7f32df) - [ci: no strict host key checking in ci](https://github.com/SayaAndy/saya-today-web/pull/36/commits/7b1aca39816f4b82ddf9c4ced83275d56e1b8780)
2026-05-04feat: enable gha buildx cacheGravatar SayaAndy
fix: use sha short from single source
2026-05-04fix: no strict host key checking in ciGravatar SayaAndy
2026-05-04feat: integrate general use favicon.ico for search enginesGravatar SayaAndy
ci: use ansible dev tools to speed up deploy step
2026-05-04v0.15.5 (#35)v0.15.5Gravatar Saya Andy
- [feat: put header in h1 for search engines](https://github.com/SayaAndy/saya-today-web/commit/ef1a2c84a0a6687b217144352de5fe3a6f4c8ba8)
2026-05-04feat: put header in h1 for search enginesGravatar SayaAndy
2026-05-04v0.15.4 (#34)v0.15.4Gravatar Saya Andy
- [fix: segfault on non-existing language](https://github.com/SayaAndy/saya-today-web/commit/74a63d1474cee70b727f2638dc76f284fa9a916c) - [fix: remove socket if exists before listening on it](https://github.com/SayaAndy/saya-today-web/commit/88b16193ced918edb4776b21f305c348d02d0da0)
2026-05-04fix: segfault on non-existing languageGravatar SayaAndy
2026-05-04fix: remove socket if exists before listening on itGravatar SayaAndy
2026-05-04v0.15.3 (#33)v0.15.3Gravatar Saya Andy
- [fix: add like button in mobile mode](https://github.com/SayaAndy/saya-today-web/commit/72eb1cbd848fad5a659308d7a371795d77665632)
2026-05-04fix: add like button in mobile modeGravatar SayaAndy
2026-05-04v0.15.2 (#32)v0.15.2Gravatar Saya Andy
- [feat: migrate from cyclosm to stadia maps outdoors (due to cyclosm denial of service)](https://github.com/SayaAndy/saya-today-web/commit/4bb41ea116703b7962197048f38e324d0a4ba6f2)
2026-05-04feat: migrate from cyclosm to stadia maps outdoors (due to cyclosm denial of ↵Gravatar SayaAndy
service)
2026-05-03v0.15.1 (#31)v0.15.1Gravatar Saya Andy
- [fix: the issue in portrait mode with scrolling](https://github.com/SayaAndy/saya-today-web/commit/d36342b00c90b7bc9f02e07116e76de6b7b0c23c) - refactor: remove aspect ratio rules
2026-05-03fix: tags pick height issue in landscape modeGravatar SayaAndy
2026-05-03fix: the issue in portrait mode with scrollingGravatar SayaAndy
refactor: remove aspect ratio rules