Skip to content

Releases: kevinschaich/mintable

Logging Improvements

16 Apr 01:42
51a87a3
Compare
Choose a tag to compare

This release is a refactor to make logging easier and more consistent.

Instead of the old logging format:

Using config /home/travis/build/kevinschaich/mintable/mintable.config.json...
Fetching Account Balances...
Fetching Transactions...
Success! Fetched current sheets.
Success! 2019.04!A:G cleared.
Success! 2019.03!A:G cleared.
Success! 94 cells updated.
Success! 790 cells updated.
Success! 1951421725 sheet formatted.
Success! 1056284638 sheet formatted.
Success! 1951421725 columns resized.
Success! 1056284638 columns resized.
Done in 3.72s.

Now it will look much nicer & more consistent:

Using config /Users/kschaich/mintable/mintable.config.json.

  ✔ Fetching current config
  ✔ Fetching balance for account CHASE
  ✔ Fetching balance for account AMEX
  ✔ Fetching balance for account DISCOVER
  ✔ Fetching balances for accounts
  ✔ Fetching transactions for account CHASE
  ✔ Fetching transactions for account AMEX
  ✔ Fetching transactions for account DISCOVER
  ✔ Fetching transactions for accounts
  ✔ Fetching sheets for spreadsheet ID 1EJCWpP9rU5T0b5iXG7_UBdpFd8wBdZdxsucchJpR59k
  ✔ Clearing range 2019.04!A:G
  ✔ Clearing range 2019.03!A:G
  ✔ Updating cell ranges
  ✔ Updating cell ranges
  ✔ Formatting sheet 729699241
  ✔ Formatting sheet 4568723
  ✔ Resizing columns for sheet 729699241
  ✔ Resizing columns for sheet 4568723

View your spreadsheet at https://docs.google.com/spreadsheets/d/1EJCWpP9rU5T0b5iXG7_UBdpFd8wBdZdxsucchJpR59k

✨  Done in 21.33s.

Promises and failures are also handled in a more consistent way, and JSON requests and responses from Express are more consistent.

Fixes #22

Documentation Improvements

11 Apr 14:59
Compare
Choose a tag to compare
1.0.3

Bump package.json version

Bug fix for CATEGORY_OVERRIDES

09 Apr 23:41
Compare
Choose a tag to compare

This release fixes a small (and rare) bug.

If CATEGORY_OVERRIDES was set before v1.0.0, scripts/migrate.js would double-escape it and it gets interpreted at runtime as a string (not an object).

Fixes for CI Providers

05 Apr 03:28
c44431d
Compare
Choose a tag to compare

Various fixes for CI providers, an export script, and docs on how to stub in the new config format as an environment variable.

Fixes – #24 #23 #20

v1.0.0

04 Apr 06:25
e340026
Compare
Choose a tag to compare

v1.0.0 of Mintable is here! 🎉

With it comes a massive refactor & overhaul of the onboarding experience. Say goodbye to configuring environment variables in the terminal, v1.0.0 brings in a fresh web-based configuration framework for authenticating with providers & changing settings.

To try it out, run

yarn setup

which will launch a web server & open a page in your web browser to walk you through the set-up.

Enjoy!

Initial Release 🍃

28 Jan 18:06
Compare
Choose a tag to compare
Expand on existing credits section in README, add alternatives and FA…

…Qs sections