Next-action

Latest version: v1.13.0

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

Scan your dependencies

Page 9 of 10

0.0.9

Added

- Next-action can now read multiple todo.txt files to select the next action from. For example:
`next-action --file todo.txt --file big-project-todo.txt`. Closes 35.

Changed

- Ignore tasks that have a start date in the future. Closes 34.
- Take creation date into account when determining the next action. Tasks created earlier take precedence. Closes 26.

0.0.8

Added

- Specify the number of next actions to show: `next-action --number 3`. Closes 7.
- Show all next actions: `next-action --all`. Closes 29.

0.0.7

Added

- Allow for limiting the next action to one from multiple projects: `next-action +DogHouse +PaintHouse`. Closes 27.
- Allow for limiting the next action to multiple contexts: `next-action work staffmeeting`. Closes 23.

0.0.6

Added

- Allow for limiting the next action to a specific project. Closes 6.

0.0.5

Changed

- Renamed Next-action's binary from `next_action` to `next-action` for consistency with the application and project
name.

0.0.4

Added

- Allow for limiting the next action to a specific context. Closes 5.
- Version number command line argument (`--version`) to display Next-action's version number.

Fixed

- Runing tests with "python setup.py test" would result in test failures. Fixes 15.
- Move development dependencies to requirements-dev.txt so they don't get installed when a user installs Next-action.
Fixes 14.
- Make Travis generate a wheel distribution in addition to the source distribution. Fixes 14.

Page 9 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.