Releases: owenthewizard/i3lockr
Releases · owenthewizard/i3lockr
v1.2.1
1.2.0
[1.2.0] - 2022-06-19
Fixed
- Missing some
unsafe
keywords. - Security issues in dependencies.
Changed
- Screenshot is now captured with scrap.
- Arguments take
NonZero
types where appropriate. - Image operations have been broken out into separate units.
- Make use of imgref instead of custom structures.
- Make use of blend-srgb instead of manual blending.
- 100% Rust blur routine using stackblur-iter (resolves #13)
SHA256SUMS
: SHA256 checksums of all filesSHA256SUMS.sig
: PGP signature of SHA256SUMSowenthewizard.asc
: My public keyi3lockr.fish
: Shell completions forfish
i3lockr.elv
: Shell completions forelvish
i3lockr.bash
: Shell completions forbash
i3lockr
: Thei3lockr
executablei3lockr.debug
: Thei3lockr
executable, with debug info (unoptimized)_i3lockr
: Shell completions forzsh
Internal restructuring, multi monitor fix
[1.1.0] - 2020-02-10
Changed
- Switch to
u32
rather than[u8; 4]
for most operations - Refactor into more separate compile units
- Switch from SysV SHM to Linux SHM
Added
- Multithreaded brightness adjustment
- Nearest-neighbor scaling
SHA256SUMS
: SHA256 checksums of all filesSHA256SUMS.sig
: PGP signature of SHA256SUMSowenthewizard.asc
: Signing public keyi3lockr.fish
: Shell completions forfish
i3lockr.elv
: Shell completions forelvish
i3lockr.bash
: Shell completions forbash
i3lockr
: Thei3lockr
executablei3lockr.debug
: Thei3lockr
executable, with debug info_i3lockr
: Shell completions forzsh
1.0.0 Final
[1.0.0-final] - 2019-06-27
Changed
- Complete rewrite with fewer dependencies
- Pass raw bytes to
i3lock
rather than encoding PNG
Added
- Shell completions
This is the final release of 1.0.0, NOT the final release of i3lockr!
SHA256SUMS
: SHA256 checksums of all filesSHA256SUMS.sig
: PGP signature of SHA256SUMSowenthewizard.asc
: Signing public keyi3lockr.fish
: Shell completions forfish
i3lockr.elv
: Shell completions forelvish
i3lockr.bash
: Shell completions forbash
i3lockr
: Thei3lockr
executable_i3lockr
: Shell completions forzsh
[Old Do Not Use] Harder, better, stronger, faster rewrite!
See CHANGELOG.md for detailed changes.
Everything is faster and lower-level, with fewer dependencies. Not all features have been ported yet.
Pass image through stdin
See CHANGELOG.md for detailed changes.
This release features a fix for #4.
Fix waiting and nofork behaviour
See CHANGELOG.md for detailed changes.
This release features a fix for #2.
Initial Release
v0.1.0 Initial release