Skip to content

Miro v0.6.3

Latest

Choose a tag to compare

@vincent-uden vincent-uden released this 22 Oct 08:35
· 13 commits to master since this release

0.6.3 removes the need for manually setting a scale factor, nix support and a bunch of small fixes.

What's Changed

  • fix: empty check when handling messages with no PDF loaded by @vimeh in #63
  • fix miss spell:linx -> linux by @E834159672 in #65
  • feat: enable FatLTO, CU1 and stripping optimizations for Release by @zamazan4ik in #61
  • Nix flake support by @tukanoidd in #66
  • Prevent the terminal from opening on Windows in release builds by @llMBQll in #70
  • Rework flake by @Vortriz in #72
  • Fix icon alignment in taskbar and add executable icon on Windows by @llMBQll in #73
  • Keybinding band aid for plus on US keyboard by @vincent-uden in #76
  • Automatically determine scaling factor by @vincent-uden

New Contributors