Skip to content

Releases: danniehansen/activity-timer

Release 2.0.2

11 Dec 21:14
Compare
Choose a tag to compare

[2.0.2] - 2021-12-11

Added

  • Added refresh buttons for both data exporters. This fetches fresh data set. Very useful for scrum masters when having 1 window open to keep an eye on the estimates while planning the sprint.

Fixed

  • Fixed issue with date from/to filtering on time tracking data exporter. Choosing both a from & to date caused it to show all previous tracking from, the from date.
  • Fixed issue with large data sets on trackings & estimates where rows suddenly duplicate. This also solves UI glitches with columns not refreshing when choosing different columns in Edge.

Release 2.0.1

11 Dec 16:51
Compare
Choose a tag to compare

[2.0.1] - 2021-12-11

Added

  • More fine tuned RestApi access scopes. Now data exporter only requires read access - while auto timer start requires read & write.
  • Made webhooks & RestApi access clearing more intelligent. It will now when clearing RestApi access de-register any webhooks registered. Webhooks will now also automatically de-register when auto timer start is disabled.
  • Added board button for clearing RestApi access. Allowing users to remove Activity timer's access to read or write data on behalf of the user.

Release 2.0.0

10 Dec 23:49
Compare
Choose a tag to compare

[2.0.0] - 2021-12-11

After weeks of hard work i bring you version 2.0.0 of Activity timer. A complete rewrite from the ground up using modern technologies. It features improved documentation for maintainers and cleaner codebase. I'm dedicated to refactor all that there is to make it as clean as possible and easy for others to get started contributing.

I would highly recommend giving https://github.com/danniehansen/activity-timer/discussions/55 a read. 2.0.0 brings a subscription system to filtering on data exporting. The discussion shares some of my thoughts on why I chose this.

In the coming weeks/months I'll be investing heavily in reworking the marketing material for Activity timer to make it more aligned with my future goals. Exited to see what is next!

Got ideas for new features? Head over to the discussion https://github.com/danniehansen/activity-timer/discussions and share them. First feature request that came in today (#59) was just added in this release!

Changed

  • Re-wrote the entire repository. Now features: Vue3, TypeScript, Vite & CDK (infrastructure)
  • 'Activity timer history' board button has been re-worked to 'Data exporter - Time tracking'. This new data exporter features a whole lot of filters and grouping options (filtering is a Pro feature)

Added

  • Added new data exporting tool for estimates. Being a scrum master just got a whole lot easier! (filtering is a Pro feature)

Release 1.2.2

23 Aug 17:34
Compare
Choose a tag to compare

[1.2.2] - 2021-08-23

Added

  • Added ability to manually add time tracking when no other time trackings have been added yet.

Fixed

  • Fixed issue with estimates since last release that caused estimates to not recognize the current user. The effect of this was that you could not delete estimates & couldn't see who made them. This is now resolves & you'll be able to view estimates with no user attached to it.

Release 1.2.1

17 Jun 20:19
Compare
Choose a tag to compare

[1.2.1] - 2021-06-17

Added

  • Made it possible to view trackings from previous users on a board. They will now appear as N/A on a card under "Manage time" or "Time spent".

Fixed

  • Fixed issue with manually adding time being assigned to "undefined" user - causing it to be invisible.

Release 1.2.0

13 Jun 09:14
Compare
Choose a tag to compare

[1.2.0] - 2021-06-13

Added

  • [BETA] Added auto-start timer feature. Automatically starts registering time when cards are moved to a specific list. This feature can be enabled on the power-up settings page. I've put a BETA label on this as it's highly subject to change due to the unknowns about added cost to hosting the power-up.
  • Added threshold for registering trackings. If trackings added by manually starting / stopping the timer is less than x settings (default 30). Then power-up rejects the time tracking. This is to combat the 4096 character limit on power-ups for storage. You think 30 is too much or too little? Change it on the power-up settings page.

Optimizations

  • Optimized card badge rendering by caching the member id.

Version 1.1.6

11 Jun 19:31
Compare
Choose a tag to compare

[1.1.6] - 2021-06-11

Added

  • Added ability to see other peoples active trackings under 'Manage time'. #41
  • Added ability to manually add trackings. #38

Fixed

  • Fixed issue in Firefox where clicking 'Authorize' nothing happened. #40
  • Fixed issue with plugin responsiveness after exceeding the 4096 character limit. #32

Version 1.1.5

05 Mar 21:33
Compare
Choose a tag to compare

Merged UI optimizations for "Manage time" #30 - thanks to @jonez1 for looking into this.

Version 1.1.4

04 Feb 20:55
Compare
Choose a tag to compare
  1. Added sentry for better bug tracking
  2. Updated all packages

Version 1.1.3

06 Sep 16:46
Compare
Choose a tag to compare

Added new CSV export featuring a full export of all time ranges tracked and not just a total count.