Skip to content

Releases: viniciusgava/itauscraper

1.4.2

11 Feb 18:34
Compare
Choose a tag to compare

Fix

  • build(deps): Bump json5 from 1.0.1 to 1.0.2(#22)
  • build(deps): Bump minimatch from 3.0.4 to 3.1.2(#24)
  • build(deps): Bump moment from 2.29.2 to 2.29.4(#25)
  • fix docker file
  • Fix login by changing button selector on main page(#23). Thanks @marcusx for the fixing.

1.4.1

15 Jun 14:13
966754a
Compare
Choose a tag to compare

Fix

  • build(deps): Bump moment from 2.29.1 to 2.29.2
  • build(deps): Bump nconf from 0.11.3 to 0.11.4

1.4.0

03 Apr 20:29
Compare
Choose a tag to compare

Fix

  • build(deps): Bump minimist from 1.2.5 to 1.2.6
  • fix the button login name that has changed. Thanks @ludufre for the fixing.

Changes

  • Add support for multiple account holders, also know as Conta conjunta. Thanks to @ludufre for implement it.

1.3.1

30 Jan 22:20
a4feb0d
Compare
Choose a tag to compare

Fix

  • build(deps): Bump hosted-git-info from 2.8.5 to 2.8.9
  • build(deps): Bump glob-parent from 5.1.0 to 5.1.2
  • build(deps): Bump path-parse from 1.0.6 to 1.0.7

1.3.0

30 Jan 21:13
7ffdf8b
Compare
Choose a tag to compare

Fix

  • Update all dependencies to fix the security vulnerabilities.
  • Fix flow for checking account using the new statement screen
  • Fix execution inside docker:
    • Update for node 16
    • Enable to execute in chrome headless container
    • Add fixuuid to fix user permisions when map the volume download folder
    • Config a user that allows the puppeteer and chrome execute with a sandbox. link
    • Add instructions to execute docker using seccomp configs to allow the chrome sandbox work. ref 1 and ref 2

Breaking changes

  • ofx format is no longer the default format. Replace with txt
  • Drop support for excel xls file

v1.2.0

30 Oct 01:33
a35dfc6
Compare
Choose a tag to compare

Changes

  • Fix integration with the new statement screen
  • Update all dependencies
  • Docker image is current unavailable

v1.1.0

17 Nov 04:46
b036baf
Compare
Choose a tag to compare

Changes

Add support for more file formats:

  • OFC 1.0 - Money 1995 a Money 1999
  • OFC 1.06 - Quicken 6
  • OFX - Money 2000 (DEFAULT)
  • TXT - It's a CSV with semi-colon

v1.0.0

17 Nov 02:04
8e8c19d
Compare
Choose a tag to compare

First release!!

  • Fix integration. Still using the old statement page
  • Update all dependencies
  • Add standard lib to code style check
  • Add Docker support
  • Change de file download name to include the current timestamp.
  • Fix nconf environment variables. It wasn't working before.
  • Add new option of node environment for docker.