Skip to content

Commit af60d19

Browse files
committed
Update old changelog for v1.0.5
It seems quite a few important changes had not been mentioned.
1 parent 766ae41 commit af60d19

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [1.0.5] - 2023-12-07
99

10+
### Added
11+
12+
- elAPI can be run without error when run with no arguments. I.e., running elapi will show the default help message.
13+
- New `version` command.
14+
- Formatter APIs (including base API `BaseFormat`) now supports multiple conventional names for formats. E.g., `yaml` and `yml` conventions for `YAMLFormat`.
15+
1016
### Fixed
1117

1218
- Fix timeout issue ([#7](https://gitlab.urz.uni-heidelberg.de/urz-elabftw/elapi/-/issues/7))
1319

14-
### Added
20+
### Changed
1521

16-
- elAPI can be run without error when run with no arguments. I.e., running elapi will show the default help message.
17-
- New `version` command.
22+
- Change default export file extension from `.yaml` to `.yml` to align with eLabFTW convention
23+
- Change `generate-invoice`'s default `bill-teams` information format from `YAML` to `JSON`
1824

1925
## [1.0.2] - 2023-11-16
2026

0 commit comments

Comments
 (0)