Releases: danniehansen/activity-timer
Releases · danniehansen/activity-timer
Release 2.8.2
[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.
Full Changelog: 2.8.1...2.8.2
Release 2.8.1
[2.8.1] - 2024-04-19
Security
- Updated packages to latest version matching version selectors.
- Changed IAM based authentication for CDK to use OIDC
Fixed
- Fixed an issue with time tracking / estiamtes data exporter not being able to pull cards data if the /all API responded with more than 1.000 cards. We will now fall back to fetch closed, open and visible cards one-by-one to try and display as much data as possible. Disclaimer added to both pages when this is happening.
Release 2.8.0
[2.8.0] - 2024-03-30
Security
- Updated packages to latest version matching version selectors.
Removed
- Removed Optro. Now everyone has pro features for free!
Release 2.7.5
[2.7.5] - 2024-03-12
Security
- Updated packages to latest version matching version selectors.
- Updated node from 18 -> 20
Fixed
- Fixed locale issues with estimation input not always accepting decimals. Now it's statically configured for en-GB locale.
- Fixed some cases of UI scroll when estimates, time spent and total estimate exceeded the visual limit.
Removed
- Removed Jest and associated code as there was no actual tests.
Release 2.7.3
[2.7.3] - 2024-01-09
Security
- Updated packages to latest version matching version selectors.
Optimized
- Fixed possible performance issues related to auto-start feature. Card badges was registered even when settings for auto-start feature was disabled.
- Fixed possible performance issues related to card badges for showing other peoples trackings. Badge was set to refresh every 60 second, even though it technically never needs to manually refresh as events are automatically synced across multiple clients. Increased it to 300 to avoid too many updates happening.
- Fixed auto-start getting cancelled again at next card tick for auto-stop feature #134 #130
Release 2.7.2
[2.7.2] - 2023-11-15
Fixed
- Fixed change estimate not properly supporting decimals
Release 2.7.1
[2.7.1] - 2023-11-02
Fixed
- Fixed data exporters being empty.
Release 2.7.0
[2.7.0] - 2023-11-01
Added
- Added sortable columns on data trackings/estimates exporter.
- Added pagination on data trackings/estimates exporter.
Changed
- Changed up entire UI by adding Primevue.
Security
- Updated packages to latest version matching version selectors.
Release 2.6.0
[2.6.0] - 2023-08-28
Added
- Added time spent fields on data exporter for estimates (Pro feature).
Security
- Updated Lambda functions node version from 14 -> 18.
Release 2.5.2
[2.5.2] - 2023-07-25
Fixed
- Fixed time spent calculation for notification feature. Timers currently running was not considered in the total time spent that was used to see if notification should be sent.