Skip to content

Commit

Permalink
chore: merge release-v0.0.4 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Dec 21, 2022
2 parents cd75f1f + 26d90de commit 92375ea
Show file tree
Hide file tree
Showing 21 changed files with 273 additions and 206 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
Binary file modified .github/screenshot_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/screenshot_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# <a href='https://wwwhub.com/mrjackwills/obliqoro/releases/tag/v0.0.4'>v0.0.4</a>
### 2022-12-20

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

### Refactors
+ 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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<img src='./.github/screenshot_02.png' width='48%'/>
</a>
</p>
<p align='center'>
<a href='https://raw.githubusercontent.com/mrjackwills/obliqoro/main/.github/screenshot_03.png' target='_blank' rel='noopener noreferrer'>
<img src='./.github/screenshot_03.png' width='35%'/>
</a>
</p>
<hr>

### About
Expand All @@ -51,6 +56,7 @@ See the <a href='https://github.com/mrjackwills/obliqoro/releases/latest' target

+ [x] Launch on boot
+ [ ] Code sign the application
+ [ ] Pause on no/low cpu usage - user controllable setting
+ [ ] Translations
+ [ ] Limiting to a single instance running at once
+ [ ] Saving strategies into SQLite and enabling the addition of new custom strategies
Expand All @@ -59,7 +65,7 @@ See the <a href='https://github.com/mrjackwills/obliqoro/releases/latest' target
+ [ ] General code refactoring
+ [ ] Frontend link to the location of the SQLite file on disk
+ [ ] Testing on Mac
+ [ ] Password protection for exiting a long break
+ [ ] Password for exiting a long break?
+ [ ] Removal of OpenSSL Rust dependency
+ [ ] Setting to enable writing logs to file when on production version

Expand Down
102 changes: 51 additions & 51 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@tauri-apps/api": "^1.2.0",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^9.7.0",
"@vueuse/core": "^9.8.2",
"@vueuse/head": "^1.0.22",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuetify": "^3.0.5"
"vuetify": "^3.0.6"
},
"devDependencies": {
"@mdi/js": "^7.1.96",
Expand All @@ -30,11 +30,11 @@
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.30.0",
"eslint-plugin-vue": "^9.8.0",
"sass": "^1.57.0",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"unplugin-auto-import": "^0.12.1",
"vite": "^4.0.2",
"vite-plugin-vuetify": "^1.0.1",
"vue-tsc": "^1.0.14"
"vue-tsc": "^1.0.16"
}
}
18 changes: 9 additions & 9 deletions 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
Loading

0 comments on commit 92375ea

Please sign in to comment.