Releases: ONLYOFFICE-QA/telegram-github-changes-bot
Releases · ONLYOFFICE-QA/telegram-github-changes-bot
v1.0.0
v0.3.0
0.3.0 (2020-12-21)
New Features
- Add
dependabot
config - Add
rubocop-rake
support
Changes
- Allow failures on
ruby-head
in CI - Fix new warnings from
rubocop
v0.93.0 update - CI only on current stable ruby and ruby-head
- Remove support of
codecov
, use puresimplecov
v0.2.0
0.2.0 (2020-08-31)
Changes
- Send message in
html
parse mode - Drop support of ruby 2.4, since it's EOLed
v0.1.0
0.1.0 (2020-08-12)
New Features
- Show version number in changes link
- Ability to get changes from specific version: ask
/get_changes 3.8.0-208
- Move setting tag filter to config file
- More string checking for filter tags, after tags filter should be version numbers
- Move regexp for version to config file
- Some refactor
- Correctly ignore Telegram 502 error
- Major refactor in handling repo refs
- Use
refs
instead oftags
- Show more detailed message if specified ref - is the latest
- Force pagination - without it some data meay be lost
- Do not install test gems in dockerfile
- Add logging of fetching changes
- Fix new warnings from
rubocop
v0.89.0 update - Support of
markdownlint
in travis-ci - Increase test coverage to 100%
- Add option to
GithubRepoChanges.new
to force read config from file - Increase documentation to 100%
- Use
GitHub Actions
instead ofTravis CI
- Add
yard
as dev dependency
Fixes
- Fix warning for
bundle install
(userbundle config set without
)
Changes
- Use
alpine
as base image GITHUB_USER_NAME
andGITHUB_USER_PASSWORD
changed
toCHANGES_BOT_GH_USER
nadCHANGES_BOT_GH_PASS
- Remove unused
version_regex
attr_reader
v0.0.2
0.0.2
New Features
- Show only repos with new changes
v0.0.1
0.0.1
- Initial Release