|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). |
| 5 | + |
| 6 | +## [Unreleased] |
| 7 | +### Added |
| 8 | +- Support for 0.17 server-adminlist.json |
| 9 | +- Support for custom glibc location (RHEL/CENTOS) |
| 10 | + |
| 11 | +### Changed |
| 12 | +- Use bootstrap-fileinputs for savefile upload |
| 13 | +- Login-Page uses bootstrap 4 |
| 14 | + |
| 15 | +### Fixed |
| 16 | +- Login Page Design |
| 17 | +- Sweetalert2 API changes |
| 18 | +- allow_commands not misinterpreted as boolean anymore |
| 19 | +- Fixed some filepaths on windows |
| 20 | +- Fixed hardcoded Settings Path |
| 21 | +- Fixed Upgrading, Removing Mods on Windows results in error |
| 22 | + |
| 23 | +### Updated |
| 24 | +- Updated all NPM dependencies |
| 25 | + |
| 26 | + |
| 27 | +## [0.8.2] - 2019-08-30 [YANKED] |
| 28 | + |
| 29 | +## [0.8.1] - 2019-03-01 |
| 30 | +### Fixed |
| 31 | +- Fixed redirect, when not logged in |
| 32 | +- Fixed login page completely white |
| 33 | + |
| 34 | +## [0.8.0] - 2019-02-27 |
| 35 | +This release contains many bug fixes and features. Thanks to @knoxfighter @sean-callahan for the contributions! |
| 36 | +- Fixes error in Factorio 0.17 saves |
| 37 | +- Refactors and various bug fixes |
| 38 | + |
| 39 | +## [0.7.5] - 2018-08-08 |
| 40 | +## Fixed |
| 41 | +- fixes crash when mods have no basemodversion defined |
| 42 | + |
| 43 | +## [0.7.4] - 2018-08-04 |
| 44 | +- Ability to auto download mods used in a save file courtesy @knoxfighter |
| 45 | +- Fix bug in mod logging courtesy @c0nnex |
| 46 | + |
| 47 | +## [0.7.3] - 2018-06-02 |
| 48 | +- Fixes fields in the settings dialog unable to be set to false. Courtesy @winadam. |
| 49 | +- Various bugfixes in the mod settings page regarding version compatability. Courtesy @knoxfighter. |
| 50 | + |
| 51 | +## [0.7.2] - 2018-05-02 |
| 52 | +### Fixed |
| 53 | +- Fixes an error when searching in the mod portal. |
| 54 | + |
| 55 | +## [0.7.1] - 2018-02-11 |
| 56 | +### Fixed |
| 57 | +- Fixes an error in the configuration form where some fields were not editable. |
| 58 | + |
| 59 | +## [0.7.0] - 2018-01-21 |
| 60 | +- Rewritten mods section now supporting installing mods directly from the Factorio mod portal and many other features courtesy @knoxfighter |
| 61 | +- Various bug fixes |
| 62 | + |
| 63 | +## [0.6.1] - 2017-12-22 |
| 64 | +- Adds the ability to specify the IP address for the Factorio game server to bind too. |
| 65 | +- Updates the --rcon-password flag |
| 66 | +- Small fixes |
| 67 | + |
| 68 | +## [0.6.0] - 2017-01-25 |
| 69 | +This release adds a console feature using rcon to send commands and chat from the management interface. |
| 70 | + |
| 71 | +## [0.5.2] - 2016-11-01 |
| 72 | +This release moves the server-settings.json config file. It will now save the file in the factorio/config directory. |
| 73 | + |
| 74 | +## [0.5.1] - 2016-10-31 |
| 75 | +- Fixed bug where server-settings.json file is overwritten with default settings |
| 76 | +- Started adding UI for editing the server-settings.json file |
| 77 | + |
| 78 | +## [0.5.0] - 2016-10-11 |
| 79 | +- This release adds beta support for Windows users. |
| 80 | +- Various updates for Factorio 0.14 are also included. |
| 81 | + |
| 82 | +## [0.4.3] - 2016-09-15 |
| 83 | +This release has some small bug fixes in order to support Factorio server 0.14. |
| 84 | +- Made the --latency-ms optional as it is removed in version 0.14 |
| 85 | +- Improved some error handling messages when starting the server. |
| 86 | + |
| 87 | +## [0.4.2] - 2016-07-13 |
| 88 | +This release fixes a bug with Factorio 0.13 where the full path for save files must be specified when launching the server. |
| 89 | + |
| 90 | +## [0.4.1] - 2016-05-15 |
| 91 | +This release fixes a bug where the UI reports an error when the Factorio Server was successfully started. |
| 92 | + |
| 93 | +## [0.4.0] - 2016-05-15 |
| 94 | +### New features |
| 95 | +- Abillity to create modpacks for easy distribution of mods |
| 96 | +- Multiple users are now supported, create and delete users in the settings menu |
| 97 | + |
| 98 | +### Features |
| 99 | +- Allows control of the Factorio Server, starting and stopping the Factorio binary. |
| 100 | +- Allows the management of save files, upload, download and delete saves. |
| 101 | +- Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods. |
| 102 | +- Allow viewing of the server logs and current configuration. |
| 103 | +- Authentication for protecting against unauthorized users |
| 104 | +- Available as a Docker container |
| 105 | +- Abillity to create modpacks for easy distribution of mods |
| 106 | +- Multiple users are now supported, create and delete users in the settings menu |
| 107 | + |
| 108 | +## [0.3.1] - 2016-05-03 |
| 109 | +### Fixed |
| 110 | +Fixes bug in #24 where Docker container cannot find conf.json file. |
| 111 | + |
| 112 | +## [0.3.0] - 2016-05-01 |
| 113 | +### New features |
| 114 | +- This release adds an authentication feature in Factorio Server Manager. |
| 115 | +- Now able to be installed as a Docker container. |
| 116 | +- Admin user credentials are configured in the conf.json file included in the release zip file. |
| 117 | + |
| 118 | +### Features |
| 119 | +- Allows control of the Factorio Server, starting and stopping the Factorio binary. |
| 120 | +- Allows the management of save files, upload, download and delete saves. |
| 121 | +- Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods. |
| 122 | +- Allow viewing of the server logs and current configuration. |
| 123 | +- Authentication for protecting against unauthorized users |
| 124 | +- Available as a Docker container |
| 125 | + |
| 126 | +## [0.2.0] - 2016-04-27 |
| 127 | +This release adds the ability to control the Factorio server. Allows stopping and starting of the server binary with advanced options. |
| 128 | + |
| 129 | +### Features |
| 130 | +- Allows control of the Factorio Server, starting and stopping the Factorio binary. |
| 131 | +- Allows the management of save files, upload, download and delete saves. |
| 132 | +- Manage installed mods, upload new ones, delete uneeded mods. Enable or disable individual mods. |
| 133 | +- Allow viewing of the server logs and current configuration. |
| 134 | + |
| 135 | +## [0.1.0] - 2016-04-25 |
| 136 | +First release of Factorio Server Manager |
| 137 | + |
| 138 | +### Features |
| 139 | +- Managing save files, create, download, delete saves |
| 140 | +- Managing installed mods |
| 141 | +- Factorio log tailing |
| 142 | +- Factorio server configuration viewing |
0 commit comments