Skip to content

Commit

Permalink
chore: merge release-v0.1.12 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Apr 2, 2024
2 parents b7098dc + e386c1f commit cb8a84c
Show file tree
Hide file tree
Showing 8 changed files with 1,385 additions and 1,282 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"serayuzgur.crates",
"tamasfe.even-better-toml",
"timonwong.shellcheck",
"vadimcn.vscode-lldb"
"vadimcn.vscode-lldb",
"vue.volar"
],

"settings": {
Expand Down
24 changes: 3 additions & 21 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
### 2024-02-13
### 2024-04-02

### Chores
+ create_release v0.5.5, [4fb5e210860d7f9b00fe97532384000be83431ea], [fd7dd8496eacdb9c68bff0f1f87ff6016906dec2]
+ GitHub workflow updated, [90ecefb985171a92c631b0a38d244511678c41d4]
+ dependencies updated, [93d4901181187e15bdd59b8413ffbcc4d2387d95], [6f1473cfeed5ad9857ac09193f90e2af412ea7d3], [71e1713e05e1a22b420f9d5062d130e28ed24eff]

### Docs
+ screenshots updated, [3170f5d5a70ba4a8c3398c862622418c2b1a0e42]
+ comments improved, [f0973e0768dbf2bdf5233fe56226b12f403fcc4b]

### Features
+ open database location, [28fe3d5004dc9af76daf3759ba71efacc2943a35], [e465ac7056585bed862b6a8becd78041cdea87f4]
+ pause after break, [0537e74bdc3965d990fbc44821290d0b0d6a0697]

### Fixes
+ app_builder simplify match, [e4afefcc3fffc597dbc43d0f44410ec56b7e3e57]
+ comment typo, [83b95e8eedb94a7b7f995bbab83fae04513204fb]
+ styling tweaks, [8761d23e94a8c9248aa94b48db36acbf546e06b5]

### Refactors
+ computed() into single-line, [0c65c6d3436a8b2dff6b98f4fe39c288fbdb2494]
+ format sql queries, [d1cf2f758fe02e7653dc8721b87475fca821e80d]
+ .devcontainer updated, [9d1e93916269fda69e9b7f3c8cb817f4aea5913f]
+ dependencies updated, [b586c038864a808cd5db79527b4a63e0387c9ab8], [1f8c2cf54323ed81c6b93dd5d2f28a19c463917c]

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

### Chores
+ .devcontainer updated, [9d1e9391](https://github.com/mrjackwills/obliqoro/commit/9d1e93916269fda69e9b7f3c8cb817f4aea5913f)
+ dependencies updated, [b586c038](https://github.com/mrjackwills/obliqoro/commit/b586c038864a808cd5db79527b4a63e0387c9ab8), [1f8c2cf5](https://github.com/mrjackwills/obliqoro/commit/1f8c2cf54323ed81c6b93dd5d2f28a19c463917c)

# <a href='https://github.com/mrjackwills/obliqoro/releases/tag/v0.1.11'>v0.1.11</a>
### 2024-02-13

Expand Down
Loading

0 comments on commit cb8a84c

Please sign in to comment.