2019-10-31 18:35:41 +02:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2020-02-05 17:19:21 +02:00
|
|
|
### Added
|
2020-08-18 19:15:17 +02:00
|
|
|
- Autostart factorio, when starting the server-manager - Thanks to @Psychomantis71
|
2020-08-18 18:50:45 +02:00
|
|
|
|
2020-11-14 00:30:25 +02:00
|
|
|
### Changed
|
|
|
|
- Complete rework of the UI - Thanks to @jannaahs
|
|
|
|
- Backend is refactored and improved - Thanks to @knoxfighter and @jannaahs
|
|
|
|
|
2020-08-18 18:50:45 +02:00
|
|
|
### Fixed
|
2020-11-14 00:30:25 +02:00
|
|
|
- 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
|
2020-01-29 16:12:08 +02:00
|
|
|
|
|
|
|
## [0.8.2] - 2020-01-08
|
|
|
|
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.
|
|
|
|
|
2019-10-31 18:35:41 +02:00
|
|
|
### Added
|
|
|
|
- Support for 0.17 server-adminlist.json
|
|
|
|
- Support for custom glibc location (RHEL/CENTOS)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Use bootstrap-fileinputs for savefile upload
|
|
|
|
- Login-Page uses bootstrap 4
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Login Page Design
|
|
|
|
- Sweetalert2 API changes
|
|
|
|
- allow_commands not misinterpreted as boolean anymore
|
|
|
|
- Fixed some filepaths on windows
|
|
|
|
- Fixed hardcoded Settings Path
|
|
|
|
- Fixed Upgrading, Removing Mods on Windows results in error
|
|
|
|
|
|
|
|
## [0.8.1] - 2019-03-01
|
|
|
|
### Fixed
|
|
|
|
- Fixed redirect, when not logged in
|
|
|
|
- Fixed login page completely white
|
|
|
|
|
|
|
|
## [0.8.0] - 2019-02-27
|
|
|
|
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
|
|
|
|
|
|
|
|
## [0.7.5] - 2018-08-08
|
|
|
|
## Fixed
|
|
|
|
- fixes crash when mods have no basemodversion defined
|
|
|
|
|
|
|
|
## [0.7.4] - 2018-08-04
|
|
|
|
- Ability to auto download mods used in a save file courtesy @knoxfighter
|
|
|
|
- Fix bug in mod logging courtesy @c0nnex
|
|
|
|
|
|
|
|
## [0.7.3] - 2018-06-02
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
## [0.7.2] - 2018-05-02
|
|
|
|
### Fixed
|
|
|
|
- Fixes an error when searching in the mod portal.
|
|
|
|
|
|
|
|
## [0.7.1] - 2018-02-11
|
|
|
|
### Fixed
|
|
|
|
- Fixes an error in the configuration form where some fields were not editable.
|
|
|
|
|
|
|
|
## [0.7.0] - 2018-01-21
|
|
|
|
- Rewritten mods section now supporting installing mods directly from the Factorio mod portal and many other features courtesy @knoxfighter
|
|
|
|
- Various bug fixes
|
|
|
|
|
|
|
|
## [0.6.1] - 2017-12-22
|
|
|
|
- Adds the ability to specify the IP address for the Factorio game server to bind too.
|
|
|
|
- Updates the --rcon-password flag
|
|
|
|
- Small fixes
|
|
|
|
|
|
|
|
## [0.6.0] - 2017-01-25
|
|
|
|
This release adds a console feature using rcon to send commands and chat from the management interface.
|
|
|
|
|
|
|
|
## [0.5.2] - 2016-11-01
|
|
|
|
This release moves the server-settings.json config file. It will now save the file in the factorio/config directory.
|
|
|
|
|
|
|
|
## [0.5.1] - 2016-10-31
|
|
|
|
- Fixed bug where server-settings.json file is overwritten with default settings
|
|
|
|
- Started adding UI for editing the server-settings.json file
|
|
|
|
|
|
|
|
## [0.5.0] - 2016-10-11
|
|
|
|
- This release adds beta support for Windows users.
|
|
|
|
- Various updates for Factorio 0.14 are also included.
|
|
|
|
|
|
|
|
## [0.4.3] - 2016-09-15
|
|
|
|
This release has some small bug fixes in order to support Factorio server 0.14.
|
|
|
|
- Made the --latency-ms optional as it is removed in version 0.14
|
|
|
|
- Improved some error handling messages when starting the server.
|
|
|
|
|
|
|
|
## [0.4.2] - 2016-07-13
|
|
|
|
This release fixes a bug with Factorio 0.13 where the full path for save files must be specified when launching the server.
|
|
|
|
|
|
|
|
## [0.4.1] - 2016-05-15
|
|
|
|
This release fixes a bug where the UI reports an error when the Factorio Server was successfully started.
|
|
|
|
|
|
|
|
## [0.4.0] - 2016-05-15
|
|
|
|
### New features
|
|
|
|
- Abillity to create modpacks for easy distribution of mods
|
|
|
|
- Multiple users are now supported, create and delete users in the settings menu
|
|
|
|
|
|
|
|
### Features
|
|
|
|
- Allows control of the Factorio Server, starting and stopping the Factorio binary.
|
|
|
|
- Allows the management of save files, upload, download and delete saves.
|
|
|
|
- Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods.
|
|
|
|
- Allow viewing of the server logs and current configuration.
|
|
|
|
- Authentication for protecting against unauthorized users
|
|
|
|
- Available as a Docker container
|
|
|
|
- Abillity to create modpacks for easy distribution of mods
|
|
|
|
- Multiple users are now supported, create and delete users in the settings menu
|
|
|
|
|
|
|
|
## [0.3.1] - 2016-05-03
|
|
|
|
### Fixed
|
|
|
|
Fixes bug in #24 where Docker container cannot find conf.json file.
|
|
|
|
|
|
|
|
## [0.3.0] - 2016-05-01
|
|
|
|
### New features
|
|
|
|
- This release adds an authentication feature in Factorio Server Manager.
|
|
|
|
- Now able to be installed as a Docker container.
|
|
|
|
- Admin user credentials are configured in the conf.json file included in the release zip file.
|
|
|
|
|
|
|
|
### Features
|
|
|
|
- Allows control of the Factorio Server, starting and stopping the Factorio binary.
|
|
|
|
- Allows the management of save files, upload, download and delete saves.
|
|
|
|
- Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods.
|
|
|
|
- Allow viewing of the server logs and current configuration.
|
|
|
|
- Authentication for protecting against unauthorized users
|
|
|
|
- Available as a Docker container
|
|
|
|
|
|
|
|
## [0.2.0] - 2016-04-27
|
|
|
|
This release adds the ability to control the Factorio server. Allows stopping and starting of the server binary with advanced options.
|
|
|
|
|
|
|
|
### Features
|
|
|
|
- Allows control of the Factorio Server, starting and stopping the Factorio binary.
|
|
|
|
- Allows the management of save files, upload, download and delete saves.
|
|
|
|
- Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods.
|
|
|
|
- Allow viewing of the server logs and current configuration.
|
|
|
|
|
|
|
|
## [0.1.0] - 2016-04-25
|
|
|
|
First release of Factorio Server Manager
|
|
|
|
|
|
|
|
### Features
|
|
|
|
- Managing save files, create, download, delete saves
|
|
|
|
- Managing installed mods
|
|
|
|
- Factorio log tailing
|
|
|
|
- Factorio server configuration viewing
|