- Fix: Some EN translations and typos #76
- Fix: Don't show
There is no Data to export
on empty profiles and automatic backups #71
- Changes that are required for the Joplin default plugin
- Renamed Plugin from
Simple Backup
toBackup
- Add: Allow creating of subfolders for each profile
- Add: Screenshots / icon for https://joplinapp.org/plugins/
- Fix: #64 With single JEX backups, some notebooks were backuped/exported twice
- Fix: #61 On Jex backup, do not overwrite already exported notebooks if the notebooks name differs only in special characters
- Fix: #62 Better error message if the Joplin profile directory is set as backup path
- Update en_US translation by @montoner0
- Add: Workaround for bug #132 with
"
(double quotes) in the password where zip files with such a password can no longer be opened
- Fix: #51 for translation zh_CN
- Add: #55 Simplified Chinese(zh_CN) translation, thanks to @wh201906
- Add: German translation
- Fix:
moveLogFile: ENOTDIR: not a directory
for certain backup settings - Add: DirectoryPath selector for backup path and tmp. export path selection on Joplin >= v2.10.4
- Fix: #47 Suppress repeating error message during automatic execution if the backup path is not accessible
- Fix: #48 File already exists when a RAW or MD Frontmatter backup with no revisions is made
- Add: Option to select export format between JEX, MD with Frontmatter and RAW (Only supported with Joplin > 2.9.12)
- Add:
Command on Backup finish
to execute a script/program when the backup is finished
- Fix: #45 Error message when deleting old ZIP backupsets
- Disable Joplin DirectoryPath selector and use string input again because of several bugs #6692 and #6693
- Fix: #40 Delete existing temporary zip file to prevent adding files to an old aborted backup
- Improved: The default setting for
Single JEX
is nowtrue
(Create only one JEX backup file) to prevent the loss of internal notelinks during a restore. Joplin Discourse: Lost all connections of my notes - Improved: Create a sub folder
JoplinBackup
in the configuredBackup path
(Only for new installations). - Improved: Use new Joplin DirectoryPath selector for path selection. Not supported in Joplin >= v2.9.1, non-compatible Joplin versions still use a text input field.
- Add: Backup all installed Joplin plugins (Only the jpl files, no plugin settings!)
- Fix: #28 No message was displayed that the backup is finished when starting manually
- Improved: #25 Check
Backup set name
for invalid characters
- Improved: #21 Password check (empty passwords)
- Fix: #19 Backups failed from Joplin version v2.2.5 and higher, due to the removed template function
- Improved: Use of moments token
- Fix: #16 Prevent multiple simultaneous backup runs
- Add: #11 Make zip compression level selectable
- Fix: Delete old backup set information, if the backup set no longer exists
Release for Joplin plugin manager
- Add: Option for encrypted backups
❗️ Requires at least Joplin
2.1.3
❗️
- Add: Relative path could be used for
Backup Path
- Fix: An error with
Only on change
, which was not working properly - Add: Option to create zip archive
- Add: Option to specify the
Backup set name
if multiple backups are to be keep.
- Add: Backup settings.json
- Optimize: #7 Better error message when a backup is created twice in a row in the same minute
- Only internal changes
- Fix: Incomplete backup.log with only one backup set
- Add: Option for Backuplogfile
- Add: Option to create a backup only if something has changed #3
- Optimize: Store profile data in
profile
folder
- Add
templates
to backup - Optimize: Delete old backups at the end of the backup job
- Fix #1: Unsupported characters in filename
- Fix: Backup not only the last 50 notebooks
- Add: Backup userchrome.css and userstyle.css
- Add: Option to create single file JEX for all notebooks
- Fix: Check if keymap-desktop.json exists
- remove seconds from folder
- Add: Automatic backups every X hours
- First version