|
18 | 18 |
|
19 | 19 | <!--lint disable no-duplicate-headings--> |
20 | 20 |
|
| 21 | +# 0.6.0 |
| 22 | + |
| 23 | + [](https://github.com/orgs/nordtheme/projects/1/views/10) [](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 | + |
21 | 66 | # 0.5.0 |
22 | 67 |
|
23 | 68 |  [](https://github.com/orgs/nordtheme/projects/1/views/10) [](https://github.com/nordtheme/emacs/milestone/7) |
@@ -342,6 +387,7 @@ _2017-03-25_ |
342 | 387 | <!-- Base Links --> |
343 | 388 |
|
344 | 389 | [gh-nord]: https://github.com/nordtheme/nord |
| 390 | +[melpa-ivy]: https://melpa.org/#/ivy |
345 | 391 | [nord-docs-colors#frost]: https://www.nordtheme.com/docs/colors-and-palettes#frost |
346 | 392 | [nord-docs-colors#snowstorm]: https://www.nordtheme.com/docs/colors-and-palettes#snow-storm |
347 | 393 | [nord]: https://www.nordtheme.com |
@@ -372,4 +418,28 @@ _2017-03-25_ |
372 | 418 | [gh-user-jdek]: https://github.com/jdek |
373 | 419 | [gh-user-rien333]: https://github.com/rien333 |
374 | 420 | [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 |
0 commit comments