Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release changelog #957

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
2.0.0
-----

Bugwarrior has a new home! The [Bugwarrior repository](https://github.com/GothenburgBitFactory/bugwarrior) has been graciously transferred by [@ralphbean](https://github.com/ralphbean), the original author, to the [GothenburgBitFactory](https://gothenburgbitfactory.org/) organization which also maintains Taskwarrior.

*NOTE: In addition to these changes there are a number of new validation warnings and errors that should be minded when upgrading.*

Major Changes

- Top-level bugwarrior command. (https://github.com/ralphbean/bugwarrior/pull/882)
- Enhanced configuration validation. (https://github.com/ralphbean/bugwarrior/pull/849)
- TOML configuration. (https://github.com/ralphbean/bugwarrior/issues/873)
- Survive service failure. (https://github.com/ralphbean/bugwarrior/pull/825)
- Stable service API. (Third party service support.) (many PR's over the course of years)

New and Removed Services

- Added Azure Devops service. (https://github.com/ralphbean/bugwarrior/pull/808)
- Added Git-Bug service. (https://github.com/ralphbean/bugwarrior/pull/934)
- Added Kanboard service. (https://github.com/ralphbean/bugwarrior/pull/794)
- Added Logseq service. (https://github.com/GothenburgBitFactory/bugwarrior/pull/1052)
- Added Nextcloud Deck service. (https://github.com/ralphbean/bugwarrior/pull/954)
- Removed Megaplan service. (https://github.com/ralphbean/bugwarrior/pull/844)

Notable Changes

- bitbucket: Remove basic auth and update oauth2 workflow. (https://github.com/ralphbean/bugwarrior/pull/888)
- gitlab: Merge requests and todo's will respect default_priority setting rather than being set to 'H'. (https://github.com/ralphbean/bugwarrior/pull/816)
- gitlab: Added distinct default priorities for issues, merge requests, and todo's. (https://github.com/ralphbean/bugwarrior/pull/816)
- gitlab: Query support. (https://github.com/ralphbean/bugwarrior/pull/876)
- gitlab: Exclude archived projects by default. (https://github.com/ralphbean/bugwarrior/pull/938)
- jira: Personal Access Token (PAT) authentication support. (https://github.com/ralphbean/bugwarrior/pull/853)
- redmine: Query support. (https://github.com/ralphbean/bugwarrior/pull/886)
- github: Pull issues by URL. (https://github.com/ralphbean/bugwarrior/pull/898)
- notifications: Add applescript backend. (https://github.com/ralphbean/bugwarrior/pull/948)
- youtrack: Replace password with token. (https://github.com/ralphbean/bugwarrior/pull/982)

1.7.0
-----
Expand Down