Skip to content

Commit

Permalink
Added changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danniehansen committed Oct 28, 2024
1 parent d46ba93 commit d16f541
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Released]

## [2.8.2] - 2024-10-28

### Security

- Updated packages to latest version matching version selectors.

### Changed

- Changed the behavior of the "Manage Time" card action to first prompt a user selection that leads to individual trackings. This update addresses recent issues in Trello where the popup doesn't provide overflow scrolling for all users. Hopefully, this will reduce the likelihood of this problem recurring.


## [2.8.1] - 2024-04-19

### Security
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activity_timer",
"version": "2.8.1",
"version": "2.8.2",
"author": "Dannie Hansen",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/capabilities/board-buttons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export async function getBoardButtons(): Promise<
}

items.push({
text: 'Version: 2.8.1'
text: 'Version: 2.8.2'
});

await t.popup({
Expand Down

0 comments on commit d16f541

Please sign in to comment.