|
4 | 4 |
|
5 | 5 | ## [Unreleased] |
6 | 6 |
|
| 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 | + |
7 | 42 | ## [0.13.0] - 2024-12-24 |
8 | 43 |
|
9 | 44 | - Requires Jetbrains IDE version 243+ (2024.3+) |
10 | | - |
11 | 45 | - Fix compatibility with Jetbrains IDE version 243+ |
12 | | - |
13 | 46 | - Upgrade to the latest major version of the jetbrains platform gradle plugin (v2) |
14 | | - |
15 | 47 | - Update all tests to use the "New UI" of the Jetbrains IDE |
16 | 48 | **Full Changelog**: https://github.com/cytechmobile/radicle-jetbrains-plugin/compare/v0.12.0...v0.13.0 |
17 | 49 |
|
@@ -474,7 +506,8 @@ Others: |
474 | 506 | - @JChrist made their first contribution in https://github.com/cytechmobile/radicle-jetbrains-plugin/pull/12 |
475 | 507 | - @Stelios123 made their first contribution in https://github.com/cytechmobile/radicle-jetbrains-plugin/pull/19 |
476 | 508 |
|
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 |
478 | 511 | [0.13.0]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.12.0...v0.13.0 |
479 | 512 | [0.12.0]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.11.1...v0.12.0 |
480 | 513 | [0.11.1]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3WHS4GSf8hChLjGYfPkJY7vCxsBK/compare/v0.11.0...v0.11.1 |
|
0 commit comments