Releases: e13h/gsheets-plaid
gsheets-plaid v0.4.2
This release streamlines the web server UI a little bit.
- Instead of being able to track sandbox, development, and production Plaid credentials, it only tracks one of them
- Hyperlinks are converted into buttons
- Buttons are disabled when they should be
gsheets-plaid v0.4.1
This release fixes an issue in 0.4.0 where the HTML templates and JavaScript static files weren't included in the distribution binaries.
gsheets-plaid v0.4.0
Removed .env
references and updated README to fix issue described in #12.
Also added a button to remove a Plaid item in the web server.
gsheets-plaid v0.2.0
Releasing v0.2.0 with a brand new web server for managing credentials. See #10 for more details.
gsheets-plaid v0.1.0
This release fixes a bug where the port number was hardcoded in some places, so changing it in the .env
would break the project. Now the port numbers all refer to the environment variable 😌
Unfortunately, I had to reorder a couple variables in the .env
template to get this to work, so you'll have to either dig in to the .env
file yourself or uninstall and then reinstall the project. As pointed out in #3, because the tokens are stored in plain text in the install directory, pip won't delete these files, so you'll have to rm -rf /path/to/lib/python3.10/site-packages/gsheets-plaid/
yourself 😕
I'm planning on a future release where we migrate away from all this file nonsense.
gsheets-plaid v0.0.5
Fixed the following bugs:
- The token file wasn't created automatically
--env
flag wasn't working for thelink
command
gsheets-plaid v0.0.4
Replaced the submodule version of the Plaid Link server with a simple, lightweight Flask implementation. No need to install NodeJS separately now!
gsheets-plaid 0.0.3
After running the sync
command, the Google Sheet is opened in a new browser tab automatically
gsheets-plaid 0.0.2
- Fixed a bug where pending transactions were showing up at the bottom of the list of transactions, not the top.
- The README has detailed instructions for getting everything started
First release!
The first release is here! 🚀