Releases: Kwpolska/django-expenses
Releases · Kwpolska/django-expenses
v0.6.0
- Various user experience and appearance improvements
v0.4.2
- Improve performance by caching bill descriptions
- Support templates with custom description selected from list
v0.4.1
- Improve bill editor usability on mobile
- Support for plural forms in templates
- Fix a counting glitch in bill editor
- Ensure locale-independent numbers in bill editor
- Add messages (snackbars) to deletes and repeats
v0.4.0
- Add Synchronization API
- Record all deletions in the database (for sync API)
- Optimize search pagination
v0.3.1
- Searching for all purchases (both expenses and bills)
- Display date in searches and sort properly
v0.3.0
- Searching and filtering data
- Stop using admin site
- Templates with custom descriptions and backdating
- Pass config and locale to JS
v0.2.2
- Add Polish translation
- Support repeating expenses
- Fix money rounding in some places
- Minor behavior and visual fixes
v0.2.1
- Initial implementation of expense templates
v0.2.0
- Support adding items in bulk category editor
- Various bill editor UX improvements
- Nuke BillItemTemplates to improve usability
- Implement custom autocomplete thing based on
<dataset>
(yay for HTML5)
- Autocomplete for bill items based on history (with same vendor)