Releases: PetroVoronov/telegram-forward-user-bot
Releases · PetroVoronov/telegram-forward-user-bot
v1.6.0
1.6.0 (2024-10-02)
Features
- Make possible to refresh lists of
source
anddestination
chats manually, during the configuration offorwardRules
. (d3d90e8)
Code Refactoring
- Implement confirmation of user actions in Menu by
confirmCallBackQueryAsync
introduced intelegram-menu-from-structure
version 1.3.0. (ead8d3f) - Modify getDialogId function in index.js to include an optional force parameter for refreshing dialogs (d3d90e8)
- package.json: Update
telegram-menu-from-structure
to minimal version 1.2.0 to useextraRefresh
feature. (d3d90e8) - Update menuRootStructure in index.js to use the new configuration property names (d3d90e8)
Continuous Integration
- Update release-please-config.json. Change order of Changelog sections. (535821f)
v1.5.1
1.5.1 (2024-10-01)
Continuous Integration
- update package-lock.json (47f11f6)
Miscellaneous Chores
- deps-dev: Bump eslint-plugin-sonarjs from 2.0.2 to 2.0.3 (7bc450f)
- Update localization and dependencies. (524116b)
Documentation
- Add a forwarding rules configuration to the bot menu, excluding filtering options, i.e.
Keywords group
, and without images. (5ad1635) - Finalize readme (16f4306)
- Update images for forwarding rules configuration in README.md (c9c5677)
- Update README.md with information about filtering by keywords groups (aa86156)
Code Refactoring
- Some adjustments for keywords related texts (16f4306)
v1.5.0
v1.4.5
v1.4.4
1.4.4 (2024-09-27)
Continuous Integration
- Update repo description in deploy_docker_on_tag.yml (97eb443)
Documentation
- Update README.md with new configuration option nad appropriate images. (9dfced5)
Code Refactoring
- Improve the configuration initialization to default values. Automatically delete non-existing values from Cache. (31b13f1)
- Partially change the variable declaration style. (31b13f1)
- Remove unused translation strings and update dependencies. Align with telegram-menu-from-structure version 1.1.5 (b64423d)
v1.4.3
v1.4.2
v1.4.1
1.4.1 (2024-09-24)
Miscellaneous Chores
- align menu Init to be comply with changes (b39c8af)
- telegram-menu-from-structure: Update
telegram-menu-from-structure
package to version 1.0.1 (b39c8af)
Documentation
- Update command-line description (432bebb)
Code Refactoring
- Add default
false
for all command-line options (b39c8af) - Add new command-line option
--no-debug-cache
to disable debug for the Cache instance (212d9af) - Add new command-line option
--no-debug-menu
to disable debug for thetelegram-menu-from-structure
(b39c8af) - Cache: Refactor Cache to make possible to disable debug only for Cache (212d9af)
- SecuredLogger: Refactor SecuredLogger to implement canLog compare of logLevel with external one (212d9af)