Skip to content

Releases: qdm12/gosplash

v0.2.0

05 Aug 17:42
Compare
Choose a tag to compare

Breaking changes

  • Rename BuildDate settings field to Created to match opencontainers specification

Features

  • Add /choose suffix for github issues and discussions links (working even if templates are not defined)
  • Merge links lines together
    • need help and discussion (same link)
    • bug and new feature (same link)
  • BuiltBy settings field added

Documentation

  • Rework metadata badges in readme
  • Add Typescript port in readme (#3)

Maintenance

  • Bump Go from 1.16 to 1.22
  • Linter
    • update configuration with more linters
    • bump golangci-lint from v1.41.1 to v1.56.2
  • Dependencies
    • upgrade github.com/stretchr/testify from v1.7.0 to v1.9.0
  • CI
    • pin actions/checkout to v4
    • bump alpine from 3.13 to 3.20
  • Dev setup: update devcontainer definitions
    • remove docker bind mount
    • remove kube bind mount
    • remove :z bind mount flags
    • update to use new ssh bind mount destination
    • update docker-compose.yml entrypoint to be an array
    • devcontainer.json: change windows.sh to be run without source
    • update extensions block to newer format
    • remove vscode-database extension
    • remove commented extensions
    • update settings block to newer format

v0.1.0

14 Jul 18:07
Compare
Choose a tag to compare
Initial commit