Skip to content

Releases: harrydayexe/GoBlog

v2.6.0-beta3

v2.6.0-beta3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jun 20:46
Immutable release. Only release title and notes can be modified.
3d8f190

Changelog

  • 3d8f190 feat(generator): add RSS 2.0 and Atom feed generation (#80) (#81)

v2.6.0-beta2

v2.6.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jun 17:54
Immutable release. Only release title and notes can be modified.
1820bcc

Changelog

  • 1820bcc feat(cmd): add shell completion for bash and zsh (#78)

v2.6.0-beta1

v2.6.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jun 01:08
Immutable release. Only release title and notes can be modified.
4e202c3

Changelog

  • 4e202c3 feat(server): add configurable Cache-Control header with 1h default (#73)
  • 322901c feat(server): add health-check endpoints for containerised deployments (#74)

v2.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 19:47
Immutable release. Only release title and notes can be modified.
b0ce16d

Changelog

  • b0ce16d feat(models): add optional lastEdited timestamp to Post (#64)

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:51
Immutable release. Only release title and notes can be modified.
1835348

Changelog

  • ee79daa build: tidy go mod and update justfile (#58)
  • 1835348 fix(cmd): ensure default root is set (#60)

v2.5.0-beta4

v2.5.0-beta4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:35
Immutable release. Only release title and notes can be modified.
d4d1a7c

Changelog

  • d4d1a7c feat(logging): unify logger injection via config.WithLogger (#52) (#56)

v2.5.0-beta3

v2.5.0-beta3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:13
Immutable release. Only release title and notes can be modified.
ae7d6a3

Changelog

  • ae7d6a3 fix(watcher): release watch descriptor on subdirectory deletion (#54)

v2.5.0-beta2

v2.5.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jun 23:55
Immutable release. Only release title and notes can be modified.
aeeff01

Changelog

  • aeeff01 feat(watcher): add file watching for new and updates posts (#53)

v2.4.1

Choose a tag to compare

@github-actions github-actions released this 02 Jun 22:37
Immutable release. Only release title and notes can be modified.
b8c079a

Changelog

  • af62795 Merge pull request #49 from harrydayexe/docker-image-docs
  • b8c079a Merge pull request #50 from harrydayexe/version-fix
  • 7ed18cf ci: add license header check
  • 55ec90f fix: remove broken version resolvers

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 12 May 21:44
Immutable release. Only release title and notes can be modified.
27e187b

Changelog

  • 39387ce Merge pull request #45 from harrydayexe/html-file-extensions
  • 27e187b Merge pull request #46 from harrydayexe/parse-author
  • 095859b feat(models): add optional author field to post front matter
  • b1d227c feat: add .html path support for static generation and serving