Skip to content

Releases: Peterwmoss/qmarkdown

Version 0.4

20 Dec 11:13
9a6e5fd
Compare
Choose a tag to compare

What's Changed

  • Fix crash on inaccessible directory by @michaeladler in #14
  • QT6 migration by @Peterkmoss in #16

New Contributors

Full Changelog: v0.3.2...v0.4

Version 0.3.2

08 Sep 19:26
ce08edc
Compare
Choose a tag to compare

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

11 Nov 20:12
Compare
Choose a tag to compare

Changes

  • Major bug fixing, mostly startup issues
  • Reduced binary size - 👍
  • Arguments now include: --dark and --light
    • or their shorthands: -d and -l

v0.3 Support for dark theme

10 Nov 18:19
Compare
Choose a tag to compare

Changes

  • Changed overall colorscheme to gruvbox
    • Support for -light or -dark as arguments to select dark or light theme (light is default)
  • Minor consistency updates and bug fixes
  • New binary size: 339.1KB

v0.2.5 - CMake and simple auto complete

08 Nov 21:52
Compare
Choose a tag to compare

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

03 Nov 17:58
Compare
Choose a tag to compare

Changes

  • Fixed line-height to support long header (multi-line)

v0.2.3 - Resource optimization

03 Nov 17:41
Compare
Choose a tag to compare

Changes

  • No longer loads resources if no images are found

v0.2.2 - Minor bug fixes

03 Nov 17:27
Compare
Choose a tag to compare

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

03 Nov 16:25
Compare
Choose a tag to compare

V0.2 PKGBUILD for easier distribution on Arch-based distros

03 Nov 14:40
Compare
Choose a tag to compare

Changes:

  • Added PKGBUILD-file
  • Updated Makefile to commemorate the PKGBUILD