From 9703187105237598a5da0c60102bc256d08c810c Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 24 Jun 2021 18:46:47 +0200 Subject: [PATCH] Start changelog for 1.4.2 --- src/js/changelog.js | 9 +++++++++ version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 84774291..e80806ed 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,4 +1,13 @@ export const CHANGELOG = [ + { + version: "1.4.2", + date: "24.06.2021", + entries: [ + "Puzzle DLC: Goal acceptors now reset after getting no items for a while (This should prevent being able to 'cheat' puzzles) (by Sense101)", + "Puzzle DLC: Added button to clear all buildings (by Sense101)", + "Puzzle DLC: Allow copy-paste in puzzle mode (by Sense101)", + ], + }, { version: "1.4.1", date: "22.06.2021", diff --git a/version b/version index 13175fdc..c9929e36 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.4.1 \ No newline at end of file +1.4.2 \ No newline at end of file