Skip to content

Commit 8dc07e3

Browse files
committed
release 1.9.1
1 parent 34f45c5 commit 8dc07e3

3 files changed

Lines changed: 22 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.9.1](https://github.com/KraXen72/crankshaft/compare/1.9.0...1.9.1) (2025-04-26)
2+
3+
4+
### Features
5+
* Use default gamefont for the descriptions on settings tab by @ankeborg ([c0eb211](https://github.com/KraXen72/crankshaft/commit/c0eb211d126188faa9c8ccee91ab04196218216f))
6+
* Add placeholder option to text settings
7+
* Add URL override option, helpful for beta tests/similar
8+
* Include inline source maps in development builds (helpful for debugging)
9+
* Add metal ANGLE backend option
10+
11+
### Bugfixes
12+
* Fix loading userscripts that don't `return this`
13+
* Fix Discord RPC
14+
15+
### Cleanup
16+
* Enable bundling in ESBuild
17+
* Dependency cleanup (code size reduced by 10x, ~1mb to ~100kb)
18+
* Remove multilib from CI by @Mixaz017 ([ef1b55a](https://github.com/KraXen72/crankshaft/commit/ef1b55af5f417cab838253b16d2e9450ce330da6))
19+
* Support pnpm v10 by allowing some postinstall scripts (onlyBuiltDependencies)
20+
121
## [1.9.0](https://github.com/KraXen72/crankshaft/compare/1.8.0...1.9.0) (2025-03-17)
222

323

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
1010
[Mac (arm64)](https://github.com/KraXen72/crankshaft/releases/latest/download/crankshaft-portable-mac-arm64.dmg) -
1111
[Linux (x86_64 AppImage)](https://github.com/KraXen72/crankshaft/releases/latest/download/crankshaft-portable-linux-x86_64.AppImage) -
1212
[Other](https://github.com/KraXen72/crankshaft/releases/latest)
13-
14-
## breaking change
15-
- **as of version `1.9.0`, crankshaft no longer supports `Documents/Crankshaft` for configuration.**
16-
- **make a backup of `Documents/Crankshaft` before updating.**
17-
- **crankshaft 1.9.0 auto-migrates the folder** to the new location in `%APPDATA%`, but there's a *very small chance* it could fail while moving/copying/deleting the files, and you'd lose your settings, swapper & scripts.
18-
- this is due to inconsistent read/write permissions for users whose Documents directory lives inside of OneDrive or has been otherwise moved.
19-
- for easy access to the new folders, use the quick open buttons in settings
20-
13+
2114
![splash](assets/blank_splash.png)
2215

2316
## client features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crankshaft",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Crankshaft Krunker Client by KraXen72",
55
"main": "./app/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)