aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
blob: 94b802c63eb93745e8b864b34f32b644b11ea90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Changelog
=========

This document describes changes between each past release.

2.0 (unreleased)
----------------

### Changed

- **BREAKING CHANGE** Use a hashed ``ADMIN_PASSWORD`` instead of a clear text one, ``./budget/manage.py generate_password_hash`` can be used to generate a proper password HASH (#236)
- **BREAKING CHANGE** Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to budget/wsgi.py. Please update your Apache configuration!
- Changed the recommended gunicorn configuration to use the wsgi module as an entrypoint

### Added

- Add a statistics tab (#257)
- Add python3.6 support (#259)

### Removed

- Remove unused option in the setup script

1.0 (2017-06-20)
----------------

### Added

- Apache WSGI Support (#191)
- Brush up the Makefile (#207, #201)
- Externalize the settings from source folder (#193)
- Makefile: Add new rule to compile translations (#207)
- Project creation can be restricted to admin (#210)
- More responsive layout (#213)

### Changed

- Some README enhancements
- Move tests to budget.tests (#205)
- The demo project can be disabled (#209)

### Fixed

- Fix sphinx integration (#208)

0.9 (2017-04-04)
----------------

- First release of the project.