taskunity 2026.6__tar.gz → 2026.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {taskunity-2026.6/src/taskunity.egg-info → taskunity-2026.8}/PKG-INFO +1 -4
  2. {taskunity-2026.6 → taskunity-2026.8}/README.md +0 -3
  3. {taskunity-2026.6 → taskunity-2026.8}/pyproject.toml +1 -1
  4. {taskunity-2026.6 → taskunity-2026.8/src/taskunity.egg-info}/PKG-INFO +1 -4
  5. {taskunity-2026.6 → taskunity-2026.8}/MANIFEST.in +0 -0
  6. {taskunity-2026.6 → taskunity-2026.8}/setup.cfg +0 -0
  7. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/__init__.py +0 -0
  8. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/app.py +0 -0
  9. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/cli.py +0 -0
  10. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/models.py +0 -0
  11. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/render.py +0 -0
  12. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/static/app.css +0 -0
  13. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/static/chart.umd.min.js +0 -0
  14. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/static/chartjs-adapter-date-fns.bundle.min.js +0 -0
  15. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/static/htmx.min.js +0 -0
  16. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/task_store.py +0 -0
  17. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/base.html +0 -0
  18. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/index.html +0 -0
  19. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/board.html +0 -0
  20. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/calendar.html +0 -0
  21. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/main.html +0 -0
  22. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/milestone_banner.html +0 -0
  23. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/milestone_panel.html +0 -0
  24. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/milestones.html +0 -0
  25. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/projects.html +0 -0
  26. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/task_list.html +0 -0
  27. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/task_panel.html +0 -0
  28. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity/templates/partials/timeline.html +0 -0
  29. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity.egg-info/SOURCES.txt +0 -0
  30. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity.egg-info/dependency_links.txt +0 -0
  31. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity.egg-info/entry_points.txt +0 -0
  32. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity.egg-info/requires.txt +0 -0
  33. {taskunity-2026.6 → taskunity-2026.8}/src/taskunity.egg-info/top_level.txt +0 -0
  34. {taskunity-2026.6 → taskunity-2026.8}/tests/test_git_workspace_scope.py +0 -0
  35. {taskunity-2026.6 → taskunity-2026.8}/tests/test_render_jsonantt.py +0 -0
  36. {taskunity-2026.6 → taskunity-2026.8}/tests/test_workspace_config.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taskunity
3
- Version: 2026.6
3
+ Version: 2026.8
4
4
  Summary: A local, file-backed productivity app for program/task tracking.
5
5
  Author: Taskunity Contributors
6
6
  License: MIT
@@ -57,9 +57,6 @@ burndown charts, and an editable task side panel.
57
57
  |-------------------|------------------|
58
58
  | ![Task Panel](docs/_static/screenshots/task-panel.png) | ![Settings Popup](docs/_static/screenshots/settings-popup.png) |
59
59
 
60
- | Task Burndown Chart | Milestone Burndown Chart |
61
- |---------------------|--------------------------|
62
- | ![Task Burndown](docs/_static/screenshots/task-burndown.png) | ![Milestone Burndown](docs/_static/screenshots/milestone-burndown.png) |
63
60
 
64
61
  ## Why Taskunity
65
62
 
@@ -26,9 +26,6 @@ burndown charts, and an editable task side panel.
26
26
  |-------------------|------------------|
27
27
  | ![Task Panel](docs/_static/screenshots/task-panel.png) | ![Settings Popup](docs/_static/screenshots/settings-popup.png) |
28
28
 
29
- | Task Burndown Chart | Milestone Burndown Chart |
30
- |---------------------|--------------------------|
31
- | ![Task Burndown](docs/_static/screenshots/task-burndown.png) | ![Milestone Burndown](docs/_static/screenshots/milestone-burndown.png) |
32
29
 
33
30
  ## Why Taskunity
34
31
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "taskunity"
7
- version = "2026.6"
7
+ version = "2026.8"
8
8
  description = "A local, file-backed productivity app for program/task tracking."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: taskunity
3
- Version: 2026.6
3
+ Version: 2026.8
4
4
  Summary: A local, file-backed productivity app for program/task tracking.
5
5
  Author: Taskunity Contributors
6
6
  License: MIT
@@ -57,9 +57,6 @@ burndown charts, and an editable task side panel.
57
57
  |-------------------|------------------|
58
58
  | ![Task Panel](docs/_static/screenshots/task-panel.png) | ![Settings Popup](docs/_static/screenshots/settings-popup.png) |
59
59
 
60
- | Task Burndown Chart | Milestone Burndown Chart |
61
- |---------------------|--------------------------|
62
- | ![Task Burndown](docs/_static/screenshots/task-burndown.png) | ![Milestone Burndown](docs/_static/screenshots/milestone-burndown.png) |
63
60
 
64
61
  ## Why Taskunity
65
62
 
File without changes
File without changes