You wanted it. You got it. Easy installer. Icon on desktop. Executable lives in c:\program files, data lives in AppData\Local.
Obtain from
Trade Dangerous Releases.
GUI documentation applies, other than you don't need a CLI to start the app.
I don't know if we'll update for every tiny release, but we will periodically, or for serious bugs.
I want to make some glorious fanfare, but I'm too tired. Pleased with myself, but tired. Problems?
Raise a ticket.
I've done all the big obvious user facing improvements I wanted to make. It's taken me probably the better part of a year on and off.
Here's the list -
1: TD is now based on SQL Alchemy. This means the server database is backed up by MariaDB (aka MySQL). It's so much more robust and no longer collapses under its own weight. Users continue to enjoy SQLite, so you don't need to have a database server to run the app. Also future developers will have a much easier time adding new backends, should they wish.
2: New listener code. The server application has been completely overhauled, along with the supporting spansh plugin. It's solid and reliable and doesn't go down for mysterious reasons. Additionally, the whole thing has been migrated from a threaded solution to true multiprocessing. The several hours a day of effective downtime are now eliminated and we are dropping data updates every couple of minutes throughout the day. There's now in fact two different listener apps. One designed for setting up a TD server and a more lightweight version for users, based on the threaded model.
3: Graphical User Interface. We've based this on NiceGUI rather than any other choice. Though that causes us a few niggles, it gives us an easy upgrade path to a possible hosted TD website at some point in the future. I know the lack of a GUI has been a real blocker for a lot of people, who find the CLI intimidating. That said, for the forseeable future, we'll still be supporting the CLI version - it's cross platform, so you can run it on your mac or linux server and we think that's something we want to continue.
4: Windows installer. That completes the suite. Installing and using Trade Dangerous now needs no more technical knowledge than any other application. I hope this will make it a lot more accessible to those players who really enjoy trading as part of their Elite Dangerous experience.
Future roadmap.
I'm not sure. I know that the application can often still be slow compared to other E : D trading applications, then again it can also do a lot more than other E : D trading applications. I think that I'm going to start looking at this. Now that the direct user experience is sorted, it's time to try and improve the efficiency of the app. There's some parts which do a lot more work than they need to and other parts we should be able to find some nice gains. So don't expect to see obvious changes for a while. I'll be under the hood, rather than giving it a respray.