Releases: mikesart/inotify-info
Releases · mikesart/inotify-info
v0.0.3
What's Changed
- ci/release: remove the release tarball from artifacts by @motiejus in #45
- Add
make install
by @alichtman in #48 - Add PREFIX support to makefile, and distro install command by @alichtman in #49
- [ci] chore: bump zig by @motiejus in #51
- ci: verbose builds by @motiejus in #46
- Dockerfile: skip working directory, add verbosity by @motiejus in #47
- make install tuning by @motiejus in #50
- errno: print stringified errors from errno by @motiejus in #54
New Contributors
- @alichtman made their first contribution in #48
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Changelog
- add
--version
and--help
flags. - top-level
Makefile
now accepts an optionalINOTIFYINFO_VERSION
parameter, which packagers are encouraged to set. By default, that variable is set from a git tag. - remove
-march=native
and a couple more optional/environment-specific CFLAGS.
Git log
- chore: bump zig by @motiejus in #33
- release binaries: make them identical to github by @motiejus in #32
- add --help and --version by @motiejus in #35
- Specify a code style via
clang-format --style=webkit
by @motiejus in #36 - INOTIFYINFO_VERSION: be stricter requiring it. by @motiejus in #37
- zig: upgrade and get from alpine by @motiejus in #38
- release archives: quiet down when Git is not found by @motiejus in #39
- Makefile: cleanup build system by @intelfx in #42
- README: put Docker instructions to a single place by @motiejus in #43
- Makefile: restructure cflags more by @motiejus in #44
New Contributors
Full Changelog: v0.0.1...v0.0.2
v0.0.1
NOTICE 2024-05-03 about attached binaries
Use inotify-info-0.0.1.tar.gz
which, as of writing, is byte-for-byte identical to the one Github generates (until it doesn't).
inotify-info-v0.0.1.tar.gz
should be not used, it is left for compatibility.
What's Changed
- Adding usage notes by @fatso83 in #2
- Sort processes by watch count by @fatso83 in #3
- Dynamically align columns on app column length by @fatso83 in #9
- Support run on Docker by @jlandowner in #13
- add uid of process by @x-7 in #14
- Add support for building on Nix/NixOS by @grenewode in #18
- Backwards compatibility with linux pre 2.6.33 by @drok in #19
- Update Dockerfile - slim build by @ianb-mp in #20
- musl support by @motiejus in #21
- dockerfile: even smaller build by @motiejus in #22
- ci by @motiejus in #24
- github actions: fix cache order by @motiejus in #25
- ci: remove zig sdk from cache by @motiejus in #27
- nix: remove nix build by @motiejus in #26
- Add release automation by @motiejus in #29
New Contributors
- @fatso83 made their first contribution in #2
- @jlandowner made their first contribution in #13
- @x-7 made their first contribution in #14
- @grenewode made their first contribution in #18
- @drok made their first contribution in #19
- @ianb-mp made their first contribution in #20
- @motiejus made their first contribution in #21
Full Changelog: https://github.com/mikesart/inotify-info/commits/v0.0.1