|
2 | 2 |
|
3 | 3 | <br>
|
4 | 4 |
|
| 5 | +> # [5.4](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/5.4) |
| 6 | +
|
| 7 | +## Bug Fix Update |
| 8 | + |
| 9 | +- Fixed `IndexError` with tksheet versions `>=5.0.29`. |
| 10 | + Issue: [#24](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/24) |
| 11 | + , [#25](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/25) |
| 12 | + , [#28](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/28) |
| 13 | + , [#32](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/32) |
| 14 | + and [#33](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/33). Pull |
| 15 | + Request: [#34](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/pull/34) (Thanks |
| 16 | + to [@yjagota](https://github.com/yjagota/)) |
| 17 | +- Fixed redundant code. Pull Request: [#19](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/pull/19) |
| 18 | + (Thanks to [@QuickLearner171998](https://github.com/QuickLearner171998/)) |
| 19 | +- Bumped dependencies to fix known vulnerabilities |
| 20 | +- Updated documentation: |
| 21 | + - Added new contributors to the list |
| 22 | + - Updated table formatting |
| 23 | + - Fixed typos |
| 24 | + |
| 25 | +<br> |
| 26 | + |
5 | 27 | > # [5.3](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/5.3)
|
6 | 28 |
|
7 | 29 | ## Feature and Bug Fix Update
|
|
230 | 252 |
|
231 | 253 | - Now compatible with the new NSE website
|
232 | 254 | - Instead of scraping the data from the html the program now calculates the data from a json file which is also the
|
233 |
| - implementation of the new website (Thanks to @medknecth) |
| 255 | + implementation of the new website (Thanks to [@medknecth](https://github.com/medknecth/)) |
234 | 256 | - Since the values on the new website display contracts instead of shares, the values in the program have been updated
|
235 | 257 | to display in thousands instead of lacs
|
236 | 258 | - Completely reworked the main code
|
|
0 commit comments