summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKen Matsui <26405363+ken-matsui@users.noreply.github.com>2022-02-27 20:01:48 +0900
committerGitHub <noreply@github.com>2022-02-27 12:01:48 +0100
commitc1d7ff0c2a5ea1759a26ecb84d80b432e3423279 (patch)
treefeeb766561fb67c45f4f594149639c73c185a619 /README.md
parent13847f4af81d3a64f269960826efd679d6b8327a (diff)
fix(docs): add a link to release page for roadmap (#1123)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9185c950d..9c7d69335 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ This section contains an ever-changing list of the major features that are eithe
| Feature | Description | Status |
| :-----: | ----------- | :----: |
-| **Share sessions with others** | See the focused window and cursor of other users, work on a problem or a code base together in real time. | :white_check_mark:<br>*(implemented in `0.23.0`)* |
+| **Share sessions with others** | See the focused window and cursor of other users, work on a problem or a code base together in real time. | :white_check_mark:<br>*(implemented in [`0.23.0`](https://github.com/zellij-org/zellij/releases/tag/v0.23.0))* |
| **A web client/server** | Connect to Zellij through the browser instead of opening a terminal window. Either on a local or remote machine. | |
| **Support for multiple terminal windows across screens** | Transfer panes across different windows and screens by having them all belong to the same session. | |
| **Smart layouts** | Expand the current layout system so that it rearranges and hides panes intelligently when new ones are added or the window size is changed. | |