Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Dec 6, 2023
1 parent 77bc04b commit 511ec1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format

## [UNRELEASED]

## [4.0.0] 2023-12-06

### Added

- The team member listing on the about page has been reintroduced, but is now
Expand All @@ -24,18 +26,20 @@ All notable changes to this project will be documented in this file. The format
- Objectives can now be "lifted" from a product or department to the level above
(to a department or organization, respectively).
- The API authorization mechanism has been reworked. The API now accepts a pair
of `okr-client-id` and `okr-client-secret` headers to authorize clients.
The interface for managing client credentials can be found in the item
navigation bar. The existing `okr-team-secret` header is considered deprecated
and will continue to work for existing clients until migrated.
of `okr-client-id` and `okr-client-secret` headers to authorize clients. The
interface for managing client credentials can be found in the item navigation
bar.
- The period selected for the OKR and measurement views are no longer
synchronized and can be adjusted individually.
- Any active objective that has been lifted to the parent item, whilst not
having any contributing key results from the current level, is now kept
visible in the timeline until manually closed.
- The default OKR period is now "all". Objectives outside a set period are now
dimmed.

### Deprecated

- The `okr-team-secret` header is deprecated and users should migrate to the new
`okr-client-id` and `okr-client-secret` headers as described above. Existing
`okr-team-secret` values will continue to work until they've been migrated.

### Removed

- The Slack integration has been removed.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okr-tracker",
"version": "3.10.0",
"version": "4.0.0",
"private": true,
"scripts": {
"test:unit": "NODE_ENV=test jest --testPathIgnorePatterns tests/firebase",
Expand Down

0 comments on commit 511ec1d

Please sign in to comment.