Skip to content

Commit

Permalink
Prep release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 12, 2024
1 parent bb7b195 commit 9f0ca15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog[^1]

## [1.4.3][] (2024-08-12)

Redirected long-tap to NFC Settings when granted `WRITE_SECURE_SETTINGS` permission.

## [1.4.2][] (2024-07-30)

Handle a rare exception when unregistering the broadcast listener.
Expand Down Expand Up @@ -42,7 +46,8 @@ Added translations for 86 languages.

Initial release.

[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.4.2...HEAD
[Unreleased]: https://github.com/pcolby/nfc-quick-settings/compare/v1.4.3...HEAD
[1.4.3]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.3
[1.4.2]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.2
[1.4.1]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.1
[1.4.0]: https://github.com/pcolby/nfc-quick-settings/releases/tag/v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
minSdk 24
targetSdk 34
versionCode 13
versionName "1.4.3-pre"
versionName "1.4.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Handled a very rare, but possible, exception when removing the tile
- Redirected long-tap to NFC Settings, when granted WRITE_SECURE_SETTINGS permission

0 comments on commit 9f0ca15

Please sign in to comment.