Releases: Peterwmoss/qmarkdown
Releases · Peterwmoss/qmarkdown
Version 0.4
What's Changed
- Fix crash on inaccessible directory by @michaeladler in #14
- QT6 migration by @Peterkmoss in #16
New Contributors
- @michaeladler made their first contribution in #14
Full Changelog: v0.3.2...v0.4
Version 0.3.2
Version 0.3.2
- Fixes a major issue where files would not load, just showing a blank page.
v0.3.1 Stability and argument update
Changes
- Major bug fixing, mostly startup issues
- Reduced binary size - 👍
- Arguments now include:
--dark
and--light
- or their shorthands:
-d
and-l
- or their shorthands:
v0.3 Support for dark theme
Changes
- Changed overall colorscheme to gruvbox
- Support for
-light
or-dark
as arguments to select dark or light theme (light is default)
- Support for
- Minor consistency updates and bug fixes
- New binary size: 339.1KB
v0.2.5 - CMake and simple auto complete
Changes
- Using CMake to find packages and includes
- Can now do a simple form of auto-complete for file paths (use TAB to complete)
- More image file-type support
- CSS changes
v0.2.4 - Line-height fix for long headers
Changes
- Fixed line-height to support long header (multi-line)
v0.2.3 - Resource optimization
Changes
- No longer loads resources if no images are found
v0.2.2 - Minor bug fixes
Changes
- No longer complains about duplicate files when loading a markdown file with multiple images in other sub-folders
- Changed CSS to be a bit less clustered and to be easier to read
v0.2.1 aur package released
V0.2 PKGBUILD for easier distribution on Arch-based distros
Changes:
- Added PKGBUILD-file
- Updated Makefile to commemorate the PKGBUILD