Skip to content

Commit

Permalink
chore: merge release-v0.1.7 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Oct 9, 2023
2 parents 95b1538 + 6379f7a commit e68b09b
Show file tree
Hide file tree
Showing 14 changed files with 1,510 additions and 990 deletions.
4 changes: 2 additions & 2 deletions .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"toRaw": true,
"toRef": true,
"toRefs": true,
"toValue": true,
"triggerRef": true,
"unref": true,
"useAttrs": true,
Expand All @@ -67,7 +68,6 @@
"watch": true,
"watchEffect": true,
"watchPostEffect": true,
"watchSyncEffect": true,
"toValue": true
"watchSyncEffect": true
}
}
14 changes: 10 additions & 4 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
### 2023-08-26
### 2023-10-09

### Chores
+ dependencies updated, [99dd3c8249e8a68686d9d7c99d2c8aafa0c60b32]
+ dependencies updated, [0b15a2f78f42215c4c8f456f7b3da4048ceb9009], [e43d2fd028f72a188c8041ad45319a85cbd760b5], [7367c7b9df1fd7d69b6377f93fca65f8e781e2d1]

### Fixes
+ specific build targets, [5c9707f99931e68c78f89de485136557ec77d26f]
### Features
+ Only allow single instance, [e742c5d11038efb40af2dadc6875df9f31a8ef9e]

## Fixes
+ Settings Vue switches track color, [5aac72123e4e37673decc40515f410df2e188412]

### Refactors
+ dead code removed, [fa1d24918a9ec5f8bf51f06b0d75b75d33fdf15f], [1a55aff680626a24aa8fa9f714f93dfcff94cca3]


see <a href='https://www.github.com/mrjackwills/obliqoro/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# <a href='https://www.github.com/mrjackwills/obliqoro/releases/tag/v0.1.7'>v0.1.7</a>
### 2023-10-09

### Chores
+ dependencies updated, [0b15a2f7](https://www.github.com/mrjackwills/obliqoro/commit/0b15a2f78f42215c4c8f456f7b3da4048ceb9009), [e43d2fd0](https://www.github.com/mrjackwills/obliqoro/commit/e43d2fd028f72a188c8041ad45319a85cbd760b5), [7367c7b9](https://www.github.com/mrjackwills/obliqoro/commit/7367c7b9df1fd7d69b6377f93fca65f8e781e2d1)

### Features
+ Only allow single instance, [e742c5d1](https://www.github.com/mrjackwills/obliqoro/commit/e742c5d11038efb40af2dadc6875df9f31a8ef9e)

## Fixes
+ Settings Vue switches track color, [5aac7212](https://www.github.com/mrjackwills/obliqoro/commit/5aac72123e4e37673decc40515f410df2e188412)

### Refactors
+ dead code removed, [fa1d2491](https://www.github.com/mrjackwills/obliqoro/commit/fa1d24918a9ec5f8bf51f06b0d75b75d33fdf15f), [1a55aff6](https://www.github.com/mrjackwills/obliqoro/commit/1a55aff680626a24aa8fa9f714f93dfcff94cca3)

# <a href='https://www.github.com/mrjackwills/obliqoro/releases/tag/v0.1.6'>v0.1.6</a>
### 2023-08-26

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ See the <a href='https://github.com/mrjackwills/obliqoro/releases/latest' target
+ [ ] Pause on no/low cpu usage - user controllable setting
+ [ ] Notify user if new version available
+ [ ] Translations
+ [ ] Limiting to a single instance running at once
+ [ ] Saving strategies into SQLite and enabling the addition of new custom strategies
+ [ ] Statistics for the number of sessions worked
+ [ ] Ability to display on multiple monitors
Expand Down Expand Up @@ -97,7 +96,7 @@ sudo apt install libwebkit2gtk-4.0-dev \
libayatana-appindicator3-dev \
librsvg2-dev
```
### arm64 cross compliation
### arm64 cross compilation

tauri.conf.json:
```json
Expand Down
Loading

0 comments on commit e68b09b

Please sign in to comment.