mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 12:19:55 +00:00
Add v7.4.0 changelogs
This commit is contained in:
parent
66f0d33cd4
commit
8d20f26eae
3 changed files with 5266 additions and 5141 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,23 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v7.4.0](https://github.com/PhilKes/NotallyX/tree/v7.4.0) (2025-04-18)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/PhilKes/NotallyX/compare/v7.3.1...v7.4.0)
|
||||||
|
|
||||||
|
### Added Features
|
||||||
|
|
||||||
|
- Don't force capitalization when adding a label [\#532](https://github.com/PhilKes/NotallyX/issues/532)
|
||||||
|
- Add a screen protection against screenshot attempts [\#386](https://github.com/PhilKes/NotallyX/issues/386)
|
||||||
|
|
||||||
|
### Fixed Bugs
|
||||||
|
|
||||||
|
- Share pure text note error [\#544](https://github.com/PhilKes/NotallyX/issues/544)
|
||||||
|
- Crash when deleting checked items in a list [\#539](https://github.com/PhilKes/NotallyX/issues/539)
|
||||||
|
- Keyboard don't open after closing it on Android 7 [\#537](https://github.com/PhilKes/NotallyX/issues/537)
|
||||||
|
- Unable to open links before changing view mode [\#527](https://github.com/PhilKes/NotallyX/issues/527)
|
||||||
|
- Reminder popup cut on small screens [\#522](https://github.com/PhilKes/NotallyX/issues/522)
|
||||||
|
- Auto Backup failed [\#514](https://github.com/PhilKes/NotallyX/issues/514)
|
||||||
|
|
||||||
## [v7.3.1](https://github.com/PhilKes/NotallyX/tree/v7.3.1) (2025-04-08)
|
## [v7.3.1](https://github.com/PhilKes/NotallyX/tree/v7.3.1) (2025-04-08)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/PhilKes/NotallyX/compare/v7.3.0...v7.3.1)
|
[Full Changelog](https://github.com/PhilKes/NotallyX/compare/v7.3.0...v7.3.1)
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -20,6 +20,6 @@ org.gradle.jvmargs=-Xmx1536m -XX:+UseParallelGC
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
android.experimental.enableNewResourceShrinker.preciseShrinking=true
|
android.experimental.enableNewResourceShrinker.preciseShrinking=true
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
android.defaults.buildfeatures.buildconfig=true
|
||||||
app.lastVersionName=7.3.1
|
app.lastVersionName=7.4.0
|
||||||
app.versionCode=7400
|
app.versionCode=7400
|
||||||
app.versionName=7.4.0
|
app.versionName=7.4.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue