mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Final code + language for alpha 2.
This commit is contained in:
14
changelog.md
14
changelog.md
@@ -11,13 +11,13 @@ Several alpha and beta releases preceded this release.
|
||||
### Added
|
||||
- [Issue 3187](https://github.com/firefly-iii/firefly-iii/issues/3187) A new field for transaction URL's.
|
||||
- [Issue 3200](https://github.com/firefly-iii/firefly-iii/issues/3200) The ability to sort your accounts as you see fit.
|
||||
- [Issue 3213](https://github.com/firefly-iii/firefly-iii/issues/3213) Add totals to budget page.
|
||||
- [Issue 3213](https://github.com/firefly-iii/firefly-iii/issues/3213) Add totals to the budget page.
|
||||
- [Issue 3238](https://github.com/firefly-iii/firefly-iii/issues/3238) You can select an expense when creating a transaction.
|
||||
- [Issue 3240](https://github.com/firefly-iii/firefly-iii/issues/3240) Meta data and UI changes to count recurring transactions.
|
||||
- [Issue 3246](https://github.com/firefly-iii/firefly-iii/issues/3246) Ability to add tags in the mass editor, not just replace them.
|
||||
- [Issue 3265](https://github.com/firefly-iii/firefly-iii/issues/3265) A warning when split transactions may be changed by Firefly III.
|
||||
- [Issue 3382](https://github.com/firefly-iii/firefly-iii/issues/3382) Fixed transfers not showing the right +/- sign, by @sephrat
|
||||
- [Issue 3435](https://github.com/firefly-iii/firefly-iii/issues/3435) Create a recurring transaction from a transaction.
|
||||
- [Issue 3435](https://github.com/firefly-iii/firefly-iii/issues/3435) Create a recurring transaction from a single transaction.
|
||||
- [Issue 3451](https://github.com/firefly-iii/firefly-iii/issues/3451) Add a message on the bottom of the transaction screen so you see any errors.
|
||||
- [Issue 3475](https://github.com/firefly-iii/firefly-iii/issues/3475) A summary for the box with bills.
|
||||
- [Issue 3583](https://github.com/firefly-iii/firefly-iii/issues/3583) You can set your own custom guard header for third party authentication.
|
||||
@@ -27,11 +27,12 @@ Several alpha and beta releases preceded this release.
|
||||
- [Issue 3648](https://github.com/firefly-iii/firefly-iii/issues/3648) Add a basic copy/paste feature.
|
||||
- [Issue 3651](https://github.com/firefly-iii/firefly-iii/issues/3651) Now supports public clients.
|
||||
- A new integrity check that makes sure all transaction types are correct.
|
||||
- Support for Bulgarian! 🇧🇬
|
||||
|
||||
### Changed
|
||||
- [Issue 3578](https://github.com/firefly-iii/firefly-iii/issues/3578) Use php-intl to do currency formatting, made by @hoshsadiq
|
||||
- [Issue 3586](https://github.com/firefly-iii/firefly-iii/issues/3586) Removed features that aren't necessary when using third party auth providers.
|
||||
- [Issue 3659](https://github.com/firefly-iii/firefly-iii/issues/3659) Update readme to include third party apps.
|
||||
- [Issue 3659](https://github.com/firefly-iii/firefly-iii/issues/3659) Update the readme to include third party apps.
|
||||
- All auto-complete code now uses the API; let me know if errors occur.
|
||||
- Fixed audit logs.
|
||||
|
||||
@@ -40,9 +41,9 @@ Several alpha and beta releases preceded this release.
|
||||
- [Issue 3577](https://github.com/firefly-iii/firefly-iii/issues/3577) Add liability accounts when transforming transactions.
|
||||
- [Issue 3585](https://github.com/firefly-iii/firefly-iii/issues/3585) Fix issue with category lists in reports.
|
||||
- [Issue 3598](https://github.com/firefly-iii/firefly-iii/issues/3598) [issue 3597](https://github.com/firefly-iii/firefly-iii/issues/3597) Bad code in create recurring page, fixed by @maroux
|
||||
- [Issue 3630](https://github.com/firefly-iii/firefly-iii/issues/3630) Fix cron job used for auto budgeting.
|
||||
- [Issue 3635](https://github.com/firefly-iii/firefly-iii/issues/3635) Fix copy/paste error in translations, by @sephrat
|
||||
- [Issue 3638](https://github.com/firefly-iii/firefly-iii/issues/3638) Remove unused wanring, by @sephrat
|
||||
- [Issue 3630](https://github.com/firefly-iii/firefly-iii/issues/3630) Fix the cron job used for auto budgeting.
|
||||
- [Issue 3635](https://github.com/firefly-iii/firefly-iii/issues/3635) Fix a copy/paste error in translations, by @sephrat
|
||||
- [Issue 3638](https://github.com/firefly-iii/firefly-iii/issues/3638) Remove unused warning, by @sephrat
|
||||
- [Issue 3639](https://github.com/firefly-iii/firefly-iii/issues/3639) Remove unused translations, by @sephrat
|
||||
- [Issue 3640](https://github.com/firefly-iii/firefly-iii/issues/3640) Hide empty budget lists, by @sephrat
|
||||
- [Issue 3641](https://github.com/firefly-iii/firefly-iii/issues/3641) Elegant solution to fix piggy bank groups, by @sephrat
|
||||
@@ -53,6 +54,7 @@ Several alpha and beta releases preceded this release.
|
||||
- [Issue 3681](https://github.com/firefly-iii/firefly-iii/issues/3681) Fix Czech translations missing file on `/profile` page.
|
||||
- [Issue 3696](https://github.com/firefly-iii/firefly-iii/issues/3696) Fix missing translations, by @sephrat
|
||||
- [Issue 3693](https://github.com/firefly-iii/firefly-iii/issues/3693) Creating users through the API was impossible.
|
||||
- [Issue 3710](https://github.com/firefly-iii/firefly-iii/issues/3710) When you create a split transaction, the title isn't correctly reset.
|
||||
- Reconciliation transactions now show the amount correctly.
|
||||
|
||||
### API
|
||||
|
||||
Reference in New Issue
Block a user