Skip to content

Commit 9ac3b37

Browse files
release: Bump version to 7.1.0
1 parent 352826f commit 9ac3b37

6 files changed

Lines changed: 1281 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,22 @@
44

55
### Added
66

7-
- New "Cron Expression" tool
8-
97
### Changed
108

11-
- By default, the UI of the tools in the tool window will no longer be cached and will instead be rebuilt on demand to reduce memory usage. This behavior can be changed in the settings to prioritize responsiveness.
12-
139
### Removed
1410

1511
### Fixed
1612

13+
## 7.1.0 - 2025-05-18
14+
15+
### Added
16+
17+
- New "Cron Expression" tool
18+
19+
### Changed
20+
21+
- By default, the UI of the tools in the tool window will no longer be cached and will instead be rebuilt on demand to reduce memory usage. This behavior can be changed in the settings to prioritize responsiveness.
22+
1723
## 7.0.0 - 2025-04-27
1824

1925
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The typo in the ID is frustrating, but we will never be able to change it :/
22
pluginId=dev.turingcomplete.intellijdevelopertoolsplugins
33
pluginGroup=dev.turingcomplete
4-
pluginVersion=7.0.0
4+
pluginVersion=7.1.0
55
pluginName=Developer Tools
66
pluginSinceBuild=243
77
platform=IC

0 commit comments

Comments
 (0)