Pyplanning

Latest version: v2.0.0

Safety actively analyzes 623827 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.0.0

💥 New features:

* [Issue 15](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/15) - Charts: show multiple projects status and description:
* New Project Tree that allows users to create, delete, modify and organise projects
* Project selections for charts has not changed
* Project selection for tasks is now done via a combobox
* Projects color can be modified
* Charts:
* Project description is now displayed on the right part of the chart
* [Issue 20](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/20) - Charts: new "Macro tasks" option for grouping tasks related to the same project
* Various enhancements (when creating a task, etc.)

🛠️ Bug fixes:

* Fix some translations
* Fix bugs related to tasks number when moving up or down
* Fix error when creating tasks (from an empty Task Tree, when selecting a resource
or when clicking on a "leave" row)
* Fix chart not updating on project selection
* Fix SVG deletion when opening another planning, *saving as* or creating a new planning
* Fix various issues related to single choice and multiple choices editors

1.6.0

💥 Changes:

* [Issue 3](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/3) - Performance: update only visible chart
* [Issue 5](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/5) - Add support for custom chart names
* [Issue 7](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/7) - Add "Duplicate" action
* [Issue 18](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/18) - Add support for "%" (percent done) feature for tasks
* [Issue 19](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/19) - Add support for "Depends on" feature for tasks:
* Added task number in the tree view
* New "Depends on" column in the tree view with multiple checkboxes selection
* When adding a new task, the "depends on" column is automatically filled with the
previous task as a dependency, if any
* Charts / Project management:
* Added support for multiple projects in the same chart
* Projects are selected using multiple checkboxes in the chart tree view

🛠️ Bug fixes:

* [Issue 2](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/2) - GUI: task color combo box is not shown in the tree widget
* [Issue 13](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/13) - Performance: add an option to update on demand?
* [Issue 16](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/16) - Color issue when creating a new task
* [Issue 17](https://github.com/Codra-Ingenierie-Informatique/PyPlanning/issues/17) - Another `color` issue with tasks

1.5.12

🛠️ Bug fixes:

* Fixed an annoying bug where the application would select an unexpected line
in the tree view when the user would modify a task's start date, end date or
duration:
* This was due to the fact that the application was repopulating the tree
view after each modification, which would lead to the selection of one of
the first lines in the tree view
* This is now fixed because the application is now refreshing the existing
tree view instead of repopulating it

💥 Changes:

* Task tree: resource collapse/expand state is now saved in project file,
so that the application can restore it when the project is reopened

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

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

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)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.