Skip to content

Releases: denolehov/obsidian-git

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)

v1.2.0

31 Oct 01:04
Compare
Choose a tag to compare
ci: add release job

1.2.0

31 Oct 01:09
Compare
Choose a tag to compare

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

29 Oct 00:34
780896d
Compare
Choose a tag to compare

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)

v1.0.0

27 Oct 22:30
Compare
Choose a tag to compare

Features

  • Hotkey to pull changes
  • Hotkey to commit/push changes (with customizable commit message)
  • Autocommit every X minutes