diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a52a9..9848dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 23f9c9a..ea4e21b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "activity_timer", - "version": "2.8.1", + "version": "2.8.2", "author": "Dannie Hansen", "license": "MIT", "scripts": { diff --git a/src/capabilities/board-buttons/index.ts b/src/capabilities/board-buttons/index.ts index 145c53a..b2c87bc 100644 --- a/src/capabilities/board-buttons/index.ts +++ b/src/capabilities/board-buttons/index.ts @@ -111,7 +111,7 @@ export async function getBoardButtons(): Promise< } items.push({ - text: 'Version: 2.8.1' + text: 'Version: 2.8.2' }); await t.popup({