Skip to content
Snippets Groups Projects
Commit d6ec3706 authored by yourealwaysbe's avatar yourealwaysbe
Browse files

Version 5

parent b3dab547
No related branches found
No related tags found
No related merge requests found
Pipeline #1224545198 failed
# Forkyz Scanner Changelog
## Version 5
- Theming tweaks.
- Target Android 14.
## Version 4
- Improve scanning of CrossHare puzzles.
......
......@@ -17,8 +17,8 @@ android {
applicationId 'app.crossword.yourealwaysbe.forkyzscanner'
minSdkVersion 21
targetSdkVersion 34
versionCode 4
versionName '4'
versionCode 5
versionName '5'
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
......
......@@ -19,7 +19,7 @@
]]></string>
<string name="new_version_message">A list of changes is available in the release notes in settings.</string>
<string name="release_notes_button">Release Notes</string>
<string name="release_notes"><![CDATA[<h2>Version 4</h2>• Improve scanning of puzzles with thin cell borders.<br>• Warn users when clue numbering doesn\'t match grid.<br>• Don\'t escape / in IPuz output.<br><h2>Version 3</h2>• Update theme to match Forkyz Version 43.<br><h2>Version 2</h2>• Improve UI on small screens.<br>• Other small UI refinements.<br><h2>Version 1</h2>• First release.<br>• Scan grid from photo, image, or PDF, or enter manually.<br>• Adjust scanned numbering.<br>• Add clues or scan a photo, image, or PDF.<br>• Share puzzle with other apps.<br>• Configure languages in settings.<br>]]></string>
<string name="release_notes"><![CDATA[<h2>Version 5</h2>• Theming tweaks.<br>• Target Android 14.<br><h2>Version 4</h2>• Improve scanning of CrossHare puzzles.<br>• Warn users when clue numbering doesn\'t match grid.<br>• Don\'t escape / in IPuz output.<br><h2>Version 3</h2>• Update theme to match Forkyz Version 43.<br><h2>Version 2</h2>• Improve UI on small screens.<br>• Other small UI refinements.<br><h2>Version 1</h2>• First release.<br>• Scan grid from photo, image, or PDF, or enter manually.<br>• Adjust scanned numbering.<br>• Add clues or scan a photo, image, or PDF.<br>• Share puzzle with other apps.<br>• Configure languages in settings.<br>]]></string>
<!-- meta data page -->
<string name="metadata_page_title">Meta</string>
......
- Theming tweaks.
- Target Android 14.
......@@ -32,6 +32,7 @@ for file in changelogs:
if line.startswith("-"):
line = line[1:]
line = line.strip()
line = line.replace("'", "\\'")
if len(line) > 0:
release_notes += f"{line}<br>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment