Skip to content

Commit

Permalink
Markor update v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Jan 2, 2025
1 parent 2d1b83b commit 4299ab9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
- See [Discussions](https://github.com/gsantner/markor/discussions), [Issues](https://github.com/gsantner/markor/issues) and [Project news](https://github.com/gsantner/markor/blob/master/NEWS.md) to see what is going on.
- New Updates also visible here: <https://github.com/gsantner/markor/releases>

### v2.13 series
- [2.13.0](https://github.com/gsantner/markor/compare/v2.12.6...v2.13.0)
### v2.13-14
- [2.13.0 - 2.14.0](https://github.com/gsantner/markor/compare/v2.13.0...v2.14.0)
- Markdown: Fix rendering of '$' in non-math view mode (PR #2485 closes #2085 #2236)
- Android Studio latest version support
- Keyboard TAB key handling, syntax highlighting performance, filebrowser navigation (PR #2487 closes #2469 #2484)
- Restore audio action (PR #2481)
- Multi user file browsing, closes #2479 (PR #2482)
- Select lines (PR #2443 by @harshad1)
- Fix various crashes of v2.13.1, by @gsantner
- Fix lots of minor issues and crashes in v2.13.0, by @gsantner
- Update F-Droid metadata links (#2466)
- (wshoy/storageButton, wshoy/master) Update translations (#2467)
- Remove OmRecorder (Voice/Audio recording feature), library outdated and download broken. (PR #2468)

### v2.12 series
- [2.12.0](https://github.com/gsantner/markor/compare/v2.11.1...v2.12.0)
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
defaultConfig {
resValue "string", "manifest_package_id", "net.gsantner.markor"
applicationId "net.gsantner.markor"
versionName "2.13.1"
versionName "2.14.0"
versionCode 156

multiDexEnabled true
Expand Down

0 comments on commit 4299ab9

Please sign in to comment.