Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 10, 2024
1 parent e26b43b commit 764f5c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.0.1

### Fixed
- Start crash due to missing folder

## 3.0.0

## Added
### Added
- Brand new dooit api for configurations
- Snappier UI Experience
- Event based code execution via dooit api
Expand All @@ -20,12 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dooit will now confirm node deletion by default. This behaviour can be changed via config
+ many more...check out [the wiki](https://dooit-org.github.io/dooit/)

## Changed
### Changed
- Sort options now appear in bar rather than a menu
- search will now show all items but will disable all non-matching ones
- Yanking was removed (will be introduced again as a plugin instead)

## Removed
### Removed
- Now todos are no longer stored in `todo.yaml`, run dooit --migrate to migrate to new format
- Old config will no longer work, see the [latest docs](https://dooit-org.github.io/dooit/) to check out the configuration

Expand Down
2 changes: 1 addition & 1 deletion dooit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from platformdirs import user_data_dir, user_config_dir

OLD_CONFIG = Path(user_data_dir("dooit")) / "todo.yaml"
VERSION = "3.0.0"
VERSION = "3.0.1"


def run_dooit():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dooit"
version = "3.0.0"
version = "3.0.1"
description = "A TUI Todo Manager"
authors = ["kraanzu <[email protected]>"]
maintainers = ["kraanzu <[email protected]>"]
Expand Down

0 comments on commit 764f5c5

Please sign in to comment.