Skip to content

Commit 6fa5af0

Browse files
committed
Add changelogs for v7.7.0
1 parent 5ecce6a commit 6fa5af0

File tree

7 files changed

+48798
-44699
lines changed

7 files changed

+48798
-44699
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [v7.7.0](https://github.com/Crustack/NotallyX/tree/v7.7.0) (2026-01-30)
4+
5+
[Full Changelog](https://github.com/Crustack/NotallyX/compare/v7.6.1...v7.7.0)
6+
7+
### Added Features
8+
9+
- Create hyperlink when sharing url to NotallyX [\#811](https://github.com/Crustack/NotallyX/issues/811)
10+
- Backup export with datetime [\#790](https://github.com/Crustack/NotallyX/issues/790)
11+
- Making time of modification less visible on edit screen [\#780](https://github.com/Crustack/NotallyX/issues/780)
12+
- Moving label name \(pill\) higher and making it less visible on edit note screen [\#779](https://github.com/Crustack/NotallyX/issues/779)
13+
- Restoring a backup duplicates notes [\#759](https://github.com/Crustack/NotallyX/issues/759)
14+
- Feature request: Please add an option to change the background colour of the widget. [\#705](https://github.com/Crustack/NotallyX/issues/705)
15+
- Button to make a copy of note [\#493](https://github.com/Crustack/NotallyX/issues/493)
16+
17+
### Fixed Bugs
18+
19+
- Widget fails to be set on the screen of Android 13, LineageOS 20-20240705. Not possible to set the widget. [\#813](https://github.com/Crustack/NotallyX/issues/813)
20+
- Exporting note as PDF works but resolving URI crashes [\#786](https://github.com/Crustack/NotallyX/issues/786)
21+
- Archived notes are no longer linked after restore [\#785](https://github.com/Crustack/NotallyX/issues/785)
22+
- Auto Backup failed / Images leaked to gallery [\#784](https://github.com/Crustack/NotallyX/issues/784)
23+
- SQLiteBlobTooBigException: Row too big to fit into CursorWindow [\#739](https://github.com/Crustack/NotallyX/issues/739)
24+
- App opens but won't let me access my notes [\#734](https://github.com/Crustack/NotallyX/issues/734)
25+
- Unbound Memory Allocation while editing Notes [\#633](https://github.com/Crustack/NotallyX/issues/633)
26+
327
## [v7.6.1](https://github.com/Crustack/NotallyX/tree/v7.6.1) (2026-01-06)
428

529
[Full Changelog](https://github.com/Crustack/NotallyX/compare/v7.6.0...v7.6.1)

app/obfuscation/mapping-release-apk.txt

Lines changed: 24379 additions & 22349 deletions
Large diffs are not rendered by default.

app/obfuscation/mapping-release-bundle.txt

Lines changed: 24379 additions & 22349 deletions
Large diffs are not rendered by default.
1.04 MB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Hyperlinks werden jetzt beim Teilen von URLs zur App automatisch erstellt
2+
- Benutzeroberfläche des Editors für eine bessere Übersicht optimiert
3+
- Wiederherstellung von Backups verbessert, um Duplikate zu vermeiden
4+
- Neue Funktion zum schnellen Duplizieren von Notizen hinzugefügt
5+
- Abstürze beim PDF-Export behoben
6+
- Fehler beim automatischen Backup und Sichtbarkeit privater Bilder in der Galerie behoben
7+
- Stabilitäts- und Speicheroptimierungen für sehr große Notizen und lange Bearbeitungszeiten
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Backup files now include the export date and time
2+
- Refined the note editor UI for a cleaner look
3+
- Improved backup restoration to prevent duplicate notes
4+
- Added custom background color options for widgets
5+
- New button to quickly create a copy of a note
6+
- Fixed crashes when exporting notes as PDF
7+
- Fixed auto-backup failures and private images appearing in the gallery
8+
- Significant stability and memory improvements for large notes and long editing sessions

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ org.gradle.jvmargs=-Xmx1536m -XX:+UseParallelGC
2020
org.gradle.parallel=true
2121
android.experimental.enableNewResourceShrinker.preciseShrinking=true
2222
android.defaults.buildfeatures.buildconfig=true
23-
app.lastVersionName=7.6.1
23+
app.lastVersionName=7.7.0
2424
app.versionCode=7700
2525
app.versionName=7.7.0

0 commit comments

Comments
 (0)