mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Rephrase changelog entries to be more succint
And clearer, IMHO.
This commit is contained in:
parent
4cc0916b0a
commit
3f8b9663dc
1 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@ This document describes changes between each past release.
|
||||||
Breaking changes
|
Breaking changes
|
||||||
================
|
================
|
||||||
|
|
||||||
- ``ADMIN_PASSWORD`` is now hashed rather than plain text. The ``ihatemoney generate_password_hash`` command can now be used to generate a proper password HASH (#236)
|
- ``ADMIN_PASSWORD`` is now stored hashed. The ``ihatemoney generate_password_hash`` command can now be used to generate a proper password HASH (#236)
|
||||||
- Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache configuration! (#218)
|
- Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache configuration! (#218)
|
||||||
- Admin privileges are now required to access the dashboard (#262)
|
- Admin privileges are now required to access the dashboard (#262)
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@ Changed
|
||||||
Added
|
Added
|
||||||
=====
|
=====
|
||||||
|
|
||||||
- Add a statistics tab (#257)
|
- Statistics tab (#257)
|
||||||
- Add python3.6 support (#259)
|
- Python3.6 support (#259)
|
||||||
- Public project creation can now be deactivated using the ALLOW_PUBLIC_PROJECT_CREATION setting (#262)
|
- ALLOW_PUBLIC_PROJECT_CREATION setting (#262)
|
||||||
- If admin credentials are defined, they can be used to access any project (#262)
|
- Logged admin can see any project (#262)
|
||||||
- It is now possible to edit and delete projects directly from the dashboard (#262)
|
- Projects can be edited/deleted from the dashboard (#262)
|
||||||
- The dashboard can now be deactivated using the ACTIVATE_ADMIN_DASHBOARD setting (#262)
|
- ACTIVATE_ADMIN_DASHBOARD setting (#262)
|
||||||
- When activated, a link to the dashboard appears in the navigation bar (#262)
|
- Link to the dashboard in the navigation bar (#262)
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
=======
|
=======
|
||||||
|
|
Loading…
Reference in a new issue