Skip to content

Commit

Permalink
Android: Updated build number and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 21, 2023
1 parent 7152bf3 commit 9f1397a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ if (IOS)
endif ()
if (ANDROID)
set (PROJECT_VERSION 1.17)
set (ANDROID_BUILD_VERSION b22) # remember to update Gradle, AndroidManifest.xml
set (ANDROID_BUILD_DATE "2023-10-15")
set (ANDROID_BUILD_VERSION b23) # remember to update Gradle, AndroidManifest.xml
set (ANDROID_BUILD_DATE "2023-10-21")
endif ()

# Load modules from the source tree
Expand Down
13 changes: 13 additions & 0 deletions res/about/android-version.gmi
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
```
# Release notes

## 1.17 (Beta 23)
* Added "Vibrant Light" color theme.
* Improved readability of "Colorful Light" headings.
* Preformatted blocks no longer switch to a smaller font to fit to the page.
* Fixed horizontal scrolling issues with preformatted blocks: only scroll if needed, allow scrolling anywhere on the block and not just on non-empty text lines, and when scrolling disallow swipe navigation over the area.
* Fixed visual artifacts around and next to preformatted blocks (e.g., streaking).
* Fixed potential crash after (un)folding a preformatted block.
* Fixed links being non-clickable after searching text on a page has scrolled the view.
* Fixed scroll position being reset when reloading the page.
* Fixed missing page context menu items.
* Fixed "View as Plain Text" context menu item after reloading a page.
* Strip any null characters from the page source during whitespace normalization.

## 1.17 (Beta 22)
* Long-press actions on the toolbar: provide access to all the available toolbar actions. Open Settings > Identities by long-pressing on the Identity button.
* Snippets: A collection of short text segments that can be pasted into input prompts and the upload editor. For example, useful for your gemlog header/footer and other often-repeated entries.
Expand Down

0 comments on commit 9f1397a

Please sign in to comment.