Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](1.5.0...1.6.0) (2023-03-07)

### Bug Fixes

* 1.mkdir if no exists ([9e77f0a](9e77f0a))
* 1.toolbar position on mobile ([c3343f1](c3343f1))
* 1.toolbar style ([d2ed602](d2ed602))
* 1.toolbar trigger logic ([39542a2](39542a2))
* some bugs ([b9867da](b9867da))

### Features

* 1.add App Container ([a0d15c2](a0d15c2))
* 1.db utils refactor 2.pomodoro refactor 3.timeline follows calendar ([70f66a5](70f66a5))
* 1.system native notification support 2.ntfy notification support ([0ec0488](0ec0488))
* 1.weather api ([8c039fd](8c039fd))
* 1.优化当前聚焦日期的list展示 ([21110a0](21110a0))
* 1.限制点击出现文字的生效范围 2.监听主题/语言变化,番茄钟主题/语言跟随 ([6f31104](6f31104))
  • Loading branch information
semantic-release-bot committed Mar 7, 2023
1 parent 1b85869 commit fd95ac5
Show file tree
Hide file tree
Showing 6 changed files with 2,287 additions and 111,830 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.6.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.5.0...1.6.0) (2023-03-07)


### Bug Fixes

* 1.mkdir if no exists ([9e77f0a](https://github.com/JuckZ/awesome-brain-manager/commit/9e77f0a1566e1b78ef0755b7e5fab234d587e5fe))
* 1.toolbar position on mobile ([c3343f1](https://github.com/JuckZ/awesome-brain-manager/commit/c3343f1cb5b6a3d666052a2ff6cbcb0611bced0d))
* 1.toolbar style ([d2ed602](https://github.com/JuckZ/awesome-brain-manager/commit/d2ed60242ca42ed9e7249f9aed94643ed1a9b81c))
* 1.toolbar trigger logic ([39542a2](https://github.com/JuckZ/awesome-brain-manager/commit/39542a27cbc0f8ef0ed4aa2cee7e422d5326004d))
* some bugs ([b9867da](https://github.com/JuckZ/awesome-brain-manager/commit/b9867da0cf4283a7ff3d57ee9b042cec4cf21491))


### Features

* 1.add App Container ([a0d15c2](https://github.com/JuckZ/awesome-brain-manager/commit/a0d15c28ffe08b9b5fe542980cf23c92e4335a94))
* 1.db utils refactor 2.pomodoro refactor 3.timeline follows calendar ([70f66a5](https://github.com/JuckZ/awesome-brain-manager/commit/70f66a53470e59c9cb7913fede9f0d53941fda09))
* 1.system native notification support 2.ntfy notification support ([0ec0488](https://github.com/JuckZ/awesome-brain-manager/commit/0ec04882788b137f3a997240befda078d6593cf5))
* 1.weather api ([8c039fd](https://github.com/JuckZ/awesome-brain-manager/commit/8c039fd455054423b5090672220d0e2f0e857dcd))
* 1.优化当前聚焦日期的list展示 ([21110a0](https://github.com/JuckZ/awesome-brain-manager/commit/21110a051f6cfbb230bd273417b7ba6bafd55c4b))
* 1.限制点击出现文字的生效范围 2.监听主题/语言变化,番茄钟主题/语言跟随 ([6f31104](https://github.com/JuckZ/awesome-brain-manager/commit/6f311047b1322d4e17a8840badbfdd530141fa5c))

# [1.5.0](https://github.com/JuckZ/awesome-brain-manager/compare/1.4.0...1.5.0) (2023-03-05)


Expand Down
114,088 changes: 2,261 additions & 111,827 deletions dest/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dest/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "awesome-brain-manager",
"name": "Awesome Brain Manager",
"version": "1.5.0",
"version": "1.6.0",
"minAppVersion": "0.15.0",
"description": "A toolkit tries to solve all the trivial problems most people usually encountered in obsidian.",
"author": "Juck",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awesome-brain-manager",
"version": "1.5.0",
"version": "1.6.0",
"description": "A plugin that tries to solve all the trivial problems most people usually encountered in obsidian.",
"exports": "./main.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"1.3.4": "0.15.0",
"1.3.5": "0.15.0",
"1.4.0": "0.15.0",
"1.5.0": "0.15.0"
"1.5.0": "0.15.0",
"1.6.0": "0.15.0"
}

0 comments on commit fd95ac5

Please sign in to comment.