Releases: Square789/Demomgr
Releases · Square789/Demomgr
Demomgr release v1.11.1
- RCON connection: Fixes an issue on Windows where the call to
getaddrinfowith the PC's hostname fromgetfqdnwould fail: We are now testing127.0.0.1andlocalhostas well. Hopefully doesn't break all other systems in the process.
Demomgr release v1.11.0
- The custom file manager now can have a sequence of startup parameters so it can at least navigate to the proper directory.
- HLAE was hardcoded to use
hl2.exewhen starting TF2, which doesn't exist anymore as of the 64bit update. The executable name can now be configured freely, defaults totf.exe. - Most files are now being explicitly opened using
utf-8, which should lead to less encoding errors. - Copypasting something like
+4would pass the int validator and then cause horrible errors. Now impossible. - Using
importlib.resourcesinstead of__file__to access resources. - Usernames with spaces in them should now cause at least one issue less (theme loading would previously fail).
- Demomgr now has an icon.
- It was made by a programmer and as such looks fairly poor.
Demomgr release v1.10.1
- Fixed bug where startup would fail due to withdrawn dialogues
- Readonly restriction removed from path entries to make corrections less annoying
- Fixed some hectic main window resizing due to long path names
- Removed herobrine
Demomgr release v1.10.0
Redesign of some UI components
Addition of "Constant tick offset" button
Some more linux-fixes for pure self-use that really no one cares about i think
Demomgr release v1.9.1
- Fixed an oversight setting the date format, and that's about it.
[Why does this stuff always happen]
Demomgr release v1.9.0
Alright, here we are. I guess this box is a good place for a changelog, so let me come up with some stuff:
- Play dialog overhaul, now allows to start the game at specific ticks/jump to specific ticks using RCON.
- Deleter has been removed and merged under a new Bulk Operator dialog which is able to delete, copy or move sets of demos.
- Added a "Reveal in explorer" button that as of now has lacking support for anything that isn't Windows explorer.
- Removed ability to select between events.txt and json in the bookmark setter, since allowing to create a desync in data doesn't make much sense.
- Internal DemoDataManager that seriously simplifies working with demo information.
- Internal overhaul of the way demo info is stored.
- Internal config handling/validation overhaul.
- Crash fix when encountering files with broken encoding, these errors are now ignored and the files treated as empty.
Demomgr release v1.8.1 [win64]
First standalone executable distribution of Demomgr using Nuitka.
I would like some feedback on this since I can't really tell if it will even work on PCs without python.