Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

46 lines (32 loc) · 1.78 KB

Version 0.0.1

What's Changed

  • corrected typo error by @callmebhawesh in #1

New Contributors

  • @callmebhawesh made their first contribution in #1

Full Changelog: https://github.com/bipin0x01/meroshare-bot/commits/v0.0.1

Version 0.0.2

What's Changed

  • Update environment path by @V35HR4J in #6
  • Added Requirements by @sidbelbase in #7
  • added Webdriver_manager to automate driver installation by @ASACHIT in #8

What's New

  • Headless Browsing
  • Share and Units Input Feature
  • Tabled listing of Current IPO Issues
  • Colored Log

New Contributors

  • @V35HR4J made their first contribution in #6
  • @sidbelbase made their first contribution in #7
  • @ASACHIT made their first contribution in #8

Bug Fix

  • Break in application after each account application

Full Changelog: https://github.com/bipin0x01/meroshare-bot/compare/v0.0.1...v0.0.2

Version 0.0.3

What's Changed

  • made list comprehension for IPODict, input_parser, file_reader. Also removed the f.close() since the file was opened with 'with' by @Roshan310 in #13
  • Better Login Process to avoid sudden failed login attempts

New Contributors

  • @Roshan310 made their first contribution in #13

New Features

  • Support for accounts with multiple bank accounts links

Full Changelog: https://github.com/bipin0x01/meroshare-bot/compare/v0.0.2...v0.0.3