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 6ea3717 commit 2e0dca9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ 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](data/emojies.js) in the data folder
and a minimised version, [emojies.min.js](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 notes in a zip file. The file
defaults to the same name as the notes folder, `Notes.zip`, but may be
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "org.billthefarmer.notes"
minSdkVersion 14
targetSdkVersion 28
versionName "1.29"
versionCode 129
versionName "1.30"
versionCode 130

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

dependencies {
implementation 'com.github.billthefarmer:MarkdownView:v1.09'
implementation 'com.github.billthefarmer:MarkdownView:v1.10'
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelog/130.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 @@ -207,6 +207,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/notes/blob/master/data/emojies.js)
in the data folder and a minimised version,
[emojies.min.js](https://github.com/billthefarmer/notes/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 notes in a zip file. The file
defaults to the same name as the notes folder, `Notes.zip`, but may be
Expand Down

0 comments on commit 2e0dca9

Please sign in to comment.