Skip to content

Releases: cmuench/inotify-proxy

2.1.1

03 Apr 17:57
Compare
Choose a tag to compare

Changelog

2.1.0

09 Jan 20:02
Compare
Choose a tag to compare

Changelog

bf34849 Add linux arm64 architecture
cc6716b Add gitub actions badge
a7109e8 Create SECURITY.md
2dad6e1 Update README.md
0991075 Update README.md
b93799c Update README.md
9f4bdee Update README.md

2.0.1

05 Jan 18:17
16c97f2
Compare
Choose a tag to compare

Changelog

16c97f2 Merge pull request #7 from RobertLang/fix/profile-check
4e1f6f4 [FIX] Correct null point exception when using new configuration without yaml:profile
8e6e155 Fix wrong comments (go-lint)
4942a62 Fix go-lint warnings
22cdcd4 Add go-report badge
c530afa Add maintenance badge

2.0.0

30 Dec 14:40
69089f3
Compare
Choose a tag to compare

Changelog

69089f3 Fix github action -> deprecated usage of GITHUB_ENV
9f746c0 Merge pull request #6 from cmuench/feature/extension-based-config
1322817 Fix extension validation if no profile exists
c128cc5 Add extension and profile handling to watch function
305163d Start to refactor config handling (see #5)

1.1.0

31 Oct 10:41
Compare
Choose a tag to compare

Changelog

40f9680 Add additional test for sass profile
5936c3c Add new profiles less and sass (see issue #3)
a4cb1c1 Create codeql-analysis.yml

1.0.0

29 Aug 14:42
2fbca2f
Compare
Choose a tag to compare

Changelog

2fbca2f Merge pull request #2 from cmuench/feature/yaml-config
3a33628 Add better error handling for config loading process
8f9a548 Add inotify-proxy.yaml support
3ad09c0 Add new javascript profile
0d2f54f Merge pull request #1 from cmuench/feature/go-routines
e1ee26e Remove debug message
5a89a05 Add go routines for parallel processing
55d23b4 Upgrade go version to 1.14

0.0.4

16 Aug 08:40
c5aab1c
Compare
Choose a tag to compare

Changelog

c5aab1c Set missing GITHUB_REF_SLUG env variable in gorelease action
eab6c2c Use GITHUB_REF_SLUG instead of GITHUB_REF
699a1f8 Try to use GITHUB_REF as version
94cc553 Remove own ldflags
28ba0db Quote ldflags in .goreleaser.yml
813ac0d Remove sub-array in gorelease config
8a39a13 Try to fix gorelease config
307eebc Add own version to build

0.0.3

16 Aug 06:44
Compare
Choose a tag to compare

Changelog

040352b Refactoring and do not change modification time

0.0.2

15 Aug 19:59
Compare
Choose a tag to compare

Changelog

396c608 Changed filewalk library to "github.com/karrick/godirwalk"
a9c7030 Add help content
71d8fa6 Add documentation
d484df2 Move extension and directory validation to profiles
df966df Remove wrong -v option in "go fmt"
fa3b6ef Format code

0.0.1

15 Aug 11:22
Compare
Choose a tag to compare

Changelog

cb37ab9 Add release workflow action
fba9bc2 Run tests in sub-directories
d7915f6 Make structure more modular
9b37b4b Create go.yml
be26443 Initial commit