- Fix no method error for text class
- Change foreign key to issue
- Add compatibility with Redmine 5.1
- Send live notifications for closed issues
- Add lazy loading for telegram chats
- Refactor commands
- Add individual chat subscriptions for issues
- Remove sidekiq-rate-limiter from gemfile
- Remove ruby 2.7.0 from build matrix
- Add plugins deprecation warning
- Fix project settings page performance
- Implement message previews
- Don’t send updates to updated_by
- Don’t send live updates to inactive users
- Handle telegram group upgrade errors
- Set telegram rate limiting
- Use html formatting in telegram
- Fix idempotency
- Adapt for Redmine 4
- Fix settings caching issues in sidekiq
- Use redmine_bots instead of redmine_telegram_common
- Add Slack support (and transparent support for custom protocols)
- Fix redmine_helpdesk integration
- Fix helpdesk support
- Fix rack-protection issue
- Add time zone notice to cron jobs edit page
- Add assigner_roles setting
- Add /notify command
- Add redmine_telegram_common dependency
- Fix status update message
- Send issue project updates to groups
- Add redmine-helpdesk support
- Update telegram-bot-ruby
- Use bot from redmine_telegram_common
- Fix circular dependency issues
- Add bot collision check
- Don't send notifications to non-active users
- Fix status update message
- Add Rails 5.1 support
- Fix uninitialized constant TelegramMessageSender::Telegram
- Remove git usage in plugin code
- Fix LiveHandlerWorker not found issue
- Fix mail from field
- Upgrade redmine_telegram_common to version 0.1.0
- Move from telegrammer to telegram-bot-ruby
- Telegram bot can work via getUpdates or WebHooks
- Telegram rake bot will bind default to tmp/pids
- Add support sidekiq 5 version
- Fix regular recipients list, add logging to regular group sender worker
- Fix: Always send live message for required recipients for settings template
without_due_date?
regression hot fix
- Extract regular notification text to service class
- New feature: Always send live message for required recipients
- Fix projects helper patch
- Update for use redmine_telegram_common version 0.0.12
- Add help command
- Add exception notification on bot restart
Migrate to redmine_telegram_common plugin.
- before upgrade please install this plugin.
- run
bundle exec rake intouch:common:migrate
after upgrade
- Add checkboxes for select all priorities and statuses
- Add copy settings template feature