Releases: viniciusgava/itauscraper
Releases · viniciusgava/itauscraper
1.4.2
1.4.1
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
1.3.1
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
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 withtxt
- Drop support for excel
xls
file
v1.2.0
Changes
- Fix integration with the new statement screen
- Update all dependencies
- Docker image is current unavailable
v1.1.0
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
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.