Releases: Gloorf/poewatcher
Poe Watcher v0.3a
- Added support for tier input for map drop. You can now type
ml:7,8
instead ofml:74,75
. You can revert to level-based drop input by switching map_recorder.map_input to "level" in config.ini
PoE Watcher v0.3
- Lots of change under the hood (now uses a Map object instead of a dict to store data)
- Updated server code
- Compatible with 2.0.4 (new Tier system made it impossible to use clipboard data)
If you used the program before, please rename your map_data.csv to map_data_2.0.3.csv (or whatever you wants) ; there is a couple of changes in the code that could cause problem, and more importantly map drops changed in 2.0.4 !
PoE Watcher v0.2b
Fixed a bug where the unsent data (because you couldn't connect to the server) was always sent, even when you actually could connect to the server. No functionality change, although you should remove your unsent_data.csv file :)
PoE Watcher v0.2a
- The recorder doesn't stop anymore if it can't reach the server
- Saves map data to a separate file if you can't reach the server, with the possibility to send it later (using "map:force_send" command)
- Couple of bugfixes
- Export to tackle70's spreadsheet added ; see README for more information
- Map data now publicly available on my server
POE Watcher v0.2
Mostly a couple of bugfixes, updated the version to 0.2 because i should have done it before :)
PoE Watcher v0.1d
- Added a GUI interface !
- A couple of bugfixes
PoE Watcher v0.1c
- Changed the name of the repository (because i like it better)
- Now saves the map name & map mods (in base64) in the CSV
- Fixed a couple of bugs (sometimes leading to crashes)
- Added more tests of user input, and warning/errors !
- Play a sound for warning/error (volume can be changed in the config.ini file)
Watch PoE v0.1b
You can now report map using the map information (copied with Ctrl+C ingame) in the clipboard
Watch poe v0.1a
Fixed some encoding issues on windows (why doesn't they use utf8 ;_;)
Watch poe v0.1
This is an experimental release, both to test the program and py2exe.