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.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coolavery committed May 15, 2022
1 parent d00f035 commit fd17c96
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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.1.3"
const VERSION = "0.1.4"

func BundleScripts() error {
log.Println("Bundling scripts to inject...")
Expand Down
15 changes: 15 additions & 0 deletions desktop/space.crankshaft.Crankshaft.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@
<url type="homepage">https://crankshaft.space/</url>

<releases>
<release version="0.1.4" date="2021-05-15">
<description>
<p>
<ul>
<li>Wait for main menu context to appear before injecting menu scripts</li>
<li>Clean up patched Steam files before exiting</li>
<li>Start Crankshaft service immediately after installing it</li>
<li>Fix flag parsing</li>
</ul>
</p>
</description>

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

<release version="0.1.3" date="2021-05-14">
<description>
<p>
Expand Down

0 comments on commit fd17c96

Please sign in to comment.