Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #539 from sbor23/release
Browse files Browse the repository at this point in the history
chore(release): v1.2.0
  • Loading branch information
Stefan Borer authored Apr 16, 2021
2 parents af6fa86 + ef64088 commit fa8ffe8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
# v1.2.0 (16 April 2021)

### Feature
* **report:** Implement billed permissions ([`5b707bb`](https://github.com/adfinis-sygroup/timed-frontend/commit/5b707bb82a174f17125978b637b81199554c6702))
* **statistics:** Add billed flag to statistics filter ([`53a7830`](https://github.com/adfinis-sygroup/timed-frontend/commit/53a78300ec2fb3a634ce17cbe9cd722cd629720e))
* **analysis:** Add billed flag to analysis ([`b6cd007`](https://github.com/adfinis-sygroup/timed-frontend/commit/b6cd007820c956e6fdc7f9f46f492ee5c66f783f))
* **models:** Add billed flag to report models ([`c64ba39`](https://github.com/adfinis-sygroup/timed-frontend/commit/c64ba39800757a33636e0670846b078c5bbdafd4))
* Add progress percentage for billable time and remove bottom progress bar in the progress tooltip ([`2857d0e`](https://github.com/adfinis-sygroup/timed-frontend/commit/2857d0e6a98db037afc46f0508818a6c767df06d))

### Fix
* **report:** Disable deletion of verfied reports ([`63a67ae`](https://github.com/adfinis-sygroup/timed-frontend/commit/63a67aed9e029aee903891cd680785889e425101))
* **report:** Fix report permissions and tests ([`fa9386b`](https://github.com/adfinis-sygroup/timed-frontend/commit/fa9386bf1c8762862db223972c66b4558e3f2872))


# v1.1.2 (28 October 2020)

* Revert unnecessary error handling for invalid token. This is handled by ember-simple-auth.


# v1.1.1 (20 August 2020)

* Improved error handling in case of authentication failure


# v1.1.0 (11 August 2020)

### README
- Update readme according to docker setup
* README: Update readme according to docker setup


# v1.0.0 (30 July 2020)

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": "timed",
"version": "1.1.2",
"version": "1.2.0",
"description": "A time tracking software written in Ember.js",
"repository": "https://github.com/adfinis-sygroup/timed-frontend",
"author": "Adfinis AG <info@adfinis.com>",
Expand Down

0 comments on commit fa8ffe8

Please sign in to comment.