Skip to content

Releases: yoshuawuyts/vmd

vmd v1.34.0

18 Nov 21:26
Compare
Choose a tag to compare
  • Upgrade Electron which should fix a segmentation fault on some computers (#129)
  • Upgrade all other dependencies

vmd v1.33.1

02 Jun 14:02
Compare
Choose a tag to compare
  • Fix style of code blocks when using different highlighting themes (#122)

vmd v1.33.0

04 Dec 23:32
Compare
Choose a tag to compare
  • Support JSON Front Matter (#113 )
  • When searching, fix escape key closing the window instead of the search dialog (#108 )

vmd v1.32.0

27 Nov 01:44
Compare
Choose a tag to compare
  • Fix header rendering (#110)
  • Support for YAML and TOML Front Matter rendered as nested table (#109, #112)
  • Restructure application menu and open README under “About vmd” (#80)

vmd v1.31.2

23 Oct 22:52
Compare
Choose a tag to compare
  • Fix the maximum width of the markdown content so that it's the same as on GitHub (again but better)

vmd v1.31.1

18 Oct 09:54
Compare
Choose a tag to compare
  • Fix the maximum width of the markdown content so that it's the same as on GitHub (#106)

vmd v1.31.0

12 Aug 13:55
Compare
Choose a tag to compare
  • Search within the document (#73)

vmd v1.30.0

12 Aug 00:12
Compare
Choose a tag to compare
  • Add an option to automatically hide the menu bar through the window.autohidemenubar configuration parameter on Linux and Windows. Turned off by default. (#99)
  • Fix updating the menu items in the context menu when right-clicking on things in the document (#103)
  • Switch code style from "standard" to Airbnb's eslint preset. Yay semicolons 🎉

vmd v1.29.2

10 Aug 15:45
Compare
Choose a tag to compare
  • Fix accidentally interpreting strings with two colons as emoji
  • Update dependencies

vmd v1.29.1

03 May 07:13
Compare
Choose a tag to compare
  • Fix about dialog on OS X (#96)