Skip to content

Commit

Permalink
Bump to version 1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuzakiKK committed Nov 11, 2018
1 parent dffeee1 commit 96217cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.44
* Add support to wider aspect ratio
* Add Privacy Policy and FAQs (thanks to HarryHeights #41 #43)
* NoteCrypt is now also translated in: Arabic, Czech, Danish, Finnish, French, German, Greek, Hindi, Hungarian, Indonesian, Kazakh, Lithuanian, Polish, Portuguese, Romanian, Russian, Spanish (Mexico), Spanish, Thai, Ukrainian, Vietnamese.
Thanks to all the amazing contributors!

1.43
* Add Brazilian Portuguese translation (thanks to hanelore #8)
* Prevent leaking passwords to accessibility services (thanks to mohammadnaseri #9 )

1.42
* Fixed issue #1 that prevented old Android versions to create a new DB
* Added the Japanese translation (thanks to naofum)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.notecryptpro"
android:versionName="1.43" >
android:versionName="1.44" >

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Expand Down

0 comments on commit 96217cf

Please sign in to comment.