Releases: OpenFactorioServerManager/factorio-server-manager
Releases · OpenFactorioServerManager/factorio-server-manager
Factorio Server Manager
Fixed
- Single admin user can no longer be deleted (so there is always a user)
- fixed incompatibility to glibc 2.32 by linking dynamic on linux
- Moved from alpine to ubuntu docker image base, to prevent factorio not running correctly
Factorio Server Manager
Added
- Config files can be defined with absolute paths. - Thanks to @FoxAmes
- Support for >= 1.1.14 factorio saves - Thanks to @knoxfighter
- Setting in
info.json
to allow usage without ssl/tls - Thanks to @knoxfighter
Changed
- Rework of the authentication, to have a bit more security. - Thanks to @knoxfighter
- Changed from leveldb to sqlite3 as backend database. - Thanks to @knoxfighter
- generate new random passwords, if no exist, or if they are "factorio". - Thanks to @knoxfighter
- Use "OpenFactorioServerManager" instead of "mroote" as go package name. - Thanks to @mroote
- Disable mods-page, while server is running - Thanks to @knoxfighter
- Renamed GO-package from
mroote
toOpenFactorioServerManager
to match git repo - Thanks to @mroote
Fixed
- old factorio versions depended by mods always shown as compatible - Thanks to @knoxfighter
- Crosscompilation with mingw-w64 on linux. (Broke with sqlite3) - Thanks to @knoxfighter
- Crash on async writing to websocket room array. - Thanks to @knoxfighter
Factorio Server Manager
Added
- Autostart factorio, when starting the server-manager - Thanks to @Psychomantis71
Changed
- Complete rework of the UI - Thanks to @jannaahs
- Backend is refactored and improved - Thanks to @knoxfighter and @jannaahs
- Rework of the docker image, so it allows easy updating of factorio - Thanks to @ita-sammann
Fixed
- Console page is now working correctly (directly reloading still bugged until new UI) - Thanks to @jannaahs
- Mod Search fixed by new implementation, which does not rely on the search endpoint of the mod portal - Thanks to @jannaahs
- Listen on port 80, previously port 8080 was used. Can be changed with
--port <port>
- Update version numbers in Docker containers
Factorio Server Manager
Many bugfixes and a few small features in this release.
- Adds a flag for a custom glibc version, required on some distros such as CentOS
- bugfixes with file handling
- UI fixes and improvements
- CI bug fixes and build improvements
- and more bugfixes
Special thanks to @knoxfighter for all the contributions.
Factorio Server Manager
This release fixes an issue with loading the login page. Thanks to @knoxfighter!
Factorio Server Manager
This release contains many bug fixes and features. Thanks to @knoxfighter @sean-callahan for the contributions!
- Fixes error in Factorio 0.17 saves
- Refactors and various bug fixes
Factorio Server Manager
This release contains a bug fix:
- fixes crash when mods have no basemodversion defined
Factorio Server Manager 0.7.4
This release contains features and bugfixes:
- Ability to auto download mods used in a save file courtesy @knoxfighter
- Fix bug in mod logging courtesy @c0nnex
Factorio Server Manager 0.7.3
This release contains bugfixes including:
- Fixes fields in the settings dialog unable to be set to false. Courtesy @winadam.
- Various bugfixes in the mod settings page regarding version compatability. Courtesy @knoxfighter.
Factorio Server Manager 0.7.2
Bugfixes:
- Fixes an error when searching in the mod portal.