Bump version: v0.4.2

This commit is contained in:
xynngh 2020-05-23 21:47:25 +04:00
parent a25aed809c
commit d2fb4d69ea
3 changed files with 32 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "dummydomain.yetanothercallblocker"
minSdkVersion 14
targetSdkVersion 28
versionCode 4010
versionName "0.4.1"
versionCode 4020
versionName "0.4.2"
javaCompileOptions {
annotationProcessorOptions {

View File

@ -0,0 +1,15 @@
* Added Dutch translation thanks to Heimen Stoffels (@Vistaus).
* Fixed incoming call notifications not being removed on some devices.
* Added options to disable some of the notifications on older devices.
* Other small improvements.
0.4.1:
* New app icon.
* Display number category on the number info screen.
* Changed icon and color of blocked call notification.
0.4.0:
* Display recent calls on the main screen.
* An option for special treatment of contacts (never blocked, name is displayed).

View File

@ -0,0 +1,15 @@
* Добавлен нидерландский перевод, спасибо Heimen Stoffels (@Vistaus).
* Исправлено сокрытие уведомлений на некоторых устройствах.
* Добавлены опции выключения некоторых уведомлений на старых устройствах.
* Другие небольшие улучшения.
0.4.1:
* Новая иконка приложения.
* Отображение категории на экран информации о номере.
* Изменена иконка и цвет уведомления о блокированном вызове.
0.4.0:
* Добавлено отображение недавних вызовов на основном экране.
* Опция для работы с контактами (никогда не блокируются, отображается имя).