Skip to content

Windows & macOS 0.8.2

Pre-release
Pre-release

Choose a tag to compare

@ktraunmueller ktraunmueller released this 27 Aug 13:59
d276dad

More details about this release can be found on the blog.

Improvements

  • Extract DVI and Code Find & Replace logic into Core #773
  • Virtualize page views, move page management logic into Core #768
  • Run app in light mode for now #728
  • Make window panes resizable #746
  • Fix app icon in Windows installer #750
  • Show app icon in window title bar and task bar #765
  • Insert paragraph after image #749

Bugfixes

  • Reset source editor scroll position when opening a file on Windows #771
  • App may crash when opening large documents #770
  • Source editor may white out on large monitors #769
  • Ctrl + - / + on the main keyboard may not zoom correctly #764
  • It may not be possible to scroll the document horizontally when zoomed in #767
  • Deleting an entire section title may leave an empty section command behind #762
  • Editing across a page boundary may cause severe document corruption or layout glitches #760
  • Changing page zoom may be very slow #719

Other

  • Reduced binary size (Compositor.exe went from 95MB down to just 25MB) because of some previously incorrectly-emitted debug information

Important Note

For the time being, I am using a self-signed certificate to sign the Windows app installers. If you want to install a prototype build, you will need to install my self-signed certificate (once) by following these steps:

  • Download and double-click the certificate file: Compositor.cer
  • Click “Install Certificate”
  • Choose “Local Machine”
  • Select “Place all certificates in the following store” → “Trusted People”
  • Complete the wizard

The forthcoming “real” releases will of course be signed with a proper code-signing certificate, and these steps will not be necessary.