From 5746db85bbd394385c0a99c2abef00416c065d92 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Fri, 10 Jan 2025 21:20:05 -0500 Subject: [PATCH] changelog checkpoint 2025-01-10 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3658cd78d..4329950f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,40 @@ # YY.0M (YYYY-0M-0D) Packaging: --> +# 25.01.1 (2025-01-..) + +checkpoint + +Usability improvements: + +* Run external formatters from the document's directory (#12315) + +Fixes: + +* Fix blank buffer picker preview on doc with no views (917174e) +* Fix `join_selections` behavior on tabs (#12452) + +Themes: + +* Update `onelight` (#12399) +* Add cursorline color to iceberg themes (#12404) + +New languages: + +* CodeQL (#12470) + +Updated languages and queries: + +* Fix Teal LSP name (#12395) +* Highlight `:` in Rust as a delimiter (#12408) +* Update Swift highlights (#12409) +* Highlight JSX attributes as `@attribute` (#12416) +* Improve markdown heading highlights (#12417) + +Packaging: + +* `--version` now prints a leading zero for single-digit months, for example `25.01` (03f35af) + # 25.01 (2025-01-03) As always, a big thank you to all of the contributors! This release saw changes from 171 contributors.