1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Minor changes, update changelog with latest contributions

This commit is contained in:
tobspr
2020-07-04 16:46:01 +02:00
parent db5b2e5870
commit f0a75a8255
4 changed files with 20 additions and 6 deletions

View File

@@ -1,11 +1,26 @@
export const CHANGELOG = [
{
version: "1.1.19",
version: "1.2.0",
date: "unreleased",
entries: [
"WIRES",
"Allow holding ALT in belt planner to reverse direction (by jakobhellermann)",
"Clear cursor when trying to pipette the same building twice (by hexy)",
"Allow binding TAB (by swtw7466)",
"Added keybinding to close menus (by isaisstillalive / Sandwichs-del)",
"Fix rare crash regarding the buildings toolbar (by isaisstillalive)",
"Fixed some phrases (By EnderDoom77)",
"Updated the soundtrack again, it is now 20 minutes in total!",
"Updated and added new translations (Thanks to all contributors!)",
],
},
{
version: "1.1.19",
date: "02.07.2020",
entries: [
"There are now notifications every 15 minutes in the demo version to buy the full version (For further details and the reason, check the #surveys channel in the discord)",
"I'm still working on the wires update, I hope to release it mid july!",
],
},
{

View File

@@ -111,9 +111,7 @@ export class KeybindingsState extends TextualGameState {
if (
// Enter
keyCode === 13 ||
// TAB
keyCode === 9
keyCode === 13
) {
// Ignore builtins
return;