Skip to content

Commit 7ea050f

Browse files
sholderbachcptpiepmatzItsHarper132ikl
authored
Release notes for 0.107.0 (#1999)
* Release notes for `0.107.0` Please add your new features and breaking changes to the release notes by opening PRs against the `release-notes-0.107.0` branch. ## TODO - [ X] PRs that need to land before the release, e.g. [deprecations](https://github.com/nushell/nushell/labels/deprecation) or [removals](https://github.com/nushell/nushell/pulls?q=is%3Apr+is%3Aopen+label%3Aremoval-after-deprecation) - [ X] add the full changelog - [ X] categorize each PR - [ X] write all the sections and complete all the `TODO`s * initial notes from generation script * handled some todos * typo fixes * handle external alias todo * use ansi escape codes for command output * made a note work in vuepress * use some shiki options * add false positive entry * Fix big vs little endianness mistake in release notes (#2027) * Fix incorrect tense in release notes entry (#2029) * Add PR links to headers * Fix example for #16078 * Move subsections as noted in TODOs * Reorder subsections * Move random/dice change from Breaking changes to Other changes * Add note under deprecations about random dice * Highlight error fixes in their own section * Remove notes for plugin developers * Make links to authors and PRs references * Add highlights * Add excerpt * Add table of contents * Fix links after toc --------- Co-authored-by: Tim 'Piepmatz' Hesse <[email protected]> Co-authored-by: Harper Andrews <[email protected]> Co-authored-by: 132ikl <[email protected]>
1 parent 60c8ba9 commit 7ea050f

File tree

3 files changed

+1117
-8
lines changed

3 files changed

+1117
-8
lines changed

.vuepress/config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,16 @@ export default defineUserConfig({
9090
},
9191
},
9292
head: [
93-
["link", { rel: "preload", href: "/fonts/FiraCode-Regular.woff2", as: "font", type: "font/woff2", crossorigin: "anonymous" }],
93+
[
94+
'link',
95+
{
96+
rel: 'preload',
97+
href: '/fonts/FiraCode-Regular.woff2',
98+
as: 'font',
99+
type: 'font/woff2',
100+
crossorigin: 'anonymous',
101+
},
102+
],
94103
['meta', { name: 'theme-color', content: '#3eaf7c' }],
95104
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
96105
[
@@ -199,6 +208,7 @@ export default defineUserConfig({
199208
onedarkpro: 'one-dark-pro', // pre-load one-dark-pro for ansi code blocks
200209
},
201210
lineNumbers: 10,
211+
collapsedLines: false,
202212
transformers: [
203213
// use one-dark-pro theme for ansi code blocks
204214
{

0 commit comments

Comments
 (0)