v1.5.11 - Hotfix
Version 1.5.11
🛠️ Bug fixes:
- Fixed a bug related to adding a task to a resource (order issue):
- Selecting a resource and adding a task to it would lead to an unexpected
behavior (the task would sometimes appear to be added to another resource) - This was due to the fact that the application was not properly handling
the case where the user would select a resource in the tree view, except
for the first resource - This is now fixed
- Selecting a resource and adding a task to it would lead to an unexpected
Version 1.5.10
🛠️ Bug fixes:
- Logging issues:
- Added
LoggingHelperclass to handle properly logging in various contexts
(e.g. when running withpythonw.exeon Windows, or when debugging) - This fixes the critical bug where the application would not show any chart
when running withpythonw.exeon Windows
- Added
Version 1.5.9
🛠️ Bug fixes:
- Logging only when
PLANNINGDEBUGenvironment variable is set to1,2or3
(this is considered a bug fix because it was the intended behavior)
Version 1.5.8
🛠️ Bug fixes:
- When switching from XML mode to Tree mode, check if the Tree view can be updated (i.e. if the XML is valid). If not, do not switch to Tree mode and show a warning message instead.
- Fixed crash when application was trying to log a message in standard output (stdout) while running with pythonw.exe (instead of python.exe) on Windows: now redirecting logging to internal Qt console instead of stdout
- Log viewer: improved readability of log messages