Skip to content

Commit 6b91efd

Browse files
committed
chore(release): 2.19.0
1 parent d207a01 commit 6b91efd

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.19.0](https://github.com/denolehov/obsidian-git/compare/2.18.0...2.19.0) (2023-03-22)
6+
7+
8+
### Features
9+
10+
* add mobile support for history view ([8472c90](https://github.com/denolehov/obsidian-git/commit/8472c9004779ae143eb1208999b82d2a676e6b37))
11+
* open/diff for log element ([26c6ef4](https://github.com/denolehov/obsidian-git/commit/26c6ef4f69a80640200b9e5be1c884bbfd5f089c))
12+
* show last commit time in status bar ([b6d93a1](https://github.com/denolehov/obsidian-git/commit/b6d93a1b8574b1d9dc56c3be9bf8403d95fcef26)), closes [#334](https://github.com/denolehov/obsidian-git/issues/334)
13+
14+
15+
### Bug Fixes
16+
17+
* catch error in diffView ([cbff377](https://github.com/denolehov/obsidian-git/commit/cbff37701fd8aa8b9e1257d09fb8ca9fb655b35b))
18+
* catch huge auto intervals ([35bca00](https://github.com/denolehov/obsidian-git/commit/35bca003c98637f65295fe7d5a8bc4ae1fd68b07)), closes [#153](https://github.com/denolehov/obsidian-git/issues/153)
19+
* correct on click handler ([9c84ea3](https://github.com/denolehov/obsidian-git/commit/9c84ea3b28440125fb3bee27eace03c330b3c26d))
20+
* file status on mobile ([d207a01](https://github.com/denolehov/obsidian-git/commit/d207a011407a5d81e9a28ca8e78489f959b18941))
21+
* show refs above log message ([4baf55b](https://github.com/denolehov/obsidian-git/commit/4baf55b2d264d96071eb16ff6cac92a3a1c6980f))
22+
* use own simple-git fork ([e76f701](https://github.com/denolehov/obsidian-git/commit/e76f701e235c3b0a490f3004cbedcaa8fdbe1d8d))
23+
524
## [2.18.0](https://github.com/denolehov/obsidian-git/compare/2.17.4...2.18.0) (2023-03-20)
625

726

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"isDesktopOnly": false,
66
"fundingUrl": "https://ko-fi.com/vinzent",
77
"js": "main.js",
8-
"version": "2.18.0"
8+
"version": "2.19.0"
99
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-git",
3-
"version": "2.18.0",
3+
"version": "2.19.0",
44
"description": "Backup your Obsidian (https://obsidian.md) vault with git",
55
"main": "main.js",
66
"scripts": {
@@ -55,4 +55,4 @@
5555
"ts",
5656
"svelte"
5757
]
58-
}
58+
}

0 commit comments

Comments
 (0)