zgo/CHANGELOG.md
Rene Vergara A 2f32bbae47 On branch zgo-test
Changes to be committed:
	modified:   CHANGELOG.md
	new file:   src/app/configdata.ts
	modified:   src/app/fullnode.service.ts
	modified:   src/app/items/items.service.ts
	modified:   src/app/listorders/listorders.component.css
	modified:   src/app/listorders/listorders.component.html
	modified:   src/app/listorders/listorders.component.ts
	modified:   src/app/order/order.service.ts
	modified:   src/app/receipt.service.ts
	modified:   src/app/user.service.ts
	new file:   src/assets/zec_rv.png
2022-07-12 13:22:17 -05:00

1.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • (2022-07-12) Set configuration global parameters in one place

    • Static class ConfigData created
      • configdata.ts created inside "src/app/" folder
    • Services modified to include config data
  • (2022-07-11) Order's list UI updated (Alpha version)

    • Paid status icons added to order's title
    • Order detail redesigned Components affected:
      • listorders -> listorders.component.css (modified) -> listorders.component.html (modified) -> listorders.component.ts (modified)

[1.1.2] - 2022-05-24

Added

  • 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.

[1.1.1] - 2022-05-24

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.

Removed

  • NodeJS back-end