Skip to content

Releases: e13h/gsheets-plaid

gsheets-plaid v0.4.2

16 Sep 22:47
Compare
Choose a tag to compare
gsheets-plaid v0.4.2 Pre-release
Pre-release

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

15 Sep 21:33
Compare
Choose a tag to compare
gsheets-plaid v0.4.1 Pre-release
Pre-release

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

14 Sep 22:40
Compare
Choose a tag to compare
gsheets-plaid v0.4.0 Pre-release
Pre-release

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

15 Jul 05:21
cbf250c
Compare
Choose a tag to compare
gsheets-plaid v0.2.0 Pre-release
Pre-release

Releasing v0.2.0 with a brand new web server for managing credentials. See #10 for more details.

gsheets-plaid v0.1.0

27 May 15:00
9be268c
Compare
Choose a tag to compare
gsheets-plaid v0.1.0 Pre-release
Pre-release

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

12 May 14:56
Compare
Choose a tag to compare
gsheets-plaid v0.0.5 Pre-release
Pre-release

Fixed the following bugs:

  • The token file wasn't created automatically
  • --env flag wasn't working for the link command

gsheets-plaid v0.0.4

09 May 22:41
Compare
Choose a tag to compare
gsheets-plaid v0.0.4 Pre-release
Pre-release

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

05 Apr 03:35
Compare
Choose a tag to compare
gsheets-plaid 0.0.3 Pre-release
Pre-release

After running the sync command, the Google Sheet is opened in a new browser tab automatically

gsheets-plaid 0.0.2

05 Apr 02:50
Compare
Choose a tag to compare
gsheets-plaid 0.0.2 Pre-release
Pre-release
  • 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!

05 Apr 02:48
Compare
Choose a tag to compare
First release! Pre-release
Pre-release

The first release is here! 🚀