Skip to content

Releases: andornaut/gog

dev

31 Mar 12:57

Choose a tag to compare

dev

Latest build from main branch

v0.3.0

17 Feb 19:54

Choose a tag to compare

Changelog

  • 952f38a Add GitHub Actions workflows and CI/CD configuration
  • c843f2e Add comprehensive test suite for core functionality
  • 44f431d Add coverage files to .gitignore
  • 52ab5b0 Add focused security tests for critical fixes
  • 42492f3 Add goimports and gci linters for import management
  • 9011461 Add unparam linter and fix unused parameters
  • b91a115 Fix TestFileSkipsAlreadyLinked for macOS compatibility
  • 10820c0 Fix critical security and deprecation issues
  • 28f8c69 Fix golangci-lint configuration for Go 1.26 compatibility
  • 526f5c5 Fix golangci-lint-action version for v2 support
  • adf53af Fix linting issues and improve code quality
  • 259656e Fix symlink recreation on macOS by using direct target comparison
  • 4c19b97 Improve code quality and documentation
  • 2726acf Improve error messages with detailed context
  • fc8d121 Modernize Makefile with improved test targets
  • 23bbe8f Remove shadow from linters list
  • 9e8a307 Remove unnecessary gosec exclude G115
  • 3b09f9e Simplify linter config and GitHub workflow
  • 79f775f Update Go version from 1.12 to 1.26
  • fb7fa24 Upgrade dependencies and fix shadow variables
  • c836eba Upgrade golangci-lint from v1.64.8 to v2.10.1

v0.2.5

31 Aug 13:10

Choose a tag to compare

Add --force to `git add`

v0.2.4

14 Nov 18:18

Choose a tag to compare

Add/rm from git when add/removing files from repositories

v0.2.3

12 Nov 17:48

Choose a tag to compare

Refactor

v0.2.2

14 Mar 16:01

Choose a tag to compare

Rename gog manage to gog repository

v0.1.5

24 Feb 02:10

Choose a tag to compare

Do not link ./install

v0.1.4

12 Aug 17:33

Choose a tag to compare

Merge branch 'master' of github.com:andornaut/gog

* 'master' of github.com:andornaut/gog:
  Update README.md
  Support globs in repository names
  Update README
  Update README
  Refactor
  Update deps and README
  Switch from urfave/cli to spf13/cobra

v0.1.3

30 Jul 20:49

Choose a tag to compare

Support globs in repository names

v0.1.2

10 Jun 13:04

Choose a tag to compare

Move ignore-file check to link.File