@@ -14,6 +14,53 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
1414<i >This section is currently empty.</i >
1515
1616
17+ ## [ 0.1.0-alpha-17] - 2025-08-31
18+
19+ See [ the documentation] [ 0.1.0-a17-1 ] for more information.
20+
21+ Latest tool versions at the time of release:
22+
23+ * Ruff: [ 0.12.11] [ 0.1.0-a17-2 ]
24+ * uv: [ 0.8.14] [ 0.1.0-a17-3 ]
25+ * Rye: [ 0.44.0] [ 0.1.0-a17-4 ]
26+ * ty: [ 0.0.1-alpha.19] [ 0.1.0-a17-5 ]
27+
28+
29+ ### Added
30+
31+ * File paths in Ruff and ty diagnostics as they are displayed in the terminal
32+ (` --> path:line:column ` , ` ::: path:line:column ` ) will now be hyperlinked.
33+ They can be clicked on to navigate to the specified location.
34+ * If the corresponding setting is enabled, triggering <i >Call Hierarchy</i > on
35+ a Python file will now show which files it imports and which files import it,
36+ as output by ` ruff analyze graph ` .
37+ The setting is disabled by default, because the feature might cause
38+ log-only but user-visible errors due to technical limitations.
39+
40+
41+ ### Changed
42+
43+ * Previously, in LSP modes, Ruff won't run on scratch files as they are not
44+ considered part of the project.
45+ Now, RyeCharm will also run Ruff on such files, via the CLI.
46+ * Dependency tree popups are now module-aware and thus works better
47+ in IntelliJ IDEA. Other IDEs are not affected by this change.
48+
49+
50+ ### Fixed
51+
52+ * ty servers will now be restarted automatically on settings change.
53+ * Formatting commands (e.g., ` ruff format ` ) will now be logged in
54+ Ruff's logging console, as is already the case with other commands.
55+
56+
57+ [ 0.1.0-a17-1 ] : https://insyncwithfoo.github.io/ryecharm/
58+ [ 0.1.0-a17-2 ] : https://github.com/astral-sh/ruff/releases/tag/0.12.11
59+ [ 0.1.0-a17-3 ] : https://github.com/astral-sh/uv/releases/tag/0.8.14
60+ [ 0.1.0-a17-4 ] : https://github.com/astral-sh/rye/releases/tag/0.44.0
61+ [ 0.1.0-a17-5 ] : https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.19
62+
63+
1764## [ 0.1.0-alpha-16] - 2025-08-10
1865
1966See [ the documentation] [ 0.1.0-a16-1 ] for more information.
@@ -861,7 +908,8 @@ See [the documentation][0.1.0-a1-5] for more information.
861908 [ 0.1.0-a1-5 ] : https://insyncwithfoo.github.io/ryecharm
862909
863910
864- [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-16..HEAD
911+ [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-17..HEAD
912+ [ 0.1.0-alpha-17 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-16..v0.1.0-alpha-17
865913 [ 0.1.0-alpha-16 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-15..v0.1.0-alpha-16
866914 [ 0.1.0-alpha-15 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..v0.1.0-alpha-15
867915 [ 0.1.0-alpha-14 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..v0.1.0-alpha-14
0 commit comments