Skip to content

Commit 551b2b8

Browse files
committed
Release version 0.6.0
1 parent ed46007 commit 551b2b8

File tree

4 files changed

+75
-5
lines changed

4 files changed

+75
-5
lines changed

changelog.md

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,51 @@
1818

1919
<!--lint disable no-duplicate-headings-->
2020

21+
# 0.6.0
22+
23+
![Release Date: 2025-03-12](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2025-03-12&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.6.0&colorA=4c566a&colorB=88c0d0)](https://github.com/orgs/nordtheme/projects/1/views/10) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.6.0&colorA=4c566a&colorB=88c0d0)](https://github.com/nordtheme/emacs/milestone/8?closed=1)
24+
25+
## Feature
26+
27+
- **Support for _ivy-posframe_**#90 (⊶ e43946b4) by [@ReilySiegel][gh-user-reilysiegel]
28+
↠ Added support for the [_ivy-posframe_][tumashu/ivy-posframe] of the [ivy][melpa-ivy] package.
29+
By default, the inherited _posframe_ theme has the same background color as buffers, which was hard to distinguish where the _posframe_ ends and the buffer begins. The background for now uses `nord1` instead.
30+
31+
<p align="center"><strong>Before</strong></p>
32+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84815574-8296a780-b013-11ea-8aee-b763fe46dd0c.png" /></p>
33+
34+
<p align="center"><strong>After</strong></p>
35+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84815573-81fe1100-b013-11ea-8024-59c7b233dd74.png" /></p>
36+
37+
- **Support for _perspective.el_**#86#91 (⊶ 4f5b6460) by [@kaiwk][gh-user-kaiwk]
38+
↠ Added support for the [_perspective.el_][nex3/perspective-el] package.
39+
40+
- **`nordtheme` organization migration**#122#123 (⊶ 86ed451a) by [@svengreb][gh-user-svengreb]
41+
↠ As part of the [“Northern Post — The state and roadmap of Nord“][gh-discussion-183] announcement, this repository will be migrated to [the `nordtheme` GitHub organization][gh-nordtheme]. This issue is a task of nordtheme/nord#185 epic.
42+
43+
- **Adapted remaining `arcticicestudio` "fade-out" changes**#124#125 (⊶ 15dadfbe) by [@svengreb][gh-user-svengreb]
44+
↠ With [the retirement of the _Arctic Ice Studio_ personal & Nord project brand][gh-discussion-183-rebrand] various migrations to [the `svengreb` GitHub account][gh-web-241] of other projects were also completed within the last months. There are also changes in Nord projects like `nordtheme/web` that other projects depended on and have been adapted as well.
45+
Therefore all Nord projects must adapt these changes which includes…
46+
47+
- [the migration and repository name change of `arcticicestudio/nord-docs`][gh-web-241] — all references have been updated.
48+
- [the migration of the `arcticicestudio/styleguide-git` repository to the `svengreb` _real-in-person_ identity][gh-styleguide-git-12] — all references and used npm packages have been updated.
49+
- [the migration of the `arcticicestudio/styleguide-javascript` repository to the `svengreb` _real-in-person_ identity][gh-styleguide-javascript-88] — all references and used npm packages have been updated.
50+
- [the migration of the `arcticicestudio/styleguide-markdown` repository to the `svengreb` _real-in-person_ identity][gh-styleguide-markdown-63] — all references and used npm packages have been updated.
51+
52+
- **Migrate no longer valid style `sunken-button` to `pressed-button`**#130 #133#131 (⊶ 336a76ab) by @cariandrum22 [gh-user-cariandrum22], @cybercode [gh-user-cybercode], @kresdjan [gh-user-kresdjan], and @henschkowski [gh-user-henschkowski]
53+
↠ Fixed the face for `:box` which is invalid as of Emacs version 30. The style attribute `sunken-button` for [the `:box` attribute set on a `button` or `custom-button*` is not a valid value][gnu-emacs-docs-face_attrs] anymore. It [has always been invalid due to a bug][gnu-issue-67404] in a previous version as is thrown as an error as of Emacs version 30.
54+
In the context of the code, `sunken-button` itself is considered equivalent to `pressed-button`, so all places where `sunken-button` was specified has been replaced with `pressed-button`.
55+
56+
- **GitHub Flow migration**#134#135 (⊶ 9dc54cb5) by [@svengreb][gh-user-svengreb]
57+
↠ Adapted to [GitHub Flow][gh-guides-intro-flow] like documented in detail in the main task issue [svengreb/styleguide-git#9][gh-styleguide-git-9].
58+
<div align="center">
59+
<img src="https://user-images.githubusercontent.com/7836623/78555431-4e318e80-780d-11ea-8ff4-52f9a9a27682.png" />
60+
</div>
61+
62+
- **From `master` to `main`**#136#137 (⊶ ed46007d) by [@svengreb][gh-user-svengreb]
63+
↠ Adapted to the [default branch renaming from `master` to `main`][gh-github-renaming] like documented in detail in the main task issue [svengreb/styleguide-git#11][gh-styleguide-git-11].
64+
<div align="center"><img src="https://user-images.githubusercontent.com/7836623/113505556-d8572480-953f-11eb-8e72-2a7ba7387765.png" /></div>
65+
2166
# 0.5.0
2267

2368
![Release Date: 2020-01-08](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-01-08&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.5.0&colorA=4c566a&colorB=88c0d0)](https://github.com/orgs/nordtheme/projects/1/views/10) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.5.0&colorA=4c566a&colorB=88c0d0)](https://github.com/nordtheme/emacs/milestone/7)
@@ -342,6 +387,7 @@ _2017-03-25_
342387
<!-- Base Links -->
343388

344389
[gh-nord]: https://github.com/nordtheme/nord
390+
[melpa-ivy]: https://melpa.org/#/ivy
345391
[nord-docs-colors#frost]: https://www.nordtheme.com/docs/colors-and-palettes#frost
346392
[nord-docs-colors#snowstorm]: https://www.nordtheme.com/docs/colors-and-palettes#snow-storm
347393
[nord]: https://www.nordtheme.com
@@ -372,4 +418,28 @@ _2017-03-25_
372418
[gh-user-jdek]: https://github.com/jdek
373419
[gh-user-rien333]: https://github.com/rien333
374420
[gh-user-visigoth]: https://github.com/visigoth
375-
[melpa-ivy]: https://melpa.org/#/ivy
421+
422+
<!--v 0.6.0 -->
423+
424+
[gh-discussion-183-rebrand]: https://github.com/orgs/nordtheme/discussions/183#retire-arctic-ice-studio-as-nord-brand
425+
[gh-discussion-183]: https://github.com/orgs/nordtheme/discussions/183
426+
[gh-github-renaming]: https://github.com/github/renaming
427+
[gh-guides-intro-flow]: https://guides.github.com/introduction/flow
428+
[gh-nordtheme]: https://github.com/nordtheme
429+
[gh-styleguide-git-11]: https://github.com/svengreb/styleguide-git/issues/11
430+
[gh-styleguide-git-12]: https://github.com/svengreb/styleguide-git/issues/12
431+
[gh-styleguide-git-9]: https://github.com/svengreb/styleguide-git/issues/9
432+
[gh-styleguide-javascript-88]: https://github.com/svengreb/styleguide-javascript/issues/88
433+
[gh-styleguide-markdown-63]: https://github.com/svengreb/styleguide-markdown/issues/63
434+
[gh-user-cariandrum22]: https://github.com/cariandrum22
435+
[gh-user-cybercode]: https://github.com/cybercode
436+
[gh-user-henschkowski]: https://github.com/henschkowski
437+
[gh-user-kaiwk]: https://github.com/kaiwk
438+
[gh-user-kresdjan]: https://github.com/kresdjan
439+
[gh-user-reilysiegel]: https://github.com/ReilySiegel
440+
[gh-user-svengreb]: https://github.com/svengreb
441+
[gh-web-241]: https://github.com/nordtheme/web/issues/241
442+
[gnu-emacs-docs-face_attrs]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Face-Attributes.html
443+
[gnu-issue-67404]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67404
444+
[nex3/perspective-el]: https://github.com/nex3/perspective-el
445+
[tumashu/ivy-posframe]: https://github.com/tumashu/ivy-posframe

nord-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Title: Nord Theme
66
;; Project: nord-emacs
7-
;; Version: 0.5.0
7+
;; Version: 0.6.0
88
;; URL: https://github.com/nordtheme/emacs
99
;; Author: Sven Greb <[email protected]>
1010
;; Package-Requires: ((emacs "24"))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nordtheme/emacs",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "An arctic, north-bluish clean and elegant Emacs theme",
55
"author": {
66
"name": "Sven Greb",

0 commit comments

Comments
 (0)