mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Mention Issue/PR numbers in ChangeLog
This commit is contained in:
parent
7c50674746
commit
4cc0916b0a
1 changed files with 8 additions and 8 deletions
|
@ -10,24 +10,24 @@ 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)
|
||||
- Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to ihatemoney/wsgi.py. Please update your Apache configuration!
|
||||
- Admin privileges are now required to access the dashboard
|
||||
- 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)
|
||||
|
||||
Changed
|
||||
=======
|
||||
|
||||
- Changed the recommended gunicorn configuration to use the wsgi module as an entrypoint
|
||||
- Changed the recommended gunicorn configuration to use the wsgi module as an entrypoint (#218)
|
||||
|
||||
Added
|
||||
=====
|
||||
|
||||
- Add a statistics tab (#257)
|
||||
- Add python3.6 support (#259)
|
||||
- Public project creation can now be deactivated using the ALLOW_PUBLIC_PROJECT_CREATION setting.
|
||||
- If admin credentials are defined, they can be used to access any project.
|
||||
- It is now possible to edit and delete projects directly from the dashboard.
|
||||
- The dashboard can now be deactivated using the ACTIVATE_ADMIN_DASHBOARD setting.
|
||||
- When activated, a link to the dashboard appears in the navigation bar.
|
||||
- Public project creation can now be deactivated using the ALLOW_PUBLIC_PROJECT_CREATION setting (#262)
|
||||
- If admin credentials are defined, they can be used to access any project (#262)
|
||||
- It is now possible to edit and delete projects directly from the dashboard (#262)
|
||||
- The dashboard can now be deactivated using the ACTIVATE_ADMIN_DASHBOARD setting (#262)
|
||||
- When activated, a link to the dashboard appears in the navigation bar (#262)
|
||||
|
||||
Removed
|
||||
=======
|
||||
|
|
Loading…
Reference in a new issue