mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-17 19:21:50 +02:00
Compare commits
4 commits
eb81d4779a
...
5f45e8f280
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5f45e8f280 | ||
![]() |
1fb3573078 | ||
![]() |
a94494a76f | ||
![]() |
550f89243f |
3 changed files with 45 additions and 44 deletions
|
@ -1 +0,0 @@
|
|||
docs/changelog.md
|
43
CHANGELOG.md
Normal file
43
CHANGELOG.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 1.3.0 (2024-11-02)
|
||||
|
||||
This is a small release, with a few features and bugfixes. The code is now
|
||||
hosted on https://framagit.org rather than https://gitlab.com.
|
||||
|
||||
### Added
|
||||
|
||||
- Changed hour and date format in the generated CSV files
|
||||
- Added the date in the grouped order dashboard
|
||||
- Changed the display of the last possible date and hour to place an order
|
||||
- Added the total number of ordered items in the grouped orders overview
|
||||
- Removed header line and column for grouped order name in the CSV export for emails
|
||||
|
||||
### Fixed
|
||||
|
||||
- The "reset password" form is now fixed, it was broken since the last release.
|
||||
|
||||
## 1.2.0 (2024-07-12)
|
||||
|
||||
A small release, with a few features, a new footer and a `/stats` endpoint.
|
||||
|
||||
### Added
|
||||
|
||||
- Staff users are now able to see the overview page for a grouped order.
|
||||
- Personal information are now autocompleted automatically
|
||||
- A `/stats` endpoint has been added, making it possible to see some information
|
||||
about the current instance.
|
||||
- The footer has been changed to include more elements, links to the project and
|
||||
documentation.
|
||||
|
||||
### Development
|
||||
|
||||
- The `main` branch is not used anymore, all the development happens on the
|
||||
`develop` branch instead.
|
||||
- All the tests have been grouped in the `tests` folder
|
||||
- The `requirements.txt` file have been removed in favor of the `pyproject.toml` file.
|
|
@ -1,43 +1 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 1.3.0 (2024-11-02)
|
||||
|
||||
This is a small release, with a few features and bugfixes. The code is now
|
||||
hosted on https://framagit.org rather than https://gitlab.com.
|
||||
|
||||
### Added
|
||||
|
||||
- Changed hour and date format in the generated CSV files
|
||||
- Added the date in the grouped order dashboard
|
||||
- Changed the display of the last possible date and hour to place an order
|
||||
- Added the total number of ordered items in the grouped orders overview
|
||||
- Removed header line and column for grouped order name in the CSV export for emails
|
||||
|
||||
### Fixed
|
||||
|
||||
- The "reset password" form is now fixed, it was broken since the last release.
|
||||
|
||||
## 1.2.0 (2024-07-12)
|
||||
|
||||
A small release, with a few features, a new footer and a `/stats` endpoint.
|
||||
|
||||
### Added
|
||||
|
||||
- Staff users are now able to see the overview page for a grouped order.
|
||||
- Personal information are now autocompleted automatically
|
||||
- A `/stats` endpoint has been added, making it possible to see some information
|
||||
about the current instance.
|
||||
- The footer has been changed to include more elements, links to the project and
|
||||
documentation.
|
||||
|
||||
### Development
|
||||
|
||||
- The `main` branch is not used anymore, all the development happens on the
|
||||
`develop` branch instead.
|
||||
- All the tests have been grouped in the `tests` folder
|
||||
- The `requirements.txt` file have been removed in favor of the `pyproject.toml` file.
|
||||
--8<-- "CHANGELOG.md"
|
||||
|
|
|
@ -45,3 +45,4 @@ markdown_extensions:
|
|||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
combine_header_slug: true
|
||||
- pymdownx.snippets
|
||||
|
|
Loading…
Reference in a new issue