Skip to content

Commit 69555e9

Browse files
author
Jesper Holmberg
committed
Prepare for next release
1 parent cee980e commit 69555e9

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.4.0] - 2025-04-30
8+
79
Note: This release introduces *Universal Argument*, which affects the two commands *Paste: Leave Caret at Point* and *Pop Mark*. The two
810
commands are no longer bound to any key since they are obsolete when used with *Universal Argument*, but they are still available as
911
independent commands if you for some reason prefer not to use *Universal Argument*.
@@ -159,34 +161,20 @@ independent commands if you for some reason prefer not to use *Universal Argumen
159161

160162
- Initial release.
161163

162-
[Unreleased]: https://github.com/strindberg/emacsj/compare/v1.3.6...HEAD
163-
164+
[Unreleased]: https://github.com/strindberg/emacsj/compare/v1.4.0...HEAD
165+
[1.4.0]: https://github.com/strindberg/emacsj/compare/v1.3.6...v1.4.0
164166
[1.3.6]: https://github.com/strindberg/emacsj/compare/v1.3.5...v1.3.6
165-
166167
[1.3.5]: https://github.com/strindberg/emacsj/compare/v1.3.4...v1.3.5
167-
168168
[1.3.4]: https://github.com/strindberg/emacsj/compare/v1.3.3...v1.3.4
169-
170169
[1.3.3]: https://github.com/strindberg/emacsj/compare/v1.3.2...v1.3.3
171-
172170
[1.3.2]: https://github.com/strindberg/emacsj/compare/v1.3.1...v1.3.2
173-
174171
[1.3.1]: https://github.com/strindberg/emacsj/compare/v1.3.0...v1.3.1
175-
176172
[1.3.0]: https://github.com/strindberg/emacsj/compare/v1.2.2...v1.3.0
177-
178173
[1.2.2]: https://github.com/strindberg/emacsj/compare/v1.2.1...v1.2.2
179-
180174
[1.2.1]: https://github.com/strindberg/emacsj/compare/v1.2.0...v1.2.1
181-
182175
[1.2.0]: https://github.com/strindberg/emacsj/compare/v1.1.0...v1.2.0
183-
184176
[1.1.0]: https://github.com/strindberg/emacsj/compare/v1.0.2...v1.1.0
185-
186177
[1.0.2]: https://github.com/strindberg/emacsj/compare/v1.0.1...v1.0.2
187-
188178
[1.0.1]: https://github.com/strindberg/emacsj/compare/v0.9.3...v1.0.1
189-
190179
[0.9.3]: https://github.com/strindberg/emacsj/compare/v0.9.2...v0.9.3
191-
192180
[0.9.2]: https://github.com/strindberg/emacsj/commits/v0.9.2

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pluginGroup = com.github.strindberg.emacsj
33
pluginName = emacsj
44
pluginRepositoryUrl = https://github.com/strindberg/emacsj
5-
pluginVersion = 1.3.6
5+
pluginVersion = 1.4.0
66

77
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
pluginSinceBuild = 241

0 commit comments

Comments
 (0)