Skip to content

Releases: soupslurpr/BeauTyXT

0.13.1

06 Oct 10:08
a0dec7e
Compare
Choose a tag to compare

BeauTyXT's icon has been updated!

Major Changes

Full Changelog: v0.13.0...v0.13.1

0.13.0

04 Oct 06:40
cf3a76f
Compare
Choose a tag to compare

Major Changes

  • Go back to the last screen when the uri is empty in FileEditScreen.kt by @soupslurpr in #101
  • Use enableEdgeToEdge instead of depreceated Accompanist system ui controller library by @soupslurpr in #103
  • Use imePadding instead of android:windowSoftInputMode="adjustResize" by @soupslurpr in #104
  • Relocate experimental features to below about in settings. by @soupslurpr in #106

Full Changelog: v0.12.0...v0.13.0

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