Skip to content

Commit

Permalink
v120 google play release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiusteng committed Dec 26, 2023
1 parent b493181 commit 9bc2b48
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="tw.tib.financisto"
android:versionName="2023-12-25 (a)" android:versionCode="119"
android:versionName="2023-12-26" android:versionCode="120"
android:installLocation="internalOnly">

<supports-screens
Expand Down
21 changes: 21 additions & 0 deletions app/src/main/assets/whatsnew.htm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,27 @@
</head>
<body>

<p><b>2023-12-26</b></p>
<dl>
<dt>[+] Display transfer notes in blotter</dt>
<dt>[+] Notification template</dt>
<dd>
You can create new transactions from notifications now! This is based on prior
SMS template functionality, you can parse notifications from SMS message (!),
instant messaging software (like Telegram) as long as it provides amount
in notifications. A new button in templates list screen let you view notifications
currently visible to the app, and you can copy their contents to use as basis
of new templates.
</dd>
<dt>[*] Fix notification for Android 8.0+</dt>
<dd>
It will now again show notification when created or restored new recurrence of
scheduled transactions, or created transactions from templates. Can't adjust sound
or vibration individually for now (please set sound/vibration in Android system preferences),
but you can selectively mute individual schedules.
</dd>
</dl>

<p><b>2023-12-25 (a)</b></p>
<dl>
<dt>[+] CSV export/import: add transaction status field</dt>
Expand Down

0 comments on commit 9bc2b48

Please sign in to comment.