Releases: danniehansen/activity-timer
Releases · danniehansen/activity-timer
Release 2.5.1
[2.5.1] - 2023-07-18
Changed
- Changed sorting of labels both in the dropdown & table column under data exporter to be alphabetically #114
Added
- Added new contextmenu item under board button to display the current Activity timer version. This is useful for debugging purposes to ensure users run the latest version.
Release 2.5.0
[2.5.0] - 2023-07-17
Security
- Updated packages to latest version matching selectors in package.json
Changed
- Changed Cache-Control headers of deployment so that browsers never cache the assets. This will help with pushing new releases out.
Added
- Added new board contextmenu item that indicates if an active timer is running. #101
- Added support for Trello's new theme mode. Dark mode now actually looks OK & board button in light mode is no longer black.
Release 2.4.1
[2.4.1] - 2023-02-28 / 2023-05-09
Fixed
- Fixed an issue with CSP headers causing the power-up not to function after Trello released un-announced changes to their codebase that goes against the very same CSP headers we was forced to introduce. For how, we've just whitelisted the 'unsafe-eval' flag for their domain.
- Fixed developer documentation mentioning yarn instead of npm
- Fixed an issue where timezone wasn't properly handled when filtering time ranges in data exporter
Security
- Updated packages to latest version matching selectors in package.json
Release 2.4.0
[2.4.0] - 2023-02-01
Security
- Updated dependencies (including major version of CDK)
Removed
- Removed Google Analytics since it's not GDPR compliant by default
Changed
- Changed yarn out with npm
Added
- Made export page remember your choice of columns
Release 2.3.0
[2.3.0] - 2022-12-16
Added
- Added board id/name to available columns in data exporter (Pro version)
Release 2.2.0
[2.2.0] - 2022-08-11
Added
- Added total time spent under 'Manage time'
- Added prettier, updated eslint config and formatted the code
- Added running tracking's to 'Manage time' & allow for them to be stopped by others
Changed
- Changed 24hr format instead of 12hr format
- Changed 'Time spent' to also include running tracking's
Release 2.1.1
[2.1.1] - 2022-05-28
Fixed
- Fixed issue with estimate data exporter not showing all cards when cards did not have any trackings.
Changed
- Bump minimist from 1.2.5 to 1.2.6 in /infrastructure by @dependabot in #71
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #70
Full Changelog: 2.1.0...2.1.1
Release 2.1.0
[2.1.0] - 2022-03-13
Added
- Added powerup visibility settings. You can now control if all, board members or specific members should be able to access powerup data from the UI.
Release 2.0.4
[2.0.4] - 2021-12-19
Fixed
- Fixed issue with data exporter being blank when unauthorized.
Release 2.0.3
[2.0.3] - 2021-12-14
Added
- Added better error handling for data exporter when in incognito. Instead of a permanent loader it will now properly display that incognito might be the issue. With other unrecognized errors it will notify the user about this.
Fixed
-
Fixed issue with powerup not loading in incognito.
Sorry for the notification about this release. Forgot to post it.