Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Dec 14, 2023
1 parent ed063cd commit 59eac80
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# CHANGELOG
<!-- markdownlint-disable MD024 -->
# Changelog

All notable changes to this project will be documented in this file.

See [keep a changelog](https://keepachangelog.com/en/1.0.0/) for information about writing changes to this log.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2023-12-14

* Updated api source to use Leantime
* Modified getPlanningData to work with Leantime data
* Changed amount and price field to NumberType instead of IntegerType.
* Added export more options to recorded invoices overview.

## 1.0.4
## [1.0.4]

* Fixed command to recalculate sums for all invoices by first calculating invoice entries.
* Fixed command to recalculate sums for all invoices by first calculating
invoice entries.

## 1.0.3
## [1.0.3]

* Changed redirect after create a manual invoice entry.
* Removed export options when client is not set.
Expand All @@ -24,20 +29,20 @@ See [keep a changelog](https://keepachangelog.com/en/1.0.0/) for information abo
* Changed datetime form fields to date.
* Fixed select all on worklog list.

## 1.0.2
## [1.0.2]

## Changed
### Changed

* Updated package-lock.json.

## 1.0.1
## [1.0.1]

### Changed

* Updated openid-connect to newest version.
* Updated docker-compose files to newest version.

## 1.0.0
## [1.0.0]

### Added

Expand Down Expand Up @@ -73,6 +78,15 @@ See [keep a changelog](https://keepachangelog.com/en/1.0.0/) for information abo
* Changed sprint report form to GET method.
* Fixed worklog select path.
* Optimized worklog select javascript.
* Fixed issues with create project. Javascript has been changed to use stimulus. Changed how session is accessed.
* Fixed issues with create project. Javascript has been changed to use stimulus.
Changed how session is accessed.
* Updated to authorization code flow.
* Changed worklog save button styling to be sticky.

[Unreleased]: https://github.com/itk-dev/economics/compare/1.1.0...HEAD
[1.1.0]: https://github.com/itk-dev/economics/compare/1.0.4...1.1.0
[1.0.4]: https://github.com/itk-dev/economics/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/itk-dev/economics/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/itk-dev/economics/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/itk-dev/economics/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/itk-dev/economics/releases/tag/1.0.0

0 comments on commit 59eac80

Please sign in to comment.