Skip to content

Commit 1f739e9

Browse files
committed
Changelog update - v0.14.0
Signed-off-by: github-actions <action@github.com>
1 parent ac9f938 commit 1f739e9

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,46 @@
44

55
## [Unreleased]
66

7+
## [0.14.0] - 2025-01-21
8+
9+
- build: Implement a wrapper for radicle as a native library (.so and .dylib) in Linux/mac, which is loaded from Java to invoke functionality not available from CLI.
10+
11+
- build: Implement a wrapper for radicle as a WSL2 binary over the native library (achieving the same functionality).
12+
13+
- issue: Add support for changing issue title/description, with optional embeds, via native library.
14+
15+
- issue/patch: Add support for resolving embeds via native library.
16+
17+
- issue/patch: Add support for resolving aliases via native library.
18+
19+
- patch: Add support for creating a patch comment, with optional embeds and/or code location, via native library.
20+
21+
- patch: Add support for editing a patch comment, with optional embeds and/or code location, via native library.
22+
23+
- patch: Add support for deleting a patch comment, via native library.
24+
25+
- issue: Add support for editing an issue comment, with optional embeds, via native library.
26+
27+
- patch: Add support for reacting to a patch comment, or removing previous reaction, via native library.
28+
29+
- issue: Add support for reacting to an issue comment, or removing previous reaction, via native library.
30+
31+
- patch/issue: The description now properly expands for multi-line content.
32+
33+
- settings: remove obsolete references to seed node (which defaulted to localhost:8080). When showing web urls, use the first preferred seed in config.
34+
35+
- patch/issue: Resolve aliases off the EDT thread, preventing IDE freezes and/or errors for slow operations on EDT thread.
36+
37+
- patch/issue: Resolve embeds off the EDT thread, preventing IDE freezes and/or errors for slow operations on EDT thread. When the resolution is complete, properly request to re-render the affected components.
38+
39+
- settings: When testing the identity, make sure that the persisted passphrase is correct. `rad auth` may not always be enough, e.g. when no ssh-agent present, rad auth exits successfully with a message that nothing was done.
40+
**Full Changelog**: https://github.com/cytechmobile/radicle-jetbrains-plugin/compare/v0.13.0...v0.14.0
41+
742
## [0.13.0] - 2024-12-24
843

944
- Requires Jetbrains IDE version 243+ (2024.3+)
10-
1145
- Fix compatibility with Jetbrains IDE version 243+
12-
1346
- Upgrade to the latest major version of the jetbrains platform gradle plugin (v2)
14-
1547
- Update all tests to use the "New UI" of the Jetbrains IDE
1648
**Full Changelog**: https://github.com/cytechmobile/radicle-jetbrains-plugin/compare/v0.12.0...v0.13.0
1749

@@ -474,7 +506,8 @@ Others:
474506
- @JChrist made their first contribution in https://github.com/cytechmobile/radicle-jetbrains-plugin/pull/12
475507
- @Stelios123 made their first contribution in https://github.com/cytechmobile/radicle-jetbrains-plugin/pull/19
476508

477-
[Unreleased]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.13.0...HEAD
509+
[Unreleased]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.14.0...HEAD
510+
[0.14.0]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.13.0...v0.14.0
478511
[0.13.0]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.12.0...v0.13.0
479512
[0.12.0]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.11.1...v0.12.0
480513
[0.11.1]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.11.0...v0.11.1

0 commit comments

Comments
 (0)