Skip to content

Releases: soupslurpr/BeauTyXT

0.12.0

22 Sep 02:50
d64910c
Compare
Choose a tag to compare

BeauTyXT now supports printing plain text files and exporting plain text files to .docx!
This also applies to files opened using the "Open Any File Type" experimental feature.

Major Changes

Full Changelog: v0.11.0...v0.12.0

0.11.0

14 Sep 04:46
e3685ae
Compare
Choose a tag to compare

You can now view word and character counts in the file info dialog!

What's Changed

Full Changelog: v0.10.1...v0.11.0

0.10.1

19 Aug 23:34
8fd3f3e
Compare
Choose a tag to compare

Markdown to docx now has heading support!

What's Changed

Full Changelog: v0.10.0...v0.10.1

0.10.0

16 Aug 19:42
d45eb02
Compare
Choose a tag to compare

BeauTyXT now has initial experimental support for markdown to docx export! Right now it only supports break, emphasis, strong, and alignment with <div style="text-align: center">text here</div> (center, left, right). You can try it out by toggling the experimental feature from settings.
This was made possible thanks to https://github.com/bokuweb/docx-rs which enables writing/making a .docx file from Rust.

What's Changed

Full Changelog: v0.9.0...v0.10.0

0.9.0

11 Aug 03:33
d669474
Compare
Choose a tag to compare

BeauTyXT now has a rust library that uses https://github.com/wooorm/markdown-rs in place of the flexmark-java library for rendering markdown

What's Changed

Full Changelog: v0.8.2...v0.9.0

0.8.2

09 Aug 00:48
2d26cb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

0.8.1

31 Jul 19:45
bd07338
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

0.8.0

26 Jul 04:39
27dc549
Compare
Choose a tag to compare

What's changed

  • Add Export submenu
  • Add export markdown to html in Save As in Export submenu
  • Add print markdown item (can also be used for saving to pdf) in Export submenu
  • Use material 3 for file info dialog and fix accessibility issues
  • Remove trying to write to file when opening to determine if it is read only even though it isn't reported to be. (One app reported write access even though it was read only. They should fix their app.)

Full Changelog: v0.7.2...v0.8.0

0.7.2

24 Jul 17:53
31dcf9b
Compare
Choose a tag to compare

What's Changed

  • Make open any file type experimental by @soupslurpr in #60
  • Fix booleanPreferencesKey name of experimentalFeaturePreviewRenderedMarkdownInFullscreen by @soupslurpr in b155457

Full Changelog: v0.7.1...v0.7.2

0.7.1

21 Jul 16:38
53e3a6e
Compare
Choose a tag to compare

What's Changed

  • Fix experimental fullscreen markdown render preview disappearing upon rotation thanks to nscnt ccc6fa4
  • Update fullscreen markdown preview when toggled to fix it not updating when render markdown is off and only the fullscreen preview button is on. by @soupslurpr in #59

Full Changelog: v0.7.0...v0.7.1