Skip to content

Releases: dakyskye/dxhd

05.04.2021_02.38 release

04 Apr 22:40
Compare
Choose a tag to compare

20240bf updated cli help output
eb653a1 default to bash as the shell
a92f32c README QoL improvements (#46)
e8b692c Adding systemd user's service (#43)
fb7ff16 updated the docs
98d8992 Update README.md
9b1b8a7 updated info about the review status
2645e50 added note about jetbrains
f542d4b Update README.md
790f4a9 Merge pull request #38 from dakyskye/fix-invoke-editor
961957e Link stdin in invoking editor
922222f update python example

09.11.2020_20.51 release

09 Nov 16:53
Compare
Choose a tag to compare

f4747f4 exit after creating the default config
78c722c auto populate command with missing variants (#36)
2192d88 Remove early exit in background flag (#34)

30.10.2020_16.02 release

30 Oct 12:05
753c4b2
Compare
Choose a tag to compare

753c4b2 Piping (#31)
fa52647 Remove '\t' characters to fix the --help text (#30)
8ba3103 deleted pointless gif; explain daemonisation
24f0a65 print the invalid osArg
07ca242 added -b flag for daemonisation
dfc3cbb mention -e flag in readme

18.10.2020_16.09 release

18 Oct 12:13
Compare
Choose a tag to compare

6b8547b export GOOS and CGO_ENABLED vars
bab29a3 check for version flag early
ddedf23 Add invoke editor flag (#29)
30422e5 don't update checker dependencies on each check
f865c17 updated the help text
a9cb818 quick text fixes
fc770a5 fixed a grammar mistake
497bbc8 use word "command" instead of "action"
aa96e13 packed files into folders (made them separate modules)
09b98d8 updated the packages
dcfd044 use go 1.15 in go.mod

30.08.2020_17.51 release

30 Aug 13:53
Compare
Choose a tag to compare

ab0e43d added info about global vars in config in readme
92d9b89 added support for global variables in config; use int8 for event types
d8182b0 use do.sh script in github workflow
51d519f added check to do.sh
3346c36 got rid of unnecessary variable
c1825de ensure the next argument is not another flag

16.07.2020_15.57 release

16 Jul 11:58
Compare
Choose a tag to compare

be5f0c9 update binary size in readme
0495e60 added help flag to the flags list; implemented -c flag

15.07.2020_20.24 release

15 Jul 16:26
Compare
Choose a tag to compare

ba22188 replace zap logger with logrus (#21)
66f9185 assign to opts.config correctly
9b721cd added github issue templates
6620ec5 added more checks
a2e5b68 fixed inefficent variable declaration
e508e62 fixed misspelling
d52a92c separate linting and building
85842c0 set up github actions

13.07.2020_22.01 release

13 Jul 18:03
Compare
Choose a tag to compare

295d463 remove TERM signal recommendation
9c80a71 use custom io.Writer for command errors for better and less logging
9e95d35 disown children processes
916e79a correct some mistakes

10.07.2020_21.27 release

10 Jul 17:31
Compare
Choose a tag to compare

5e48149 simplified comparing to a bool constant
007e91e use fmt.Errorf and fmt.Printf instead of nesting two related functions
3672d68 iterate over string type instead of rune slice
718401c added default case for -- flags
48a3492 get rid of extra variable creation
ddc5efd added new question to the faq; added info about make install
fcce262 use shell to execute commands in makefile; added install rule
ba73688 compare sig against SIGUSR signals directly
082e4ce added synopsis and version output to help
1e60dfa add master- prefix to fast build

26.06.2020_20.44 release

26 Jun 16:48
Compare
Choose a tag to compare

🎉 now dxhd is officially released for i386, amd64, arm, and arm64 platforms!

7a91e26 wrote posix compliant build script, and modified makefile relevantly
c5b5f90 ignore releases directory
f9ec205 corrected typos
750984f print errors to os stderr