From a8ddbf567aa1a9cfa3435472cef716bb5a9db5db Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Mon, 18 Nov 2024 12:55:53 +0100 Subject: [PATCH] Update release notes Signed-off-by: Fini Jastrow --- _posts/2017-01-07-release.md | 51 +++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/_posts/2017-01-07-release.md b/_posts/2017-01-07-release.md index bd9b2bf91..71d9e9df0 100644 --- a/_posts/2017-01-07-release.md +++ b/_posts/2017-01-07-release.md @@ -10,8 +10,57 @@ style: container

Release Changelog

-

v3.2.1 Release (2024.04.12)

+

v3.3.0 Release (2024.11.18)

+ v3.3.0 Details +
+The Post-Halloween Release + +The biggest change is the update of **Devicons** by switching from the unmaintained repo +to a more maintained fork that has lots of asked for icons. Some very old icons have +been dropped now; hope noone is really affected. See the description in #1691 for +a complete list. + +### Fonts + - Add Departure Mono @rektdeckard #1709 + - Update 0xProto to 2.201 @my4ng #1623 + - Update Intel One Mono to 1.4.0 #1741 + - Update Monaspace to v1.101 @Stealthii #1630 + - Add Monaspace ExtraLight (Italic) + - Fix upstream Gohufont bug #1654 + +### Icons + - Switch to devicons/devicon #1691 + - Add Chuck and Vitruvian Man #1740 + - Add Progress Indicators a la Fira Code #1733 + - Update Font Logos to 1.3.0 #1721 + - FontAwesome: Scale glyphs a bit smaller #1722 + - Improve Bazel icon @zaucy #1610 + - Improve Ruby and Firebase icons + +### Features + - Add CLI cheatsheet script @hasecilu #1694 + - archive-fonts: Put fontconfig file into SymbolsOnly package (for repackagers) + - Unify configuration files for font-patcher and gotta-patch-em (format changed) + +### Bugs and improvements + - Fix Powerline glyphs position and size in some cases #1727 + - font-patcher: Allow to rehint glyphs via config file #1613 + - font-patcher: don't double-shrink heavy angle brackets @gibfahn #1617 + - font-patcher: Fix behavior when trying to patch non-font files #1648 + - font-patcher: Fix escaping warning + - gotta-patch-em: Remove post processing + - Increase Powerline overlap (big triangles and more) #1724 + - Increase weather icons 'other' icons scale #1726 + - ShareTechMono: Fix fi/fl ligs + +### Website and docs +Again a lot has been done by various people, thank you all! +
+
+ +

v3.2.1 Release (2024.04.12)

+
v3.2.1 Details
This bugfix release is mainly because of the Fira Code progress indicator glyphs. These are used by some applications, and usually could be used via fontfallback from any font (because the codepoints were un-occupied in the Nerd Fonts). But with adding more FontAwesome glyphs we utilized that codepoints for the new glyphs, breaking this common setup.