Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 922 Bytes

CHANGES.md

File metadata and controls

30 lines (21 loc) · 922 Bytes

Changes

[Fix] - bugfix

[Breaking] - breaking change

[Feature] - new feature

[Improvement] - non-breaking improvement

[Code] - code quality related change that shouldn't make any significant difference for end-user

CHANGELOG

0.1.0

  • [Code] Upgrade all dependencies to their latest version
  • [Code] Migrate to a different telegram bot library

0.0.2

  • [Improvement] Improve logging, make it more consistent
  • [Improvement] Add basic validation for repo name for a new command
  • [Feature] Allow to request forceUpdate for the specific repo (for debug purposes). Currently can be done only by Admin Username that's specified in config
  • [Code] Refactor feed process a bit
  • [Code] Update all bundled libraries to newest versions
  • [Fix] Fix an error that made only one filter per repo working

0.0.1

  • [Improvement] Initial release