Skip to content

Latest commit

 

History

History
215 lines (106 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

215 lines (106 loc) · 11.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.10.2 (2021-09-05)

Bug Fixes

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

1.10.1 (2021-08-19)

Bug Fixes

  • checkRequirements cant find user.name/email (1994a44)
  • rename commands to be more consistend (5e07e80)

1.10.0 (2021-08-11)

Features

Bug Fixes

  • Changed the branchLocal command to branch with no-color (dbd93cf)

1.9.3 (2021-07-13)

Bug Fixes

  • storing lastAutos in a file caused many problems (2812d94), closes #90 #78

1.9.2 (2021-05-12)

Bug Fixes

  • 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)

Bug Fixes

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

1.9.0 (2021-05-02)

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 (2021-04-12)

Bug Fixes

1.8.0 (2021-03-31)

Features

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

1.7.0 (2021-03-24)

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 (2021-03-17)

Bug Fixes

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

1.6.0 (2021-03-15)

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 (2020-12-08)

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 (2020-11-01)

Features

  • display messages in status bar (including error ones) (e1e0fcc)

1.3.0 (2020-10-31)

Features

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

1.2.0 (2020-10-31)

Features

  • master branch is no longer hardcoded (dc8f3bd)
  • allow specifying {{date}} placeholder in commit message (43c5f6e)
  • rename "Autosave" to "Vault backup interval" (26cd1e3)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • update some Notice messages (a97c44e)

0.0.6 (2020-10-27)

Features

0.0.5 (2020-10-27)

Features

  • Add an ability to specify custom commit message (specified in plugin settings) (ca67112)

0.0.4 (2020-10-27)

Features

  • Improve UX a bit by showing notification of what's happening when user presses hotkey (c562e74)

0.0.3 (2020-10-27)

Features

  • add an ability to push changes to a remote repository (f229516)

0.0.2 (2020-10-27)

Features

  • Add an ability to pull changes from remote repository. (88da6e5)

0.0.1 (2020-10-27)