Skip to content

Releases: denolehov/obsidian-git

1.10.2

05 Sep 21:19
Compare
Choose a tag to compare

Bug Fixes

  • plugin status bar now displays time from last update (push or pull) (b835fc3)

1.10.1

19 Aug 07:49
Compare
Choose a tag to compare

Bug Fixes

  • checkRequirements cant find user.name/email (1994a44)
  • rename commands to be more consistent (5e07e80)
    Commit all changes and push is now renamed to Create Backup

1.10.0

11 Aug 18:48
Compare
Choose a tag to compare

Features

Bug Fixes

  • Changed the branchLocal command to branch with no-color (dbd93cf)
  • status bar formatting 50394d4

1.9.3

13 Jul 15:27
Compare
Choose a tag to compare
chore(release): 1.9.3

1.9.2

12 May 19:48
Compare
Choose a tag to compare

Bug Fixes

  • plugin started wrong when normally enabled (dc9c4b1)
  • storing of last auto backup/pull caused merge conflicts (cf6f279), closes #74

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)