Skip to content

Commit

Permalink
Version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Nov 19, 2022
1 parent 7f7391a commit a86ac35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ setupAndroidModule()

val major = 1
val minor = 5
val patch = 3
val code = 17
val patch = 4
val code = 18

android {
signingConfigs {
Expand Down
3 changes: 3 additions & 0 deletions settings/src/androidMain/res/raw-ru/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.5.4 (2022-11-19)
- Исправлены проблемы с вычислениями, возникавшие из-зза ошибочно включённого группирования

v1.5.3 (2022-11-18)
- Исправлена невозможность ввода минуса первым символом выражения
- Исправлено неправильное поведение кнопки "C"
Expand Down
3 changes: 3 additions & 0 deletions settings/src/androidMain/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.5.4 (2022-11-19)
- Fix calculation problems due to erroneously enabled grouping

v1.5.3 (2022-11-18)
- Fix minus cannot be inputted as first character of expression
- Fix input cannot be cleared by clicking "C" button
Expand Down

0 comments on commit a86ac35

Please sign in to comment.