Skip to content

Releases: OpenFactorioServerManager/factorio-server-manager

Factorio Server Manager

09 Mar 20:55
2d007c8
Compare
Choose a tag to compare

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

10 Feb 22:52
2d536d1
Compare
Choose a tag to compare

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 to OpenFactorioServerManager 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

07 Jan 16:30
4339076
Compare
Choose a tag to compare

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

08 Jan 00:50
Compare
Choose a tag to compare

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

01 Mar 00:33
Compare
Choose a tag to compare

This release fixes an issue with loading the login page. Thanks to @knoxfighter!

Factorio Server Manager

27 Feb 02:04
425e4ad
Compare
Choose a tag to compare

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

07 Aug 22:32
f6aed29
Compare
Choose a tag to compare

This release contains a bug fix:

  • fixes crash when mods have no basemodversion defined

Factorio Server Manager 0.7.4

04 Aug 11:50
Compare
Choose a tag to compare

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

02 Jun 14:07
Compare
Choose a tag to compare

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

01 May 22:46
Compare
Choose a tag to compare

Bugfixes:

  • Fixes an error when searching in the mod portal.