Skip to content

release nodes => release notes #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/news/stacked-resize-pinned-panes.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Since Zellij implements its own mouse selection and copying, many users have not

## Release Notes and Tips on Startup
{{<figure src="/img/zellij-tip-demo.png" alt="A demo of the Zellij tip on startup">}}
Starting this version, on first run Zellij will display the release notes for the current version. On subsequent runs, Zellij will display a random useful usage tip on startup. It's possible to disable both of these behaviors through the config (and in the case of tips, also at runtime through the tips window as specified). More info [here](/documentation/options.html#show_release_nodes) and [here](/documentation/options.html#show_startup_tips).
Starting this version, on first run Zellij will display the release notes for the current version. On subsequent runs, Zellij will display a random useful usage tip on startup. It's possible to disable both of these behaviors through the config (and in the case of tips, also at runtime through the tips window as specified). More info [here](/documentation/options.html#show_release_notes) and [here](/documentation/options.html#show_startup_tips).

Both of these can be browsed through the new `about` plugin with `Ctrl o` + `a`.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Options:
show_startup_tips true
```

### show_release_nodes
### show_release_notes
Show release notes on first run of a new version. These can also be browsed through the `about` plugin with `Ctrl o` + `a`.

Options:
Expand Down
2 changes: 1 addition & 1 deletion static/documentation/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h3 id="show_startup_tips"><a class="header" href="#show_startup_tips">show_star
</ul>
<pre><code class="language-javascript">show_startup_tips true
</code></pre>
<h3 id="show_release_nodes"><a class="header" href="#show_release_nodes">show_release_nodes</a></h3>
<h3 id="show_release_notes"><a class="header" href="#show_release_notes">show_release_notes</a></h3>
<p>Show release notes on first run of a new version. These can also be browsed through the <code>about</code> plugin with <code>Ctrl o</code> + <code>a</code>.</p>
<p>Options:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion static/documentation/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ <h3 id="show_startup_tips"><a class="header" href="#show_startup_tips">show_star
</ul>
<pre><code class="language-javascript">show_startup_tips true
</code></pre>
<h3 id="show_release_nodes"><a class="header" href="#show_release_nodes">show_release_nodes</a></h3>
<h3 id="show_release_notes"><a class="header" href="#show_release_notes">show_release_notes</a></h3>
<p>Show release notes on first run of a new version. These can also be browsed through the <code>about</code> plugin with <code>Ctrl o</code> + <code>a</code>.</p>
<p>Options:</p>
<ul>
Expand Down