Add changelog for starcatcher snapshot server

This commit is contained in:
jacob1 2021-04-10 16:52:42 -04:00
parent 844c5c5186
commit 1e933287ba
2 changed files with 5 additions and 19 deletions

19
TODO
View File

@ -1,19 +0,0 @@
HTTP API:
Make it OO,
Use STL (i.e std::string for url, etc)
RequestBroker:
APIRequest:
Standard StatusParser and Status object ( {Status: 0, Error = "Danger, Will Robinson!"} )
Request:
Some way of identifying multiple requests destined for the same listener
Client/Server API:
Make more use of APIRequest so we can get rid of the pooey, flakey threading in PreviewView, etc
Interface General:
Try to use the "Activity" model for some simpler interfaces instead of code-heavy M-V-C
Move interfaces into separate folder
Interface Elements:
Vertical Scrolling for Textbox,

5
changelog.txt Normal file
View File

@ -0,0 +1,5 @@
# This file is used by the starcatcher.us snapshot server to pull changelogs
# It may also be used by mod owners using the starcatcher update server to write changelogs for their mods
# Erase and replace the changelog for every release, do not just append changes to the end
Fix issue where Linux version couldn't be launched from some file managers