@@ -14,6 +14,61 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
1414<i >This section is currently empty.</i >
1515
1616
17+ ## [ 0.1.0-alpha-16] - 2025-08-10
18+
19+ See [ the documentation] [ 0.1.0-a16-1 ] for more information.
20+
21+ Latest tool versions at the time of release:
22+
23+ * Ruff: [ 0.12.8] [ 0.1.0-a16-2 ]
24+ * uv: [ 0.8.8] [ 0.1.0-a16-3 ]
25+ * Rye: [ 0.44.0] [ 0.1.0-a16-4 ]
26+ * ty: [ 0.0.1-alpha.17] [ 0.1.0-a16-5 ]
27+
28+
29+ ### Added
30+
31+ * On project open, RyeCharm will now:
32+
33+ * Recommend installing uv if it is not found.
34+ * Recommend enabling ty if it is installed but disabled.
35+
36+ These recommendations are only shown once.
37+ The corresponding functionality can still be triggered using actions
38+ (<i >Install uv</i > and <i >Enable ty</i > accordingly).
39+
40+ * ` UnsatisfiedRequirementInspection ` errors for dependencies defined
41+ in ` pyproject.toml ` 's ` build-system.requires ` will now be suppressed.
42+ Such errors are considered false positives,
43+ as build dependencies are normally installed into isolated environments;
44+ plus, this only happens during build time, not development time.
45+
46+ This feature is enabled by default for projects using uv-based interpreters,
47+ but it can also be enabled for other projects.
48+
49+
50+ ### Fixed
51+
52+ * Previously, a few features would not work during IDE indexing.
53+ This has been fixed.
54+ RyeCharm has never relied on IDE indices and it will continue to do so.
55+ * Command descriptions used to be rendered as HTML directly,
56+ causing certain parts to be displayed incorrectly.
57+ Now they will be rendered as Markdown.
58+
59+
60+ ### Removed
61+
62+ * 2025.1 and older versions are no longer supported.
63+
64+
65+ [ 0.1.0-a16-1 ] : https://insyncwithfoo.github.io/ryecharm/
66+ [ 0.1.0-a16-2 ] : https://github.com/astral-sh/ruff/releases/tag/0.12.8
67+ [ 0.1.0-a16-3 ] : https://github.com/astral-sh/uv/releases/tag/0.8.8
68+ [ 0.1.0-a16-4 ] : https://github.com/astral-sh/rye/releases/tag/0.44.0
69+ [ 0.1.0-a16-5 ] : https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.17
70+
71+
1772## [ 0.1.0-alpha-15] - 2025-07-20
1873
1974See [ the documentation] [ 0.1.0-a15-1 ] for more information.
@@ -806,7 +861,8 @@ See [the documentation][0.1.0-a1-5] for more information.
806861 [ 0.1.0-a1-5 ] : https://insyncwithfoo.github.io/ryecharm
807862
808863
809- [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-15..HEAD
864+ [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-16..HEAD
865+ [ 0.1.0-alpha-16 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-15..v0.1.0-alpha-16
810866 [ 0.1.0-alpha-15 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..v0.1.0-alpha-15
811867 [ 0.1.0-alpha-14 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..v0.1.0-alpha-14
812868 [ 0.1.0-alpha-13 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..v0.1.0-alpha-13
0 commit comments