From ba8bf68b7a685d20c4d524aa00e5fae174e7d8fd Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Sat, 14 Dec 2024 19:26:31 +0100 Subject: [PATCH] Alpha 2 --- app/build.gradle | 6 +++--- .../metadata/android/en-US/changelogs/3.txt | 21 +++++++++++++++++++ .../android/en-US/full_description.txt | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/3.txt diff --git a/app/build.gradle b/app/build.gradle index 2df0c46..5654be0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,12 +11,12 @@ android { minSdkVersion 26 compileSdk 35 targetSdkVersion 35 - versionCode 2 - versionName "0.90.12-alpha1" + versionCode 3 + versionName "0.90.12-alpha2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - buildConfigField "long", "TIMESTAMP", "1693308057660L" + buildConfigField "long", "TIMESTAMP", "1734200570000L" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 0000000..5b7eab9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,21 @@ +New features: + +- sync with both Trilium Notes 0.60.3 and TriliumNext 0.90.12 +- note rename dialog +- note labels dialog +- note cloning +- note map (local and global) +- customizable floating action buttons +- welcome screen (introduction + button to settings) +- about screen with Github links + +Bugfixes: + +- optimized app startup time +- update to latest AztecEditor (fixes formatting issues) +- fixed crash when clicking edit twice +- fixed status bar overlapping action bar / FABs overlapping editor bar +- fixed crash when resuming app with editor open +- use /api/login/sync instead of /login to authenticate +- optimized memory usage when app is suspended +- only delete one note clone when deleting note diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 3872491..0ab81c7 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -7,6 +7,7 @@ These features of the original are implemented: - Rich WYSIWYG note editing - Notes can be arranged into arbitrarily deep tree - Fast and easy navigation between notes +- Single note can be placed into multiple places in the tree (cloning) - Note attributes can be used for note organization, querying and advanced scripting - Scripting - Scales well in both usability and performance upwards of 10000 notes @@ -14,7 +15,6 @@ These features of the original are implemented: The following features are only available in the desktop client. They will be implemented in the app at a later time. -- Single note can be placed into multiple places in the tree (cloning) - Support for editing notes with source code, including syntax highlighting - Full text search - Seamless note versioning