Skip to content

Commit e7ac2fc

Browse files
Add changelog notes for 25.01.1 (#12560)
1 parent 7cc93eb commit e7ac2fc

File tree

4 files changed

+69
-13
lines changed

4 files changed

+69
-13
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,59 @@ Updated languages and queries:
2020
Packaging:
2121
-->
2222

23+
# 25.01.1 (2025-01-19)
24+
25+
25.01.1 is a patch release focusing on fixing bugs and panics from changes in 25.01.
26+
27+
Usability improvements:
28+
29+
* Run external formatters from the document's directory ([#12315](https://github.com/helix-editor/helix/pull/12315))
30+
31+
Fixes:
32+
33+
* Fix blank buffer picker preview on doc with no views ([917174e](https://github.com/helix-editor/helix/commit/917174e))
34+
* Fix `join_selections` behavior on tabs ([#12452](https://github.com/helix-editor/helix/pull/12452))
35+
* Fix recognition for color LSP completion hex codes for some language servers ([#12501](https://github.com/helix-editor/helix/pull/12501))
36+
* Fix offsets to selections updated by `open_below`/`open_above` (`o`/`O`) in multi-cursor scenarios ([#12465](https://github.com/helix-editor/helix/pull/12465))
37+
* Fix offsets to selections updated by `insert_newline` when trimming whitespace in multi-cursor scenarios ([4bd17e5](https://github.com/helix-editor/helix/commit/4bd17e5))
38+
* Fix panic in path completion from resolving variables like `${HOME:-$HOME}` ([#12556](https://github.com/helix-editor/helix/pull/12556))
39+
* Prevent line comment continuation when using `change_selection` (`c`) on a line above a comment ([#12575](https://github.com/helix-editor/helix/pull/12575))
40+
41+
Themes:
42+
43+
* Update `onelight` ([#12399](https://github.com/helix-editor/helix/pull/12399))
44+
* Add cursorline color to iceberg themes ([#12404](https://github.com/helix-editor/helix/pull/12404))
45+
* Update `special`, `ui.text.directory` and `ui.virtual.wrap` in `dark_plus` ([#12530](https://github.com/helix-editor/helix/pull/12530))
46+
47+
New languages:
48+
49+
* CodeQL ([#12470](https://github.com/helix-editor/helix/pull/12470))
50+
* Gren ([#12525](https://github.com/helix-editor/helix/pull/12525))
51+
52+
Updated languages and queries:
53+
54+
* Fix Teal LSP name ([#12395](https://github.com/helix-editor/helix/pull/12395))
55+
* Highlight `:` in Rust as a delimiter ([#12408](https://github.com/helix-editor/helix/pull/12408))
56+
* Update Swift highlights ([#12409](https://github.com/helix-editor/helix/pull/12409))
57+
* Highlight JSX attributes as `@attribute` ([#12416](https://github.com/helix-editor/helix/pull/12416))
58+
* Improve markdown heading highlights ([#12417](https://github.com/helix-editor/helix/pull/12417))
59+
* Add comment tokens configuration for JSONC ([b26903c](https://github.com/helix-editor/helix/commit/b26903c))
60+
* Highlight the never type `!` as a type in Rust ([#12485](https://github.com/helix-editor/helix/pull/12485))
61+
* Expand builtin function highlights for ECMA languages, Rust and Haskell ([#12488](https://github.com/helix-editor/helix/pull/12488))
62+
* Recognize `.clang-tidy` as YAML ([#12498](https://github.com/helix-editor/helix/pull/12498))
63+
* Update MATLAB grammar and indent queries ([#12518](https://github.com/helix-editor/helix/pull/12518))
64+
* Recognize `rockspec` as Lua ([#12516](https://github.com/helix-editor/helix/pull/12516))
65+
* Add `///` to Dart comment tokens configuration ([99d33c7](https://github.com/helix-editor/helix/commit/99d33c7))
66+
* Update Solidity grammar and queries ([#12457](https://github.com/helix-editor/helix/pull/12457))
67+
* Update Spade grammar and queries ([#12583](https://github.com/helix-editor/helix/pull/12583))
68+
* Re-enable Hare fetching and building by default ([#11507](https://github.com/helix-editor/helix/pull/11507))
69+
70+
Packaging:
71+
72+
* `--version` now prints a leading zero for single-digit months, for example `25.01` (03f35af)
73+
* Pin the Ubuntu GitHub Actions runners used for releases to `ubuntu-22.04` ([#12464](https://github.com/helix-editor/helix/pull/12464))
74+
* Produce a Debian package (`.deb` file) in the release GitHub Actions workflow ([#12453](https://github.com/helix-editor/helix/pull/12453))
75+
2376
# 25.01 (2025-01-03)
2477

2578
As always, a big thank you to all of the contributors! This release saw changes from 171 contributors.

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tempfile = "3.15.0"
4545
bitflags = "2.7"
4646

4747
[workspace.package]
48-
version = "25.1.0"
48+
version = "25.1.1"
4949
edition = "2021"
5050
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
5151
categories = ["editor"]

contrib/Helix.appdata.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<content_rating type="oars-1.1" />
4848

4949
<releases>
50+
<release version="25.01.1" date="2025-01-19">
51+
<url>https://github.com/helix-editor/helix/releases/tag/25.01.1</url>
52+
</release>
5053
<release version="25.01" date="2025-01-03">
5154
<url>https://helix-editor.com/news/release-25-01-highlights/</url>
5255
</release>

0 commit comments

Comments
 (0)