Skip to content

Commit 64f5011

Browse files
committed
Notejot 4.0.0 🎉
1 parent b037f9f commit 64f5011

File tree

102 files changed

+3405
-8695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+3405
-8695
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Notejot
44

5-
Stupidly simple notes app.
5+
A very simple notes application for any type of short term notes or ideas.
66

77
###
88

@@ -42,4 +42,23 @@ sudo ninja install
4242
```
4343

4444
## 🗂️ Notes Storage
45+
4546
Notes are stored in `~/.var/app/io.github.lainsce.Notejot/`
47+
48+
## 🔄 Migrating Old Notejot Data
49+
50+
On first launch, Notejot will automatically import your notes from older versions.
51+
52+
## 🔄 Migration Details
53+
54+
- Note colors are saved as the first line of each note.
55+
- Old modification times are preserved as note timestamps.
56+
- Trashed notes remain trashed after migration.
57+
- Notebooks are converted to tags.
58+
59+
After migration:
60+
61+
- A `.notejot_migrated` flag file is created.
62+
- Old files are renamed to `*_migrated.json` for reference and are no longer used.
63+
64+
Migration happens automatically on first launch and keeps your data safe and compatible with the new version.

data/assets/map.png

3.09 KB
Loading

data/assets/texture.png

-163 KB
Binary file not shown.

data/icons/hicolor/scalable/actions/document-edit-symbolic.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/icons/hicolor/scalable/actions/document-send-symbolic.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/icons/hicolor/scalable/actions/font-x-generic-symbolic.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/icons/hicolor/scalable/actions/format-text-bold-symbolic.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/icons/hicolor/scalable/actions/format-text-italic-symbolic.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/icons/hicolor/scalable/actions/format-text-strikethrough-symbolic.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

data/icons/hicolor/scalable/actions/format-text-underline-symbolic.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)