Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Releases: ziadoz/media-swapper

1.1.0

29 Sep 21:04
11a40c5
Compare
Choose a tag to compare

Changelog

11a40c5 GoReleaser builds using Github Actions (#1)
c13feb3 Move source to first argument. Add basic help documentation. (#2)

1.0.5

19 May 13:08
Compare
Choose a tag to compare

Fixed missing binary parameter causing forking issues by using exec.LookPath().
Fixed missing os.Exit() when no swappable files were found.
Use Go project directory structure: https://github.com/golang-standards/project-layout

1.0.3

08 Apr 21:15
Compare
Choose a tag to compare

Binary parameter is now optional. When not specified the binary will be located using which.

1.0.2

26 Sep 20:54
Compare
Choose a tag to compare

Changelog

9f013d3 Add go.mod
35457c8 Parse flags in main()

Release binaries

26 Aug 18:47
Compare
Choose a tag to compare
1.0.1

Fucking YAML.

Initial Go release

26 Aug 18:46
Compare
Choose a tag to compare

Rewritten entirely in Go instead of Bash so it can be compiled down to a binary.