Skip to content

Latest commit

 

History

History
118 lines (74 loc) · 2.91 KB

CHANGELOG.rst

File metadata and controls

118 lines (74 loc) · 2.91 KB

Change Log

1.1.0

  • Updated pots with round up, locking and goal information (thanks @rippleFCL)

1.0.0

  • Updated pre commit packages to current latest.
  • Removed echo handler

0.3.0

  • Added the ability to continually fetch a new balance rather than only the cached vale (fetch_balance())
  • Fixed a bug in which the closed attribute of Account was incorrectly set.

0.2.1

  • Resolved bug checking pot balance instead of account balance during transfer to pot (Thanks to @eliasbenaddou for the report and PR)

0.2.0

  • Removed Viewer from the main repository and is now its own project

0.1.6

  • Resolved issue with missing HTML files for the viewer when not installing in edit mode

0.1.5

  • Removed secrets from log files for security reasons

0.1.4

  • Fixed receipt fetch issue
  • Improved testing

0.1.3

  • Fixed logout method using incorrect http verb
  • Implemented pytest for most endpoints and logout
  • Fixed various typing issues

0.1.2

  • Implemented receipts
  • Implemented a fetch single method for pots
  • Fixed bug in pots checking incorrect balance
  • Various minor fixes in httpio for differing body types
  • Removed the superfluous Viewer2 directory.

0.1.1

  • Added the ability to add annotations to transactions. The Monzo API is broken for custom keys
  • Various spelling issues in notes

0.1.0

  • Fixed viewer when authentication is not already setup

0.0.10

  • Fixed incorrect key for spend_today in balance (thanks @psleep)
  • Various bug fixes to Viewer
  • Added ability to fetch transactions using viewer
  • Added MonzoPermissionsError exception to Account
  • Increased debug logging
  • Now passing client id and client secret to handlers
  • Various documentation fixes

0.0.9

  • Minor release resolving github actions issue

0.0.8

  • Minor release resolving github actions issue

0.0.7

  • Resolved a packaging issue. Previous versions now obsolete

0.0.6

  • Started to implement an API viewer, currently can aid in getting an access token
  • Documentation improvements

0.0.5

0.0.4

  • Fixed missing return in style property of pot class
  • Updated auth_step_02.py to output token details that can be copied and pasted easily
  • Implemented listeners process for when new tokens are retrieved including 2 listeners (echo, FileSystem)
  • Implemented fetching a single translation
  • Implemented fetching transaction list

0.0.3

  • Fixed assignment of type rather than variable for AUth in 2 endpoints
  • Fixed docstring for balance fetch method
  • Implemented creating, listing and deleting webhooks
  • Implemented listing, depositing into and withdrawing from pots

0.0.2

  • Fixed error in API URL causing extra forward slash
  • Implemented listing accounts
  • Implemented reading balances
  • Implemented posting feed items

0.0.1

  • Initial minimal release