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