zgo/CHANGELOG.md

104 lines
3.0 KiB
Markdown
Raw Normal View History

2022-05-24 18:18:46 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2022-07-26 20:43:33 +00:00
2022-08-10 19:14:37 +00:00
### Added
2022-09-06 20:46:06 +00:00
- Added new connection for Xero account code
2022-08-10 19:14:37 +00:00
- Added new service for Xero integration
### Changed
- settings component updated to use observable when saving Account Code
- xeroService's saveAccountCode function optimized to export observable
2022-09-02 11:36:49 +00:00
- Field for Xero's AccountCode added to Settings component's integration tab
- Listorders component updated to show date in ANSI international format.
- Settings component updated to use owner's invoices field to control
integrations tab (Pro version)
- Orders list updated to show payment confirmation only when service is
activated and a viewing key exists.
2022-08-10 19:14:37 +00:00
- Updated Order and Owner model to include new Xero integration fields
2022-08-05 19:32:12 +00:00
## [1.2.2] - 2022-08-05
### Added
- Convenience buttons on checkout for wallets that are not ZIP-321-compliant
- PmtService Component first alpha version ready for testing
2022-08-05 19:32:12 +00:00
### Fixed
- Memo for checkout orders
2022-08-01 21:21:45 +00:00
## [1.2.1] - 2022-08-01
### Changed
- Improved formatting of dialogs
2022-07-27 13:58:55 +00:00
## [1.2.0] - 2022-07-27
2022-07-26 20:43:33 +00:00
### Added
- Dialogs created for viewing invoices and receipts URLs
- Notifier service created - replaces snackbar used for reporting invalid viewing key.
- Notifier component created - used to apply custom style to message sent by Notifier service.
- Notification to user when the submitted viewing key is not valid
2022-07-14 16:11:04 +00:00
### Changed
2022-07-26 20:43:33 +00:00
2022-07-27 13:58:55 +00:00
- Item dialog look and feel reviewed and updated
2022-07-26 20:43:33 +00:00
- Order list look and feel reviewed and updated
- Available Items list look and feel reviewed and updated
- Set configuration global parameters in one place
- Receipt look and feel reviewed and updated
- Invoice look and feel reviewed and updated
- Checkout dialog with QR code reviewed and updated
- Invoice dialog completed. Notifications to inform successful/failed URL-copy-to-clipboard added.
- Obsolete function `updateOwner` removed
- Buttons in main shop page have been enclosed to display inside a fixed area.
- Shop page buttons redesigned
- Settings form redesigned
- Order list look and feel reviewed and updated - some unused CSS classes removed.
2022-07-14 16:11:04 +00:00
- Added viewing key field to owner model
2022-07-26 20:43:33 +00:00
- Paid status icons added to order's title
- Order detail redesigned
### Fixed
2022-08-04 19:43:46 +00:00
- Fixed order memo for checkout
2022-07-26 20:43:33 +00:00
- Fixed display of amounts in item list when using *zatoshis*
- Fixed sorting of items in list
- Fixed sorting of orders in list
2022-05-24 18:18:46 +00:00
2022-05-26 13:58:07 +00:00
## [1.1.2] - 2022-05-24
2022-07-14 16:11:04 +00:00
### Added
2022-05-26 13:58:07 +00:00
- Button in QR code prompt to copy ZGo address.
- Button in QR code prompt to copy transaction amount.
- Button in QR code prompt to copy transaction memo.
2022-05-24 19:13:52 +00:00
## [1.1.1] - 2022-05-24
2022-05-24 18:18:46 +00:00
### Added
- Invoice display via URL
- Invoice button for closing order
- Field `paid` for Order type
## [1.1.0] - 2022-05-20
### Changed
- Services interacting with backend API were modified to support the new [ZGo Backend](https://gitlabl.com/pitmutt/zgo-backend).
### Removed
- NodeJS back-end