Skip to content

Commit

Permalink
Update version, changelog, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Feb 18, 2024
1 parent dbcdc49 commit 7b6e544
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 21
targetSdkVersion 28
versionName "1.93"
versionCode 193
versionName "1.94"
versionCode 194

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ <h3>
<ul>
<li>Ctrl+E – Edit mode</li>
<li>Ctrl+Shift+E – View mode</li>
<li>Ctrl+F – Search</li>
<li>Ctrl+Shift+F – Close search</li>
<li>Ctrl+N – New file</li>
<li>Ctrl+O – Open file</li>
<li>Ctrl+S – Save file</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<link>https://billthefarmer.github.io/editor/using/keyboard-shortcuts/</link>
<pubDate>Wed, 21 Jul 2021 19:22:29 +0100</pubDate>
<guid>https://billthefarmer.github.io/editor/using/keyboard-shortcuts/</guid>
<description>When using an external keyboard, some keyboard shortcuts are implemented:&#xA;Ctrl+E – Edit mode Ctrl+Shift+E – View mode Ctrl+N – New file Ctrl+O – Open file Ctrl+S – Save file Ctrl+Shift+S – Save as </description>
<description>When using an external keyboard, some keyboard shortcuts are implemented:&#xA;Ctrl+E – Edit mode Ctrl+Shift+E – View mode Ctrl+F – Search Ctrl+Shift+F – Close search Ctrl+N – New file Ctrl+O – Open file Ctrl+S – Save file Ctrl+Shift+S – Save as </description>
</item>
</channel>
</rss>
2 changes: 1 addition & 1 deletion docs/using/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<link>https://billthefarmer.github.io/editor/using/keyboard-shortcuts/</link>
<pubDate>Wed, 21 Jul 2021 19:22:29 +0100</pubDate>
<guid>https://billthefarmer.github.io/editor/using/keyboard-shortcuts/</guid>
<description>When using an external keyboard, some keyboard shortcuts are implemented:&#xA;Ctrl+E – Edit mode Ctrl+Shift+E – View mode Ctrl+N – New file Ctrl+O – Open file Ctrl+S – Save file Ctrl+Shift+S – Save as </description>
<description>When using an external keyboard, some keyboard shortcuts are implemented:&#xA;Ctrl+E – Edit mode Ctrl+Shift+E – View mode Ctrl+F – Search Ctrl+Shift+F – Close search Ctrl+N – New file Ctrl+O – Open file Ctrl+S – Save file Ctrl+Shift+S – Save as </description>
</item>
</channel>
</rss>
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/194.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Add Arabic translation
* Add keyboard shortcut
* Add typefaces

0 comments on commit 7b6e544

Please sign in to comment.