From 4f241d91863ab4923cb634b251b4ce2e7b3612a2 Mon Sep 17 00:00:00 2001 From: Avery Date: Sun, 31 Jul 2022 21:07:36 -0400 Subject: [PATCH] Bump version to 0.2.2 --- build/build.go | 2 +- .../space.crankshaft.Crankshaft.metainfo.xml | 24 +++++++++++++++++++ injected/crankshaft-types/package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/build/build.go b/build/build.go index 9fdee51..3f88ab0 100644 --- a/build/build.go +++ b/build/build.go @@ -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 diff --git a/desktop/space.crankshaft.Crankshaft.metainfo.xml b/desktop/space.crankshaft.Crankshaft.metainfo.xml index 158a3e1..0e7a562 100644 --- a/desktop/space.crankshaft.Crankshaft.metainfo.xml +++ b/desktop/space.crankshaft.Crankshaft.metainfo.xml @@ -41,6 +41,30 @@ https://crankshaft.space/ + + +

Features:

+
    +
  • Group all plugin menu items in game mode under one Steam menu item
  • +
  • Enable CEF debugging on startup
  • +
  • Add backdrop to confirm and progress modals
  • +
  • Adjust autostart service restart behaviour on handhelds
  • +
  • Expose patching API used for desktop menu button
  • +
+ +

Bugfixes:

+
    +
  • Fix some plugins not loading when Steam client language isn't English
  • +
  • Fix menu button disappearing in desktop mode
  • +
  • Fix some plugins requiring a reload after installing them
  • +
  • Fix using on-screen keyboard with gamepad in plugins
  • +
  • Minor bugfixes to confirm and progress modals
  • +
+
+ + https://git.sr.ht/~avery/crankshaft/refs/0.2.2 +
+
    diff --git a/injected/crankshaft-types/package.json b/injected/crankshaft-types/package.json index a205cda..66dea39 100644 --- a/injected/crankshaft-types/package.json +++ b/injected/crankshaft-types/package.json @@ -1,7 +1,7 @@ { "name": "@crankshaft/types", "author": "Avery ", - "version": "0.2.1", + "version": "0.2.2", "license": "GPL-3.0", "private": false, "main": "index.js",