Skip to content

Releases: Vinzent03/obsidian-git

1.9.1

08 May 00:00
Compare
Choose a tag to compare

Bug Fixes

  • init slowed Obsidian startup time down (e3f559c), closes #72

1.9.0

02 May 20:35
Compare
Choose a tag to compare

Features

  • 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

12 Apr 17:30
Compare
Choose a tag to compare
chore(release): 1.8.1

1.8.0

31 Mar 10:30
Compare
Choose a tag to compare

Features

  • open not supported files in changed files modal in default app (93930e0)

1.7.0

24 Mar 20:42
Compare
Choose a tag to compare

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.1

17 Mar 09:11
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • disable check for root git repository (49a68e0), closes #55 #11

1.6.0

15 Mar 19:35
Compare
Choose a tag to compare

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

08 Dec 10:15
Compare
Choose a tag to compare

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.4.0

01 Nov 22:04
Compare
Choose a tag to compare
chore(release): 1.4.0

1.3.0

31 Oct 18:29
Compare
Choose a tag to compare

1.3.0 (2020-10-31)

Features

  • add {{numFiles}} placeholder (fbc6ce8)
  • add more granular customization of {{date}} commit message placeholder (7063f5a)