@@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6+ ## [ Unreleased]
7+
8+ ## [ 0.10.0] - 2021-02-10
9+ ### Added
10+ - Config files can be defined with absolute paths. - Thanks to @FoxAmes
11+ - Support for >= 1.1.14 factorio saves - Thanks to @knoxfighter
12+ - Setting in ` info.json ` to allow usage without ssl/tls - Thanks to @knoxfighter
13+
14+ ### Changed
15+ - Rework of the authentication, to have a bit more security. - Thanks to @knoxfighter
16+ - Changed from leveldb to sqlite3 as backend database. - Thanks to @knoxfighter
17+ - generate new random passwords, if no exist, or if they are "factorio". - Thanks to @knoxfighter
18+ - Use "OpenFactorioServerManager" instead of "mroote" as go package name. - Thanks to @mroote
19+ - Disable mods-page, while server is running - Thanks to @knoxfighter
20+ - Renamed GO-package from ` mroote ` to ` OpenFactorioServerManager ` to match git repo - Thanks to @mroote
21+
22+ ### Fixed
23+ - old factorio versions depended by mods always shown as compatible - Thanks to @knoxfighter
24+ - Crosscompilation with mingw-w64 on linux. (Broke with sqlite3) - Thanks to @knoxfighter
25+ - Crash on async writing to websocket room array. - Thanks to @knoxfighter
26+
627## [ 0.9.0] - 2021-01-07
728### Added
829- Autostart factorio, when starting the server-manager - Thanks to @Psychomantis71
@@ -13,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1334- Rework of the docker image, so it allows easy updating of factorio - Thanks to @ita-sammann
1435
1536### Fixed
16- - Console page is now working correctly (directly reloading still bugged until new UI) - Thanks to @jannaahs
37+ - Console page is now working correctly - Thanks to @jannaahs
1738- Mod Search fixed by new implementation, which does not rely on the search endpoint of the mod portal - Thanks to @jannaahs
1839- Listen on port 80, previously port 8080 was used. Can be changed with ` --port <port> `
1940- Update version numbers in Docker containers
0 commit comments