Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Dec 21, 2022
1 parent 653371d commit 26d90de
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.
15 changes: 3 additions & 12 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
### 2022-12-19
### 2022-12-20

### Docs
+ readme updated, [8f763839c278f6ddbd7cc1a705c4cd89180ae371]

* ### Features
+ implement start on boot setting, [56362f89167532b8f3e8f4205f65c11dd6f4d5e8]
+ add checks to database, [a1fbe972752e38ab5726f25eb35e1db6a46c41e5]
+ tooltip on close/minimize button, [a12838d6305ba472949a6a4ef76ac19105ee3d2c], [debc23fb74fa280dc980028cdb86dc956da5be50]

### Fixes
+ only write logs on file on debug mode, [836052deff23102d75aa774c7e0ae7d5f4abb04e]
+ readme screenshot updated, [911a529440a1d20012912aba8be4d5334f3385b3]

### Refactors
+ remove tick method, use an Instant in ApplicationState, [bc948aab49f8c1ce7fee8ddf8de7069d93552884]
+ exit request match simplified, [ce9b407aedce708b16087dd7d10d1eff80680c6b]
+ tick process in application state, [dce8cae18f8359f21ffdbc5c3bb6aa28b0a8303a], [b9fdb6a37020894d57470586b7f58adc94628523]


see <a href='https://wwwhub.com/mrjackwills/obliqoro/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# <a href='https://wwwhub.com/mrjackwills/obliqoro/releases/tag/v0.0.4'>v0.0.4</a>
### 2022-12-20

### Docs
+ readme screenshot updated, [911a529440a1d20012912aba8be4d5334f3385b3]
+ readme screenshot updated, [911a5294](https://wwwhub.com/mrjackwills/obliqoro/commit/911a529440a1d20012912aba8be4d5334f3385b3)

### Refactors
+ tick process in application state, [dce8cae18f8359f21ffdbc5c3bb6aa28b0a8303a], [b9fdb6a37020894d57470586b7f58adc94628523]
+ tick process in application state, [dce8cae1](https://wwwhub.com/mrjackwills/obliqoro/commit/dce8cae18f8359f21ffdbc5c3bb6aa28b0a8303a), [b9fdb6a3](https://wwwhub.com/mrjackwills/obliqoro/commit/b9fdb6a37020894d57470586b7f58adc94628523)

# <a href='https://wwwhub.com/mrjackwills/obliqoro/releases/tag/v0.0.3'>v0.0.3</a>
### 2022-12-19
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obliqoro"
version = "0.0.3"
version = "0.0.4"
description = "Oblique strategies meets pomodoro"
authors = ["Jack Wills <email@mrjackwills.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "obliqoro",
"version": "0.0.3"
"version": "0.0.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 26d90de

Please sign in to comment.