Skip to content

Commit 46421f9

Browse files
authored
Merge pull request #171 from knoxfighter/Feature/Changelog
Changelog
2 parents 46ae36a + 22c6e48 commit 46421f9

File tree

2 files changed

+148
-0
lines changed

2 files changed

+148
-0
lines changed

CHANGELOG.md

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ go build
175175
1. Fork it!
176176
2. Create your feature branch: `git checkout -b my-new-feature`
177177
3. Commit your changes: `git commit -am 'Add some feature'`
178+
4. Add your changes a in human readable way into CHANGELOG.md
178179
4. Push to the branch: `git push origin my-new-feature`
179180
5. Submit a pull request :D
180181

0 commit comments

Comments
 (0)