Skip to content

Releases: solworktech/zaje

v0.21.25

04 Jun 14:19
Compare
Choose a tag to compare

Changelog

  • dc265e9 Update highlight submodule, replace literal references to zaje with $NAME
  • b7c8ec1 super-zaje: only try to download the image if it doesn't exist on local FS

v0.21.24

17 Apr 19:39
Compare
Choose a tag to compare

Changelog

  • f33e4bf Add rpmlint function
  • f834674 Added --build-info flag
  • 1c107cf Added --version flag
  • f844cb0 New highlight version to support rpmlint
  • 51df339 Note about installing debs and RPMs
  • ab02efe Test with Go 1.23.0
  • a54f387 declare syntax_file as "config|noreplace"
  • 8a3373e man page
  • 009010e update gohighlight submodule

v0.21.23

24 Feb 02:26
Compare
Choose a tag to compare

Changelog

v0.21.22

24 Feb 01:24
Compare
Choose a tag to compare

Changelog

v0.21.21

19 Feb 20:06
Compare
Choose a tag to compare

Changelog

  • 713b605 postinst script to let the user know they should source /etc/profile.d/zaje.sh so it affects the current session.

v0.21.20

17 Feb 23:16
Compare
Choose a tag to compare

Changelog

  • 74ccf54 Goreleaser: build Deb and RPM
  • ec27749 Reorder README sections

v0.21.19

09 Jan 14:27
Compare
Choose a tag to compare

Changelog

v0.21.1-19

07 Jan 01:00
Compare
Choose a tag to compare

Changelog

v0.21.1-18

26 Nov 15:39
Compare
Choose a tag to compare

Changelog

  • acb2782 Disabling import check pro tem as I'm getting: go: golang.org/x/tools/cmd/goimports@latest (in golang.org/x/[email protected]): go.mod:3: invalid go version '1.22.0': must match format 1.23 in GH Actions.
  • de55c99 history alias causes issues when history is invoked with args (say -a). Comment out for now.

v0.21.1-17

25 Nov 21:30
Compare
Choose a tag to compare

Changelog

  • 7518038 Apparently, in RHEL based distros, which reads aliases and functions by default so pass --skip-alias --skip-functions to prevent that.