Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## 1.6.0 — 13.11.2025

- Special method for processing the `combined.tl` file
- Support TL2 in alpha mode

## 1.5.0 — 14.07.2025

- Added the **first** tests
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.vk.tlschema
pluginName = TL Schema Support
pluginRepositoryUrl = https://github.com/VKCOM/TL-Schema-idea-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.5.0
pluginVersion = 1.6.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
Expand Down