Skip to content

Releases: RevoTale/blog

v1.0.2

29 May 07:17
1aaa8e5

Choose a tag to compare

1.0.2 (2026-05-29)

Bug Fixes

  • deps: update all non-major dependencies (01f5c75)
  • deps: update all non-major dependencies (86af2ad)
  • markdown: preserve system theme code highlighting (935a8a9)

v1.0.1

28 Apr 16:30
a365f97

Choose a tag to compare

1.0.1 (2026-04-26)

Bug Fixes

  • deps: update github.com/gomarkdown/markdown digest to 7d523f7 (5219af9)
  • deps: update github.com/gomarkdown/markdown digest to 7d523f7 (8000be5)

v1.0.0

13 Apr 20:26
6ac1156

Choose a tag to compare

1.0.0 (2026-04-13)

⚠ BREAKING CHANGES

  • no-js now defaults to web/* paths, build-time packages moved under internal/, generated server bootstrap was removed, and blog packages moved from internal/web/ to web/*.

Features

  • no-js support for the neste fedd and sitemaps. Fix the bug with wrong routes priorirty (41dbdee)
  • adopt strict web/* app layout across blog and no-js (58ffa03)
  • exctract frameowkr: refactor to import the framework from external project and delete frameowkr sub package (f934987)
  • framework: add request-scoped metadata context for URL composition (8c0f7f9)
  • generate the latest graphql schema supporting developing outside of internal RevoTale infrastructure (4ad2cfa)
  • refacotring to move more responsiblity, and simplify the config of the end app. Excracting the https://github.com/RevoTale/blog internals to the framwork core. Slow and hard process (04a6974)
  • refactor the framwork to separate the runtime and bundling modules (bb338c6)
  • remove no-js as a git submdoule, and refactor the usage of no-js command from direct to via go tool (bf96e44)
  • router: add reserved app-router namespaces, slots, and route.go handlers (43ee5d6)
  • search bar matching the other design (f2b7c3d)
  • use the v1 of no-js framwork (881839b)

Bug Fixes

  • broken devcontainer (3715880)
  • discovery: stop generating sitemap IDs on unrelated requests (6e91bb1)
  • ds store ignore (04b4052)
  • installation of the templ in devcontainer (b89dacc)
  • no-js web framewokr path after axtraction iunto the separate project (16fb740)
  • proper devcontainer setup (6df2d91)
  • routes: rename 404 template component to NotFound (f9ede77)
  • wrong path to server bin (fabd9a2)

v0.7.1

21 Mar 07:01
d4d884d

Choose a tag to compare

0.7.1 (2026-03-21)

Bug Fixes

v0.7.0

13 Mar 08:42
260e609

Choose a tag to compare

0.7.0 (2026-03-13)

Features

  • fix the micro note content displayed the seo fallbacke (4bc0067)

v0.6.3

12 Mar 23:53
a04d1ff

Choose a tag to compare

0.6.3 (2026-03-12)

Bug Fixes

  • deps: update module github.com/evanw/esbuild to v0.27.4 (8548d86)

v0.6.2

12 Mar 23:02
947e57a

Choose a tag to compare

0.6.2 (2026-03-12)

Bug Fixes

  • canonicalize note listing filter urls, place redirect to the canonical when suitable and add noindex for unknown params (c8b70e0)
  • deps: update all non-major dependencies (87db0ef)

v0.6.1

11 Mar 20:43
75ef691

Choose a tag to compare

0.6.1 (2026-03-11)

Bug Fixes

  • wrong short notes content disaplyed (b8c922c)

v0.6.0

09 Mar 22:43
812d8ec

Choose a tag to compare

0.6.0 (2026-03-09)

Features

  • configure privacy-first lovely eye analytics (e36c5ac)
  • debug lovely eye config (71d3a12)
  • image lazy loading (616c433)

v0.5.0

05 Mar 00:10
3ca4251

Choose a tag to compare

0.5.0 (2026-03-05)

Features

  • auttocomplete for templ (eb96b94)
  • deduplicate data loading via NextJs-like per-rendering cache which deduplicates external api requesta and expensive work. (9019852)
  • do not highligh logo button due to contrast (b74d267)
  • reduce the amount of device sizes because we do not need so much (16582a6)

Bug Fixes

  • failing tests after reduce of the deviceSizes (6e5e759)
  • unrelated data has been loading sequently (2b596d9)
  • unrelated data in the notes list has been loading sequently (9019852)