|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [1.2.1] - 2024-05-24 |
| 11 | + |
| 12 | +### Fixed |
| 13 | + |
| 14 | +- fj-universe-tool parent set to 2.3.1 |
| 15 | + |
| 16 | +### Fixed |
| 17 | + |
| 18 | +- vulnerable dependancies |
| 19 | + |
| 20 | +### Added |
| 21 | + |
| 22 | +## [1.2.0] - 2024-05-24 |
| 23 | + |
| 24 | +- handles param 'assignee_date_mode' (when set to 'skip' the report is much faster) |
| 25 | + |
| 26 | +## [1.1.0] - 2024-05-22 |
| 27 | + |
| 28 | +### Added |
| 29 | + |
| 30 | +- 'xlsx' output format (simple specify xlsx extension for file path) |
| 31 | + |
| 32 | +## [1.0.0] - 2024-02-19 |
| 33 | + |
| 34 | +### Changed |
| 35 | + |
| 36 | +- parent set to fj-universe-tool 0.5.8 |
| 37 | + |
| 38 | +### Fixed |
| 39 | + |
| 40 | +- cell content over 32767 is now truncated, see [Worksheet and workbook specifications and limits](https://support.microsoft.com/en-gb/office/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3) |
| 41 | + |
| 42 | +## [0.7.0] - 2023-09-28 |
| 43 | + |
| 44 | +### Added |
| 45 | + |
| 46 | +- 'help' and 'github-token' parameter parameter |
| 47 | +- command line reference |
| 48 | + |
| 49 | +### Changed |
| 50 | + |
| 51 | +- parent set to fj-universe-tool 0.4.7 |
| 52 | + |
| 53 | +### Fixed |
| 54 | + |
| 55 | +- removed link from Java and Maven badges |
| 56 | +- placeholder in LICENSE set |
| 57 | +- software version links |
| 58 | + |
| 59 | +## [0.6.2] - 2023-09-24 |
| 60 | + |
| 61 | +### Added |
| 62 | + |
| 63 | +- src/main/config/log4j2.xml configuration to use on singlepackage profile |
| 64 | + |
| 65 | +### Changed |
| 66 | + |
| 67 | +- now a github token is expected instead of the password, the github user is ignored (anyway github does not support anymore user/pass basic auth) |
| 68 | +- in GUI github password renamed in github token |
| 69 | + |
| 70 | +### Security |
| 71 | + |
| 72 | +- [Basic authentication should not be used](https://github.com/fugerit-org/github-issue-export/issues/22) |
| 73 | + |
| 74 | +## [0.6.1] - 2023-09-24 |
| 75 | + |
| 76 | +### Changed |
| 77 | + |
| 78 | +- update code of conduct and added badge |
| 79 | +- fj-bom set to 1.4.4 |
| 80 | +- increased test coverage |
| 81 | +- substituted XMLResourceBundleControl with the class in fj-core |
| 82 | + |
| 83 | +### Removed |
| 84 | + |
| 85 | +- Sonar cloud workflow yml removed. (after being merged with maven build) |
| 86 | + |
| 87 | +## [0.6.0] - 2023-09-24 |
| 88 | + |
| 89 | +### Added |
| 90 | + |
| 91 | +- [workflow deploy on branch deploy](.github/workflows/deploy_maven_package.yml) |
| 92 | +- [Sonar cloud workflow merged in maven build](.github/workflows/deploy_maven_package.yml) |
| 93 | +- keep a changelog and coverage badge |
| 94 | +- fj-bom version set to 1.4.2 |
| 95 | + |
| 96 | +### Changed |
| 97 | + |
| 98 | +- Workflow adapted for gui test (running on windows) |
| 99 | +- fj-core version set to 8.3.8 |
| 100 | + |
| 101 | +### Security |
| 102 | + |
| 103 | +- fixed dependabot issues |
| 104 | + |
| 105 | +## [0.5.1] - 2019-06-08 |
| 106 | + |
| 107 | +### Added |
| 108 | + |
| 109 | +- Repository authentication implemeneted (api limits are higher this way) |
| 110 | + |
| 111 | +## [0.4.0] - 2018-01-12 |
| 112 | + |
| 113 | +### Added |
| 114 | + |
| 115 | +- support for assign date cache |
| 116 | + |
| 117 | +## [0.3.0] - 2017-09-29 |
| 118 | + |
| 119 | +### Added |
| 120 | + |
| 121 | +- save configuration in GUI |
| 122 | + |
| 123 | +## [0.3.0] - 2017-09-25 |
| 124 | + |
| 125 | +### Added |
| 126 | + |
| 127 | +- CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE |
| 128 | +- gui interface (with english and italian it18n) |
| 129 | +- proxy support |
0 commit comments