|
2 | 2 |
|
3 | 3 | This document describes changes between each past release.
|
4 | 4 |
|
5 |
| -## 5.1.2 (unreleased) |
| 5 | +## 5.2.0 (unreleased) |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Make docker image production-ready: support PostgreSQL, allow customizing port, PUID, PGID (#919) |
| 10 | +- List supported currencies in API under api/currencies (#961) |
| 11 | +- Allow to import bills in CSV format, compatible with Cospend (#951) |
| 12 | + Note that there is a [known issue with this new feature](https://github.com/spiral-project/ihatemoney/issues/980) |
| 13 | + |
| 14 | +### New settings |
| 15 | + |
| 16 | +- Add [SHOW_ADMIN_EMAIL](https://ihatemoney.readthedocs.io/en/latest/configuration.html#show-admin-email) |
| 17 | + setting (#965) |
| 18 | + |
| 19 | +### Changed settings |
| 20 | + |
| 21 | +- [MAIL_DEFAULT_SENDER](https://ihatemoney.readthedocs.io/en/latest/configuration.html#mail-default-sender) |
| 22 | + is now a string instead of a tuple. The old syntax is still accepted but support will be dropped on |
| 23 | + the next major release (#1007) |
| 24 | + |
| 25 | +### Fixed |
| 26 | + |
| 27 | +- Fix support for project IDs with uppercase characters (#925, #934) |
| 28 | +- Purge project history on deletion (#989) |
| 29 | +- Prevent large integer inputs to avoid crash (#994) |
| 30 | +- [Performance] Get weight sum along with bills to scale (#949) |
| 31 | +- Do not require a captcha when using the API (#931) |
| 32 | +- Fix default "legal link" value in docker (#950) |
| 33 | +- Fix showcase images in case of subdir installation (#974) |
| 34 | +- Check that chosen language is in the supported list (#971) |
6 | 35 |
|
7 | 36 | ### Changed
|
8 | 37 |
|
9 |
| -- Minor presentation fixes (901) |
| 38 | +- User interface fixes, especially for mobile devices (#901, #904, #905, #929, #943, #944, #945, #991) |
| 39 | +- Always display topmost buttons in the list of bills: new bill button & pagination (#956) |
| 40 | +- Display monthly statistics for the range of months where the project was active (#885) |
| 41 | +- Hide "each" amount when there's only one recipient (#1008) |
| 42 | +- Display admin email in error message for password reminder (#965) |
| 43 | +- Send an email when the project is created via the API (#938) |
| 44 | +- Add compatibility with Python 3.10 (#921) |
| 45 | +- Support WTForms 3 (#916) |
10 | 46 |
|
11 | 47 | ## 5.1.1 (2021-10-26)
|
12 | 48 |
|
|
0 commit comments