Skip to content

Releases: sjmulder/nostt

nostt 1.3

05 Aug 13:13
1.3
Compare
Choose a tag to compare
  • Fixed: typo and style in man page (thanks Omar Polo).
  • New: Dutch translation of the man page.
  • New: unveil() support on OpenBSD (thanks Tim van der Molen).
  • New: support for NO_COLOR=1 (http://no-color.org).
  • New: non-canonical CMake build file.
  • Change: migrated builds from sr.ht to GitHub Actions.

nostt 1.2.2

15 Jun 18:26
1.2.2
Compare
Choose a tag to compare
  • Fixed: API error caused by use of old HTTP endpoint. Switched to same endpoint but HTTPS.

nostt 1.2.1

25 Jul 20:42
1.2.1
Compare
Choose a tag to compare
  • New: Dutch translation of README.md.
  • Fixed: interactive prompt not printed with musl libc.
  • Fixed: typos in README.md.
  • Change: migrated builds from Travis to sr.ht.

nostt 1.2

15 Aug 21:55
1.2
Compare
Choose a tag to compare
  • Fixed: build warning from mismatched callback signature.
  • Fixed: only first column printed with colors off.
  • New: type 'q' at the prompt to quit.
  • New: next page suggested after last subpage (e.g. [101] after [101-4]).
  • Change: drop /usr/local from default include and lib search path. System search paths aren't for us to decide.

nostt 1.1.1

06 Dec 13:30
Compare
Choose a tag to compare
  • Fixed: wrong implicit permissions in make install.

nostt 1.1

12 Nov 14:45
Compare
Choose a tag to compare
  • New: 'make check' target.
  • Removed: -i option (interactive mode). Interactive mode is now used if no
    page argument is given.
  • Removed: -G option (color ouptut). Color output is the default now for
    interactive terminals, but can be disabled with environment CLICOLOR=0 or
    forced with CLICOLOR_FORCE=1.
  • Changed: default CFLAGS and LDFLAGS, in particular adding /usr/local search
    paths.
  • Changed: make [un]install now respects DESTDIR. prefix, bindir, and man1dir
    have been replaced with PREFIX and MANPREFIX.
  • Fixed: several portability issues.

nostt 1.0

04 Mar 12:39
Compare
Choose a tag to compare

Initial release