@@ -4,16 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
66## [ Unreleased]
7+
8+ ## [ 0.10.0] - 2021-02-10
79### Added
810- 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
913
1014### Changed
1115- Rework of the authentication, to have a bit more security. - Thanks to @knoxfighter
1216- Changed from leveldb to sqlite3 as backend database. - Thanks to @knoxfighter
1317- generate new random passwords, if no exist, or if they are "factorio". - Thanks to @knoxfighter
1418- 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
1521
1622### Fixed
23+ - old factorio versions depended by mods always shown as compatible - Thanks to @knoxfighter
1724- Crosscompilation with mingw-w64 on linux. (Broke with sqlite3) - Thanks to @knoxfighter
1825- Crash on async writing to websocket room array. - Thanks to @knoxfighter
1926
@@ -27,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2734- Rework of the docker image, so it allows easy updating of factorio - Thanks to @ita-sammann
2835
2936### Fixed
30- - 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
3138- Mod Search fixed by new implementation, which does not rely on the search endpoint of the mod portal - Thanks to @jannaahs
3239- Listen on port 80, previously port 8080 was used. Can be changed with ` --port <port> `
3340- Update version numbers in Docker containers
0 commit comments