Skip to content

Commit baa9a54

Browse files
authored
9.4.0 (#473)
* Covered Tg API [`9.6`](https://core.telegram.org/bots/api-changelog#april-3-2026). * Fixed `@CommonHandler` duplicate issue #471. * Added catching exceptions in `Guard` checks. * Added `iconCustomEmojiId` to `InlineKeyboardMarkupBuilder` buttons and generic `button` function.
1 parent 7508c83 commit baa9a54

51 files changed

Lines changed: 1955 additions & 529 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
java-version: 17
5555

5656
- name: Setup Gradle
57-
uses: gradle/actions/setup-gradle@v5
57+
uses: gradle/actions/setup-gradle@v6
5858
with:
5959
gradle-version: current
6060
dependency-graph: generate-and-submit

.github/workflows/ci.documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: 17
2929

3030
- name: Setup gradle
31-
uses: gradle/actions/setup-gradle@v5
31+
uses: gradle/actions/setup-gradle@v6
3232
with:
3333
gradle-version: current
3434

.github/workflows/ci.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
java-version: 17
3535

3636
- name: Setup gradle
37-
uses: gradle/actions/setup-gradle@v5
37+
uses: gradle/actions/setup-gradle@v6
3838
with:
3939
gradle-version: current
4040

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6.0.2
10-
- uses: gradle/actions/wrapper-validation@v5
10+
- uses: gradle/actions/wrapper-validation@v6

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Telegram-bot (KtGram) Changelog
22

3-
## 9.3.1
3+
## 9.4.0
4+
5+
* Covered Tg API [`9.6`](https://core.telegram.org/bots/api-changelog#april-3-2026).
6+
* Fixed `@CommonHandler` duplicate issue #471.
7+
* Added catching exceptions in `Guard` checks.
8+
* Added `iconCustomEmojiId` to `InlineKeyboardMarkupBuilder` buttons and generic `button` function.
9+
10+
### 9.3.1
411

512
* Added `skipPersist` to `Transition.JumpTo` to give control over persisting.
613
* Fixed parsing of parameters with default arg parser.

0 commit comments

Comments
 (0)