|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.5.4 - 2022-02-01 |
| 4 | +- bug fix in CAS summary statement parser |
| 5 | + |
3 | 6 | ## 0.5.3 - 2021-08-21 |
4 | 7 | - support for generating csv files for capital gains in 112A format for income tax filing |
5 | 8 | - various bug fixes |
|
29 | 32 | - Minor bug fixes in summary-statement parser. |
30 | 33 | - cli now uses [rich](http://rich.readthedocs.io/) for console output. |
31 | 34 | - Use poetry for dependency management and deployment. |
32 | | -- **BREAKING CHANGE**: Table output choices have been removed. |
| 35 | +- **BREAKING CHANGE**: Table output choices have been removed. |
33 | 36 | `-s/--summary` is a flag and doesn't accept any additional arguments. |
34 | 37 | - Support for folios without PAN (#28). |
35 | | -- add support for new style dividend transactions after IDCW renaming. |
36 | | -- improved parser for transaction entries. |
| 38 | +- add support for new style dividend transactions after IDCW renaming. |
| 39 | +- improved parser for transaction entries. |
37 | 40 |
|
38 | 41 | ## 0.4.6 - 2021-04-04 |
39 | 42 |
|
|
49 | 52 |
|
50 | 53 | - CSV output fixes |
51 | 54 | - better csv output format for summary CAS statements. |
52 | | - - option to output only summary information for detailed statements |
| 55 | + - option to output only summary information for detailed statements |
53 | 56 | (`-s fancy_grid -o output.csv`) |
54 | 57 |
|
55 | 58 | ## 0.4.3 - 2021-01-30 |
|
62 | 65 | - supports negative scheme balances |
63 | 66 | - better scheme name parsing |
64 | 67 | - fixes dividend transaction parsing |
65 | | - |
| 68 | + |
66 | 69 |
|
67 | 70 | ## 0.4.1 - 2021-01-13 |
68 | 71 |
|
69 | | -- hotfix for parsing folios without KYC details |
| 72 | +- hotfix for parsing folios without KYC details |
70 | 73 |
|
71 | 74 | ## 0.4.0 - 2021-01-08 |
72 | 75 |
|
|
112 | 115 |
|
113 | 116 | ## 0.3.1 - 2020-10-26 |
114 | 117 |
|
115 | | -- re-release 0.3.0 : Minor bug fix |
| 118 | +- re-release 0.3.0 : Minor bug fix |
116 | 119 |
|
117 | 120 | ## 0.3.0 - 2020-10-25 |
118 | 121 |
|
119 | | -- **Breaking Change**: In order to preserve the order of entries, during format |
120 | | - conversion to other data types like json., `folios` is a list instead of dict. |
121 | | -- Added a second parser based on [PyMuPDF](https://github.com/pymupdf/PyMuPDF) / |
| 122 | +- **Breaking Change**: In order to preserve the order of entries, during format |
| 123 | + conversion to other data types like json., `folios` is a list instead of dict. |
| 124 | +- Added a second parser based on [PyMuPDF](https://github.com/pymupdf/PyMuPDF) / |
122 | 125 | [MuPDF](https://mupdf.com/) - ~15-20x faster compared to pure-python pdfminer. |
123 | 126 | - Added AMC detection (accessible via `amc` property of folio) |
124 | 127 | - CLI summary now includes the number of transactions processed. |
|
137 | 140 |
|
138 | 141 | ## 0.1.2 - 2020-10-14 |
139 | 142 |
|
140 | | -- Support for parsing investor info |
| 143 | +- Support for parsing investor info |
141 | 144 |
|
142 | 145 | ## 0.1.1 - 2020-10-14 |
143 | 146 |
|
|
0 commit comments