Releases: depado/smallblog
Releases · depado/smallblog
v2.1.5
v2.1.4
v2.1.3
Changelog
- 9ad9104 Add renovate.json
- e2ede1e Bump deps
- f5669d6 Bump golang.org/x/net from 0.5.0 to 0.7.0
- 6d62122 Dependency cleanup
- afc2538 Hopefully fixing linter
- 1426def Merge pull request #6 from Depado/v3
- 796fbed Merge pull request #8 from demon36/master
- 772bebd Refactoring
- 0fe1a71 chore(ci): switch to GHA
- a3e971f chore(dependencies): bump dependencies, drone and docker
- 094138a chore(deps): bump dependencies
- e02901d chore(deps): bump to chroma v2
- 2fbac76 chore(deps): bump to go 1.20
- 136c410 chore(deps): update golang docker tag to v1.20.1
- d7b9506 chore(deps): update golang docker tag to v1.20.2 (#17)
- b0be6e7 chore(deps): update golang docker tag to v1.20.3 (#20)
- 9c91ffc chore(deps): update golang docker tag to v1.20.4 (#23)
- 1586dc3 chore(deps): update golang docker tag to v1.20.5 (#28)
- e39ffe4 chore(deps): update golang docker tag to v1.20.6
- bb88a19 chore(deps): update golang docker tag to v1.20.7
- 938a69d chore(deps): update golang docker tag to v1.21.0
- 303fc5e chore(deps): update golang docker tag to v1.21.1
- a077c99 chore(deps): update golang docker tag to v1.21.2
- 1273dbb chore(deps): update golang docker tag to v1.21.3
- 2c99257 chore(deps): update golang docker tag to v1.21.4
- 1b0fb48 chore(deps): update golang docker tag to v1.21.5
- f6ca9db chore(deps): update golang docker tag to v1.21.6
- 0bccd77 chore(deps): update golang docker tag to v1.22.0 (#52)
- 45bbe72 chore(deps): update golang docker tag to v1.22.1
- f17e8bd chore(deps): update golang docker tag to v1.22.2
- ceaecbb chore(deps): update golang docker tag to v1.22.3
- 8468366 chore(deps): update golang docker tag to v1.22.4
- c38ff55 chore(deps): update golang docker tag to v1.22.5
- b322307 chore(deps): upgrade depds, Dockerfile and drone
- ac7c051 chore(renovate): renovate automerge and bump deps
- 86af225 fix blackfriday dep
- 0b902e8 fix build issue referenced at #5
- b480581 fix(deps): update module github.com/alecthomas/chroma/v2 to v2.10.0
- f03465a fix(deps): update module github.com/alecthomas/chroma/v2 to v2.11.1
- e13c02f fix(deps): update module github.com/alecthomas/chroma/v2 to v2.12.0
- 70c057b fix(deps): update module github.com/alecthomas/chroma/v2 to v2.13.0
- 9873f6c fix(deps): update module github.com/alecthomas/chroma/v2 to v2.14.0
- dc1f487 fix(deps): update module github.com/alecthomas/chroma/v2 to v2.5.0
- cbf32fd fix(deps): update module github.com/alecthomas/chroma/v2 to v2.7.0 (#18)
- 70a1faf fix(deps): update module github.com/alecthomas/chroma/v2 to v2.8.0
- ee0768e fix(deps): update module github.com/alecthomas/chroma/v2 to v2.9.1
- be17343 fix(deps): update module github.com/gin-gonic/gin to v1.10.0 (#56)
- 41b9f12 fix(deps): update module github.com/gin-gonic/gin to v1.9.0 (#16)
- 98edeb2 fix(deps): update module github.com/gorilla/feeds to v1.1.2
- d60d4a0 fix(deps): update module github.com/gorilla/feeds to v1.2.0
- 915048f fix(deps): update module github.com/otiai10/copy to v1.10.0 (#21)
- 81c0326 fix(deps): update module github.com/otiai10/copy to v1.11.0 (#22)
- 0954b92 fix(deps): update module github.com/otiai10/copy to v1.12.0
- b3b62cf fix(deps): update module github.com/otiai10/copy to v1.14.0 (#37)
- 471bb6c fix(deps): update module github.com/spf13/cobra to v1.7.0 (#19)
- ad8c721 fix(deps): update module github.com/spf13/cobra to v1.8.0
- 2c979a6 fix(deps): update module github.com/spf13/cobra to v1.8.1
- 3c9e832 fix(deps): update module github.com/spf13/viper to v1.17.0
- ab12f9b fix(deps): update module github.com/spf13/viper to v1.18.0
- 270e2cb fix(deps): update module github.com/spf13/viper to v1.18.1
- 7b70947 fix(deps): update module github.com/spf13/viper to v1.18.2
- deefb81 fix(deps): update module github.com/spf13/viper to v1.19.0
- a0877d4 fix(deps): upgrade to yaml.v3
- 707b2e4 wrong linter version
v2.1.2
Changelog
1660561 Add proper Drone config, README and fix issues (ineff/errcheck)
1ff65f2 Adding Dockerfile and goreleaser
300fb9e Adding Font Awesome
8a203fa Adding golangci conf
582f7b6 Admonitions ?
de5c61d Bump bfplus version
8e476b6 CSS
bdbbfa0 CSS rework
6d62122 Dependency cleanup
07eb1be Details rework
3bad8c9 Fix test
415ab96 Fix typo
f54fc79 I'm going to need to squash this afterwards
f25fba8 Improving design, working with Sass, removing gopkg
af43b14 Picture caption and tweaks
bee2386 Refactoring commands
cd2c783 Remove duplicate dependency
ffe26f6 Supporting header links
77ab6a9 Updating CSS style
78950e3 Updating style
v2.1.1
v2.1.0
v2.0.1
v2.0.0
Breaking changes :
- Configuration file completely reworked (documentation coming soon)
New features :
- Now using Viper to be more flexible (flags, environment variables, configuration file)
- Ability to add an
assets/
directory in yourpages/
directory to add images and other stuff to your articles (access those by using/assets/...
) - Now supports banner link for articles
- Filesystem handling is still in trouble when untaring many articles at once.