Skip to content

Commit

Permalink
Markor v2.11.1 (148)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Oct 12, 2023
1 parent 4ad7268 commit 426b92d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
defaultConfig {
resValue "string", "manifest_package_id", "net.gsantner.markor"
applicationId "net.gsantner.markor"
versionName "2.11.0"
versionCode 147
versionName "2.11.1"
versionCode 148

multiDexEnabled true
minSdkVersion rootProject.ext.version_minSdk
Expand Down
20 changes: 20 additions & 0 deletions metadata/en-US/changelogs/148.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Markor v2.11.0 (147)

See details at https://github.com/gsantner/markor/blob/master/NEWS.md#markor-v211---asciidoc-csv-and-org-mode-todotxt-advanced-search-line-numbers

- Reworked attachments (PR #2106 by @harshad1)
- Editor/viewer: Side margin improvements 2, closes #2111 (PR #2119 by @guanglinn)
- Format: Add Orgmode - SyntaxHighlight basic support (PR #2107 by @bigger124 @gsantner)
- Editor/viewer: Side margin improvements, closes #2111 (PR #2118 by @guanglinn)
- Reformat code, by @gsantner
- Update translations (PR #2108)
- ShareInto: Automatically remove new YouTube tracking parameter si
- New folder in copy/move dialog, closes #2093 (PR #2098)
- AsciiDoc: Support view-mode light theme, by @TimReset (#1880 #2091 #2092)
- Update translations (PR #2071)
- Line numbers improvements, by @harshad1 @guang-lin @gsantner (PR #2090)
- Feature: Add Line numbers support (Issue #2057, PR #2062, by @guang-lin)
- Chunked undo redo, by @harshad1 (#2052)
- Update translations (PR #2056)
- Update CSV documentation and NEWS/CHANGELOG (PR #2058)
- Markdown: Text converter do not make duplicate header id (closes #2045, by @gsantner)

0 comments on commit 426b92d

Please sign in to comment.