Skip to content

v1.5.11 - Hotfix

Choose a tag to compare

@PierreRaybaut PierreRaybaut released this 01 Dec 17:57

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

Version 1.5.10

🛠️ Bug fixes:

  • Logging issues:
    • Added LoggingHelper class to handle properly logging in various contexts
      (e.g. when running with pythonw.exe on Windows, or when debugging)
    • This fixes the critical bug where the application would not show any chart
      when running with pythonw.exe on Windows

Version 1.5.9

🛠️ Bug fixes:

  • Logging only when PLANNINGDEBUG environment variable is set to 1, 2 or 3
    (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