Skip to content

Commit

Permalink
Update version, README, help, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Oct 22, 2022
1 parent 909b293 commit 2cb5437
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "org.billthefarmer.diary"
minSdkVersion 14
targetSdkVersion 28
versionName "1.91"
versionCode 191
versionName "1.92"
versionCode 192

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand All @@ -53,6 +53,6 @@ android {

dependencies {
implementation 'com.github.billthefarmer:CustomCalendarView:v1.06'
implementation 'com.github.billthefarmer:MarkdownView:v1.09'
implementation 'org.commonmark:commonmark:0.18.0'
implementation 'com.github.billthefarmer:MarkdownView:v1.10'
implementation 'org.commonmark:commonmark:0.20.0'
}
8 changes: 8 additions & 0 deletions data/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,14 @@ might be a good idea to use the Google
[Closure Compiler](https://developers.google.com/closure/compiler) to
check and minimise your code. It will handle multiple input files.

## Emojies
There is a script,
[emojies.js](https://github.com/billthefarmer/diary/blob/master/data/emojies.js)
in the data folder and a minimised version,
[emojies.min.js](https://github.com/billthefarmer/diary/blob/master/data/emojies.min.js). Either
may be copied to the `script.js` file as above. The script is a work
in progress, it could do with some TLC from an expert.

## Backup
You may create a backup of all your entries in a zip file. The file
will have the same name as the diary folder, default `Diary.zip`.
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/192.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add underscore and strikethrough, emoji scripts
8 changes: 8 additions & 0 deletions src/main/assets/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,14 @@ might be a good idea to use the Google
[Closure Compiler](https://developers.google.com/closure/compiler) to
check and minimise your code. It will handle multiple input files.

## Emojies
There is a script,
[emojies.js](https://github.com/billthefarmer/diary/blob/master/data/emojies.js)
in the data folder and a minimised version,
[emojies.min.js](https://github.com/billthefarmer/diary/blob/master/data/emojies.min.js). Either
may be copied to the `script.js` file as above. The script is a work
in progress, it could do with some TLC from an expert.

## Backup
You may create a backup of all your entries in a zip file. The file
will have the same name as the diary folder, default `Diary.zip`.
Expand Down

0 comments on commit 2cb5437

Please sign in to comment.