Releases: Vinzent03/obsidian-git
Releases · Vinzent03/obsidian-git
1.8.0
Features
- open not supported files in changed files modal in default app (93930e0)
1.7.0
Features
- 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)
Bug Fixes
- conflict files pane was opened on pull error (8d43e7b)
1.6.0
Changelog
Features
- 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
Bug Fixes
- 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
Features
- add {{files}} template placeholder (64adf0f)
- add option to toggle pushing to remote
Bug Fixes
- 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.3.0
1.3.0 (2020-10-31)
Features
- add
{{numFiles}}
placeholder (fbc6ce8)
- add more granular customization of
{{date}}
commit message placeholder (7063f5a)
1.2.0
New features
- You are no longer limited to a
master
branch. Current working branch now detected automatically, and you can switch to another (existing) branch in the settings.
{{date}}
placeholder is now available for commit messages
Miscellaneous
- "Autosave" setting has been renamed to "Vault backup interval"
- Settings page has been rearranged a bit
1.1.0
Features
- Added setting to automatically pull new changes from repo on Obsidian startup (aa59d29)
- Added status bar to display plugin messages (80dbf0f)
- Added an option to turn off plugin notifications to minimize distractions (ec240a7)