Skip to content

Commit

Permalink
Alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Dec 14, 2024
1 parent 3ded0d5 commit ba8bf68
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
21 changes: 21 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ 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

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
Expand Down

0 comments on commit ba8bf68

Please sign in to comment.