Skip to content

Commit 7079038

Browse files
author
Baptiste Jonglez
committed
Prepare changelog for 5.2.0 release
1 parent 5f4f69b commit 7079038

File tree

3 files changed

+46
-5
lines changed

3 files changed

+46
-5
lines changed

CHANGELOG.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,47 @@
22

33
This document describes changes between each past release.
44

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)
635

736
### Changed
837

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)
1046

1147
## 5.1.1 (2021-10-26)
1248

CONTRIBUTORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Elizabeth Sherrock
2525
eMerzh
2626
Feth AREZKI
2727
Frédéric Sureau
28+
Gianluca De Cola
2829
Glandos
2930
Heimen Stoffels
3031
James Leong
@@ -38,9 +39,13 @@ mduret
3839
Mesut Akcan
3940
Michal Čihař
4041
nailyk-fr
42+
Nicolas Ferrari
43+
Nikos Epping
44+
Peter Maksymowsky
4145
Quentin Roy
4246
Rémy HUBSCHER
4347
Richard Coates
48+
Salamandar
4449
THANOS SIOURDAKIS
4550
Toover
4651
Xavier Mehrenberger

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Some Paas (Platform-as-a-Service), provide a documentation or even a quick insta
8383

8484
«Ihatemoney» depends on:
8585

86-
- **Python**: version 3.6 to 3.9 included will work.
87-
- **A Backend**: to choose among SQLite, PostgreSQL, MariaDB (>=
88-
10.3.2) or Memory.
86+
- **Python**: any version from 3.6 to 3.10 will work.
87+
- **A database backend**: choose among SQLite, PostgreSQL, MariaDB (>=
88+
10.3.2).
8989
- **Virtual environment** (recommended): [python3-venv]{.title-ref}
9090
package under Debian/Ubuntu.
9191

0 commit comments

Comments
 (0)