Skip to content

Releases: RaphaelPour/blogctl

v2.1.0

15 Jan 23:01
Compare
Choose a tag to compare

Minor Release v2.1.0 (2024-01-15)

  • Raphael Pour
    • templates:
      • static: add new centric style with new font Roboto Slab
      • code blocks:
        • fix width
        • fix padding
        • add slider on overflow

Released by Raphael Pour [email protected]

v2.0.0

13 Jan 20:07
Compare
Choose a tag to compare

Major Release v2.0.0 (2024-01-13)

  • Raphael Pour
    • templates:
      • center content
      • use google font Roboto Slab

Released by Raphael Pour [email protected]

v1.1.0

02 Nov 09:32
Compare
Choose a tag to compare

Minor Release v1.1.0 (2023-11-02)

  • Raphael Pour
    • cmd/root: add go version and last commit sha to the --version build information
    • cmd/render: support opengraph tags for rich link preview
    • metadata: pretty render initial metadata
    • cmd/render, config: add chill-files list containing arbitrary files that just get copied to the root of the output dir
    • cmd: add admin/rewrite-metadata command to pretty print all old metadata files
    • cmd/list: render table via tablewriter

Released by Raphael Pour [email protected]

v1.0.0

12 Jul 10:11
Compare
Choose a tag to compare

Major Release v1.0.0 (2023-07-12)

  • Raphael Pour
    • render:
      • limit line with to 80 chars
      • limit image width to 80 chars
      • outsource templates to files and embed them into the binary
    • repo: make pkgs metadata and highlighter internal (#84)
    • repo: generalize blog by introducing a blog config

Released by Raphael Pour [email protected]

v0.5.0

01 Dec 07:33
Compare
Choose a tag to compare

Minor Release v0.5.0 (2022-12-01)

  • Raphael Pour
    • render:
      • disable favicon to avoid client request
      • add markdown footnote support
      • bugfix navigation: render next/previous links properly and ignore
        static posts

Released by Raphael Pour [email protected]

v0.4.0

30 Jul 04:14
Compare
Choose a tag to compare

Minor Release v0.4.0 (2022-07-30)

  • Raphael Pour
    • bugfix cmd/list: fix file count condition to check if a post directory has enough files
    • post: add static posts that are unlisted
    • cmd/list: add 'static' column

Released by Raphael Pour [email protected]

v0.3.0

26 Mar 18:29
Compare
Choose a tag to compare

Minor Release v0.3.0 (2022-03-23)

  • Raphael Pour
    • render: add navigation with previous+next post and home
  • Tch1b0
    • render: add syntax-highlighting for code-blocks

Released by Raphael Pour [email protected]

v0.1.3

24 Nov 11:50
Compare
Choose a tag to compare

Changelog

8fb2bf2 Travis: Enable tags again
a7e863c Travis: Debug deployment
30e201c Repo: Fix goreleaser
833ed06 Travis: Fix
1526045 Goreleaser: Fix config
bfa6aa0 Bump version to v0.1.3
8521b74 CI: Add goreleaser config
8c2bb3d CI: Add release
ac7285c Cmd: Adjust cmds to handle status properly
68a3d31 Cmd: Add draft/publish to set a posts status
3f06cbc Metadata: Add status to track draft/public posts
2cc0aa1 Update CHANGELOG.md
a877759 Testing: Add cmd list test
4e50a6e Cmd: Add list command
338e0ad Cmd: Fix render flags
8425483 Render: Add timestamp and style to rendered post

Version: # Patch Release v0.1.2 (2020-10-04)

04 Oct 07:04
Compare
Choose a tag to compare
  * **Raphael Pour**
    * Update ci

*Released by Raphael Pour <[email protected]>*

Version: # Patch Release v0.1.1 (2020-10-04)

04 Oct 06:46
Compare
Choose a tag to compare
  * **Raphael Pour**
    * Add travis deployment

*Released by Raphael Pour <[email protected]>*