Skip to content

Releases: Antiz96/zaman

v1.2.3

13 Apr 12:35
v1.2.3
93fd63c
Compare
Choose a tag to compare

Highlight

This release introduces basic shell completions (for bash, zsh and fish) for Zaman.

Also, commits, tags and auto-generated tar.gz source tarball on releases are now signed via GPG; and a trust path for users has been added in the form of the MAINTAINERS.md file.

Features

  • Add shell completions for bash, zsh and fish by @Antiz96 in #50

Improvements

Full Changelog: v1.2.2...v1.2.3

v1.2.2

09 Jun 22:05
9fb862c
Compare
Choose a tag to compare

What's Changed

  • Add a GitHub action to run shellcheck on pull requests by @Antiz96 in #26
  • Add basic but useful information at the top of the main script by @Antiz96 in #27
  • Refactoring the script with functions by @Antiz96 in #28
  • Add the '-m|--menu' option by @Antiz96 in #29
  • Add a clear and concise help message (instead of simply printing the man page) for the --help option by @Antiz96 in #30
  • Use separated exit codes for each type of errors by @Antiz96 in #31
  • Bump the script to v1.2.2 by @Antiz96 in #32

Full Changelog: v1.2.1...v1.2.2

v1.2.1

13 May 07:56
982484b
Compare
Choose a tag to compare

What's Changed

  • Run the zathura process in the background by @Antiz96 in #24

Full Changelog: v1.2.0...v1.2.1

v1.2.0

22 Mar 00:03
b64ab35
Compare
Choose a tag to compare

What's Changed

  • Let the users choose their prefered pdf backend between [zathura-pdf-poppler] and [zathura-pdf-mupdf] by @Antiz96 in #19
  • Add rofi support by @Antiz96 in #20
  • Print a proper error if no man page or file path is specified when using the output option by @Antiz96 in #21
  • Stop opening PDF man pages in fullscreen mode by default by @Antiz96 in #22
  • Bump the main script to v1.2.0 by @Antiz96 in #23

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Sep 23:23
fe97cac
Compare
Choose a tag to compare
  • New feature: The -o/--output flag allows you to save the PDF converted man page to a file of your choice (resquested in #15 by @SomethingGeneric)
zaman -o ls ~/Documents/man/ls.pdf
  • New feature: The -O/--save flag allows you to quickly save the PDF converted man page to a local file named man_<command>.pdf (resquested in #15 by @SomethingGeneric)

You can either select the man page to save as a PDF file via the dmenu list:

zaman -O

Or you can specify the man page to save as a PDF file directly in the command:

zaman -O ls
  • Added the -o/-O flags' documentation in both README.md and the zaman man page.

  • Added various little improvements to the script.

v1.0.2

14 Sep 17:09
98b1357
Compare
Choose a tag to compare
  • The repo has been restructured to better suit best practices.
  • New install/uninstall method: The install.sh and uninstall.sh scripts have been removed in favor of a Makefile; which is cleaner, more standard and way easier to maintain.
  • The wiki pages has been merged directly into the README to centralize information (the wiki has therefore been deleted).
  • The "dependencies" (and overall) documentation has been improved.
  • A LICENSE file has been added to the repo (GLP3).

Release v1.0.1

09 Aug 14:21
32688dc
Compare
Choose a tag to compare
  • Added groff as a dependency (also "groff-perl" and "perl(Compress:Zlib)" for RedHat/Fedora based distros)
  • Various typo fixes

Release v1.0.0

08 Aug 18:23
d00494b
Compare
Choose a tag to compare

Initial Release