Releases: eitchtee/WYGIWYH
0.12.7
What's Changed
- fix(common:fields:month_year): unable to load data with a date by @eitchtee in #228
- feat(demo): add dummy data by @eitchtee in #229
- fix(cotton): sometimes distribution bars don't get filled completely by @eitchtee in #233
- fix(select): only 50 select options would be shown at a time by @eitchtee in #234
- locale: add all supported languages by django as an available option by @eitchtee in #235
- feat(insights:category-overview): add bar chart with category totals by @eitchtee in #236
- chore: bump deps by @eitchtee in #237
- fix(transactions): recurring transactions not getting created by @eitchtee in #238
- feat(transactions): add transaction owner to recurring and installments by @eitchtee in #239
- feat: user management screen; allow users to edit their profile by @eitchtee in #240
Full Changelog: 0.12.6...0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
What's Changed
- fix: missing selection when updating transactions in a transaction list by @eitchtee in #215
- fix(tools:currency-converter): currency list displaying oldest result instead of newest by @eitchtee in #218
- fix(insights:category-explorer): category field not loading available categories correctly by @eitchtee in #219
- chore(deps): bump gunicorn from 22.0.0 to 23.0.0 by @dependabot in #220
- fix(net-worth): non-used currencies showing up on charts by @eitchtee in #222
Full Changelog: 0.12.2...0.12.3
0.12.2
What's Changed
- feat(transactions): add option for removing Recurring/Installment descriptions and notes from generated transactions by @eitchtee in #210
- fix(transactions:transfer): remove required description field by @eitchtee in #211
- feat(monthly_overview): preserve filter between month changes by @eitchtee in #212
- feat: alphabetically order most models by default by @eitchtee in #214
Full Changelog: 0.12.1...0.12.2
0.12.1
0.12.0
Multi-tenancy is here
This update brings the much requested multi-tenancy feature, i.e. different users having different accesses to accounts and transactions.
How it works
Whenever a user creates a new Account, Account Group, Category, Tag, Entity or Rule, it will, by default, be attached to the originating user and viewable only by him. The owner them can share their items at any time with any user or all users as they see fit.
For simplicity, Currencies, Exchange Rates, and Import Profiles are shared by all users.
Admins can see and edit anything from any user via the Django Admin, so keep in mind who you give admin access to.
Migration Guide
Any existing objects created before this update will be owner-less, meaning they will have the same behavior from before: editable and viewable by all users. Under the Management pages you can take ownership of any object you desire, this is not required, but recommended if you plan to add new users to your WYGIWYH instance down the line.
What's Changed
- feat(insights): add Emergency Fund simulator by @eitchtee in #201
- feat: multi tenancy support by @eitchtee in #202
Full Changelog: 0.11.8...0.12.0