Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coolavery committed Aug 1, 2022
1 parent 955a955 commit 4f241d9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/evanw/esbuild/pkg/api"
)

const VERSION = "0.2.1"
const VERSION = "0.2.2"

const Target = api.ES2020

Expand Down
24 changes: 24 additions & 0 deletions desktop/space.crankshaft.Crankshaft.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@
<url type="homepage">https://crankshaft.space/</url>

<releases>
<release version="0.2.2" date="2022-07-31">
<description>
<p>Features:</p>
<ul>
<li>Group all plugin menu items in game mode under one Steam menu item</li>
<li>Enable CEF debugging on startup</li>
<li>Add backdrop to confirm and progress modals</li>
<li>Adjust autostart service restart behaviour on handhelds</li>
<li>Expose patching API used for desktop menu button</li>
</ul>

<p>Bugfixes:</p>
<ul>
<li>Fix some plugins not loading when Steam client language isn't English</li>
<li>Fix menu button disappearing in desktop mode</li>
<li>Fix some plugins requiring a reload after installing them</li>
<li>Fix using on-screen keyboard with gamepad in plugins</li>
<li>Minor bugfixes to confirm and progress modals</li>
</ul>
</description>

<url>https://git.sr.ht/~avery/crankshaft/refs/0.2.2</url>
</release>

<release version="0.2.1" date="2022-07-17">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion injected/crankshaft-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crankshaft/types",
"author": "Avery <avery@avery.cafe>",
"version": "0.2.1",
"version": "0.2.2",
"license": "GPL-3.0",
"private": false,
"main": "index.js",
Expand Down

0 comments on commit 4f241d9

Please sign in to comment.