All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.10.2 (2021-09-05)
- plugin status bar now displays time from last update (push or pull) (b835fc3)
1.10.1 (2021-08-19)
- checkRequirements cant find user.name/email (1994a44)
- rename commands to be more consistend (5e07e80)
1.10.0 (2021-08-11)
- Changed the branchLocal command to branch with no-color (dbd93cf)
1.9.3 (2021-07-13)
1.9.2 (2021-05-12)
- plugin started wrong when normally enabled (dc9c4b1)
- storing of last auto backup/pull caused merge conflicts (cf6f279), closes #74
1.9.1 (2021-05-07)
1.9.0 (2021-05-02)
- add env var OBSIDIAN_GIT for scripting (2b76097)
- add option to disable status bar (0ab55d3), closes #70
- auto pull/backup outlives session (7ec00e7), closes #68
1.8.1 (2021-04-12)
1.8.0 (2021-03-31)
- open not supported files in changed files modal in default app (93930e0)
1.7.0 (2021-03-24)
- add git initialization and conflict files status to statusbar (ba0ef11)
- auto pull on specified interval (2aa7fb8), closes #59
- conflict files support (358dc6e), closes #38
- list changed files (5e28b94)
- conflict files pane was opened on pull error (8d43e7b)
1.6.1 (2021-03-17)
1.6.0 (2021-03-15)
- commit changes with specified message (e992199), closes #26
- list filenames affected by commit in the commit body (0ce9ac3), closes #3
- pull before push (30d8798), closes #43
- does not push when no changes detected (d016dee), fixes #33
- git repository check (98fa9f7)
- initialization procedure (1d71418), fixes #27
- lastUpdate gets changed when no changes are detected (71d2a59)
- needed tracking branch to commit (619c5d1)
1.5.0 (2020-12-08)
- add {{files}} template placeholder (64adf0f)
- add option to toggle pushing to remote
- change "auto push" setting to "disable push" to resolve issues with obsidian settings not loading correctly (e00014c)
- correctly update
.lastUpdate
timestamp during push/pull (4b61297) - fix plugin getting stuck at "checking repo status.." message (4875519)
- fix status bar messages race conditions (f3f0a63)
1.4.0 (2020-11-01)
- display messages in status bar (including error ones) (e1e0fcc)
1.3.0 (2020-10-31)
- add
{{numFiles}}
placeholder (fbc6ce8) - add more granular customization of
{{date}}
commit message placeholder (7063f5a)
1.2.0 (2020-10-31)
master
branch is no longer hardcoded (dc8f3bd)- allow specifying
{{date}}
placeholder in commit message (43c5f6e) - rename "Autosave" to "Vault backup interval" (26cd1e3)
- fix
undefined
backup settings and rearrange settings a bit (68f8b84) - register interval functions so Obsidian properly unloads them (717a538)
- save settings on plugin unload (67cd7a3)
1.1.0 (2020-10-29)
- Add "Disable notifications" setting + some minor fixes (ec240a7)
- Add an option to automatically fetch updates from remote repository when Obsidian starts (aa59d29)
- Add status bar that shows status updates (80dbf0f)
1.0.0 (2020-10-27)
- update some Notice messages (a97c44e)
0.0.6 (2020-10-27)
- Add autosave feature (6f0d6bc)
0.0.5 (2020-10-27)
- Add an ability to specify custom commit message (specified in plugin settings) (ca67112)
0.0.4 (2020-10-27)
- Improve UX a bit by showing notification of what's happening when user presses hotkey (c562e74)
0.0.3 (2020-10-27)
- add an ability to push changes to a remote repository (f229516)
0.0.2 (2020-10-27)
- Add an ability to pull changes from remote repository. (88da6e5)