Skip to content

Releases: wbrawner/SimpleMarkdown

v0.8.11

22 Feb 02:12
Compare
Choose a tag to compare
Bump version for release

v0.4.6

05 Sep 00:05
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release
Add acra.properties to gitignore

v0.4.5

31 Aug 13:41
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release
Bump version number

ACRA Testing

21 Aug 23:42
Compare
Choose a tag to compare
ACRA Testing Pre-release
Pre-release

This build has open source automated crash reporting implemented so errors will be reported for investigation.

v0.4.1-beta

05 Mar 15:07
8f81553
Compare
Choose a tag to compare
v0.4.1-beta Pre-release
Pre-release

This is a possible fix for a crash related to using SD Cards on some devices. I've added some more details to the crash reporting to help me better understand what's going on, so if this doesn't fix the issue, I should have enough information to work out the exact issue

v0.4.0-beta

05 Mar 04:08
775bfc0
Compare
Choose a tag to compare
v0.4.0-beta Pre-release
Pre-release

New settings! Bug fixes!

  • Ability to set default root directory for files to be saved in
  • Ability to set default view on app launch (file view or edit view)
  • Support for Samsung DeX
  • Fixed splash screen stretching
  • Fixed a bug on chromebooks when resizing the app window

This will be rolling out to the stable channel once I've had some more time to test it and make sure there are no bugs, but if you'd like to help me with this, feel free to download the APK from here or join the beta program from Google Play!

Version 0.3.1

28 Jan 23:27
Compare
Choose a tag to compare

In this update, version 0.3.1, you can expect the following:

tl;dr

  • A couple of new features
  • Bug fixes
  • Code cleanup

New features

  • Settings: you are seeing the beginnings of some customization. I'll try to keep things simple with it in the spirit of the app, but I also know that it's nice to have a little control over your apps.
  • Auto-save: files are now automatically saved whenever you leave the app. No need to tap the "Save" button any more! Note: this is enabled by default but can be disabled from the settings.
  • New files: you can now quickly reset your working file to switch into another file. No need to close and re-open the app any more!
  • Auto-capitalization: the editor will automatically capitalize new sentences so you can leave the Shift key in peace!
  • Adaptive icon!

Bug fixes/reliability improvements:

  • Fixed horizontal scrolling for code blocks. This is disabled by default, since it conflicts with the swipe to view the preview or go back to editing feature. For now, you can quickly enable/disable swiping from the menu by tapping "Lock Swiping", but I hope to make this automatic in the future so you don't have to think about it anymore. I'll be sure to write about it when I've got it :)
  • Fixed title setting on opening new files.
  • Cleaned up some unneeded/unused code.
  • Added more tests to prevent regressions.
  • Fixed a bug with physical keyboards where holding down Backspace could cause a crash

Version 0.3.0

28 Jan 02:45
Compare
Choose a tag to compare

tl;dr

  • A couple of new features
  • Bug fixes
  • Code cleanup

New features

  • Settings: you are seeing the beginnings of some customization. I'll try to keep things simple with it in the spirit of the app, but I also know that it's nice to have a little control over your apps.
  • Auto-save: files are now automatically saved whenever you leave the app. No need to tap the "Save" button any more! Note: this is enabled by default but can be disabled from the settings.
  • New files: you can now quickly reset your working file to switch into another file. No need to close and re-open the app any more!
  • Auto-capitalization: the editor will automatically capitalize new sentences so you can leave the Shift key in peace!
  • Adaptive icon!

Bug fixes/reliability improvements:

  • Fixed title setting on opening new files.
  • Cleaned up some unneeded/unused code.
  • Added more tests to prevent regressions.