Releases: SimonAlling/kurve
Releases · SimonAlling/kurve
Achtung, die Kurve! in JavaScript v0.6.1
- Merge Confirm quit and Confirm reload into one setting.
Achtung, die Kurve! in JavaScript v0.6
- Improve the appearance of the settings menu.
- Reword several settings and their descriptions.
- Convert the Allow blurry scaling checkbox to a multichoice setting.
- Fix a bug causing some colors to appear undersaturated on some platforms.
- Optimize loading time slightly.
Achtung, die Kurve! in JavaScript v0.5.4
- Fix a bug where some settings would default to the wrong value if there was no saved value.
Achtung, die Kurve! in JavaScript v0.5.3
- Improve splashscreen keyboard shortcut hints (especially for Mac).
Achtung, die Kurve! in JavaScript v0.5.2
- Fix a bug where the page would be reloaded if F5 was pressed when a dialog was being shown.
- Make F12 work as usual (instead of not at all).
Achtung, die Kurve! in JavaScript v0.5
- Add spawnkill prevention. Players can now opt to enforce a minimum distance between spawns, eliminating the risk of dying instantly after spawning.
- Add quit and reload confirmation dialogs. No more accidental quits/reloads mid-game.
- Improve settings menu UX.
- Minor bug fixes.
Achtung, die Kurve! in JavaScript v0.4.1
- Add half-width settings (for multichoice/radio button settings).
- Optimize loading of graphics for checkboxes and radio buttons.
Achtung, die Kurve! in JavaScript v0.4
- Add settings menu.
- Cursor visibility.
- Edge fix (for when the monitor and the game have identical height and/or width).
- What messages to show.
- Add simple unload blocker (to avoid mid-game unload by user mistake).
- Add Browser Safe Mode (meaning the game is run in its own window without history so as to avoid accidental tab switching or history navigation).
- Add exception handling for saving/loading of settings (so the app does not crash if the browser denies access to
localStorage
).
Achtung, die Kurve! in JavaScript v0.3.3
- Improve browser support check.
- Add image preloading during splash screen.
- Make fullscreen shortcut hint OS-dependent (Cmd + Shift + F for Mac; F11 for others).
Achtung, die Kurve! in JavaScript v0.3.2
- Fix false positive in JavaScript support check (in Chrome 48).