v1.3.0
Highlight
This release introduces a bunch of new features, most notably:
- Zaman now uses the default PDF reader defined in XDG Mime Applications on the system,
zathurais now only used as a fallback option if no default PDF reader is set. - Add auto-completion support for man pages. You can now use [TAB] when using
zamanto auto-complete the man pages names (like you would do with plainman).
This release also includes multiple changes and improvements to the repo structure as well as the documentation.
Important note:
Some changes have been made to the way Zaman should be installed from source. Make sure to read the updated instructions (people using the AUR package are not affected).
Features
- Use default PDF reader defined in XDG Mime Application (fallback to zathura) (#65) - (40a6f71) by @Antiz96
- Add dynamic shell completions for man pages (#64) - (8586cb4) by @Antiz96
- Add the
-D / --debugoption (#63) - (28e6917) by @Antiz96
Fixes
Documentation
- Add the 'License' section to the table of content in the README (#60) - (2dabea9) by @Antiz96
- Overall documentation rework (#56) - (a08403a) by @Antiz96
Styling
Miscellaneous
- Update mdl rules in CI (#62) - (5902d50) by @Antiz96
- Add Release instructions + Changelog (#58) - (d83b65c) by @Antiz96
- Add simple unit tests with 'bats' (#57) - (7d42d37) by @Antiz96
- Add issues / pull requests templates (#55) - (51a234f) by @Antiz96
- Add CONTRIBUTING.md (#54) - (cc25e41) by @Antiz96
Full Changelog: v1.2.3...v1.3.0