Changelog¶
Pre-releases
We are currently still in development, and our project should NOT be considered usable for production yet.
We may not add a changelog entry for every version, it depends how severe the changes are. You can look at the Git Tags page on github to see all of the changes.
v0.4.0 (latest)
- ๐ผ Invoice column rename by @Domejko in (313)
- ๐ง Users allowed to send emails by @TreyWW in (314)
- ๐ต Receipt accepts up to two decimal points by @ryansurf in (330)
- โ๏ธ Feature/conditional checks by @introkun in (306)
- โฐ Invoice reminders by @TreyWW in (339)
- ๐ฐ [revamp] Implement price filter receipt by @TreyWW in (341)
- ๐ Make the switcher in sort invoices by @spalominor in (307)
- ๐ Added HTMX Boosting to improve site performance by @TreyWW in (345)
- ๐จ Enhanced invoice banner by @TreyWW in (354)
- Correct deployment menu in Invoices->Add Services in the mobile devices by @spalominor in (301)
- fixed when creating receipt and deleting the receipts by @atulanand25 in (326)
- Login page broken on mobile - #333 by @CKsabari2001 in (338)
- Mypy import errors fix by @Domejko in (318)
- 311: Favicon infinite redirect by @introkun in (312)
- bug 342 by @atulanand25 in (343)
- Mypy type errors fix by @Domejko in (324)
- Mypy fixes by @blocage in (344)
- 321: Failed to launch app by @introkun in (322)
- Anonymous invoice view by link is broken by the currency symbol โฆ by @introkun in (300)
- Mypy type errors fix by @Domejko in (348)
- Price in the invoice is missing currency symbol by @introkun in (310)
- fixed top banner for invoice preview for users that are not logged in by @glizondo in (349)
v0.3.0
- Tear down receipt bug on windows fixed (#218)
- Users currency wasn't shown in invoice (#260)
- User not able to view invoice if it had a total price of 0 (#266)
- Improved the email verification message (#269)
- Fixed bug that didn't let invoices be edited (#268)
- Fixed scaling issues on the invoice when printing (#262)
- Fixed invoice bar overlap on mobile (#284)
- Invoice "TO" client details didn't get pre-filled (#273)
- Fixed settings page overflow on mobile (#291)
v0.2.1
- ๐ฉ Added feature flags
- ๐ Added more postgres support
- ๐ Added cache settings
- ๐ Deployment has been successful and will now undergo more testing!
- ๐ Possible clients already interested and ready for official launches!
v0.2.0
- ๐ฅ Added Teams functionality
- ๐ Added PostgreSQL database support
- ๐ง Added matrix support so we can now run tests with multiple django versions and multiple ubuntu versions
- ๐งพ Added PDF Upload option for receipts
- ๐งน Added djLint for HTML file linting
- ๐ฆ Ready to start getting the product ready for pre-production and more testing
v0.1.2
- ๐ฆ Added python poetry
- โ๏ธ Added the ability to edit invoices
- ๐ Added hyperscript
- ๐งพ Added more info for receipts & the ability to SAFELY download them
- ๐ฌ Fixed docker builds, now uses poetry, and runs much faster
v0.1.1
- Added documentation
- Added social logins (github + google)
- Added custom colours for tailwind theme
- Added signal for UserSettings addition on user creation