mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00

- say it out loud - bump to 2.0 (that's the logic of semantic versioning while introducing breaking changes)
39 lines
855 B
ReStructuredText
39 lines
855 B
ReStructuredText
Changelog
|
|
=========
|
|
|
|
This document describes changes between each past release.
|
|
|
|
1.1 (unreleased)
|
|
----------------
|
|
|
|
### Changed
|
|
|
|
- **BREAKING CHANGE** Use a hashed ADMIN_PASSWORD instead of a clear text one, see [doc](https://ihatemoney.readthedocs.io/en/latest/installation.html#configuration) for migration (#236)
|
|
|
|
|
|
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.
|