Skip to content

Commit 71bccbd

Browse files
committed
🎉 Update to new version
1 parent 28cb5db commit 71bccbd

7 files changed

Lines changed: 10 additions & 24 deletions

File tree

src/content/docs/code-signing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Start Kando automatically when you log in to your system.
77
next: false
88
sidebar:
99
badge:
10-
text: soon!
10+
text: new!
1111
variant: tip
1212
---
1313

src/content/docs/config-files.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ This is only used if `enableDarkModeForMenuThemes` is set to `true`.
186186
Whether Kando should use the dark menu theme if the system is in dark mode.
187187
If enabled, Kando will use the `darkMenuTheme` and `darkMenuThemeColors` properties to configure the menu theme if the system is in dark mode.
188188

189-
#### enableSelectionWedges <Badge text="soon!" variant="tip" />
189+
#### enableSelectionWedges <Badge text="new!" variant="tip" />
190190

191191
<small>Default value: `"enableSelectionWedges": false`</small>
192192

@@ -399,7 +399,7 @@ Can be one of the following:
399399

400400
If enabled, pressing <kbd>Command</kbd>+<kbd>,</kbd> on macOS or <kbd>Ctrl</kbd>+<kbd>,</kbd> on Linux or Windows will open the settings window. If disabled, the default hotkey will be ignored.
401401

402-
#### enableAchievements <Badge text="soon!" variant="tip" />
402+
#### enableAchievements <Badge text="new!" variant="tip" />
403403

404404
<small>Default value: `"enableAchievements": true`</small>
405405

src/content/docs/index.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,18 +167,16 @@ import achievements from '../../assets/achievement-screen.png';
167167
<p>
168168
With Kando, you can gradually transition from a beginner to an expert user while your muscles learn
169169
the gestures.
170-
Unlock achievements along the way for an extra dose of motivation! <Badge text="soon!" variant="tip" />
170+
Unlock achievements along the way for an extra dose of motivation!
171171
</p>
172172
<Image src={achievements} alt="achievements screen" class="shadow" />
173173
</SwiperSlide>
174174
<SwiperSlide>
175175
<h2><Icon name="solar:heart-pulse-bold" class="inline-icon" /> Kando is updated regularly.</h2>
176176
<p>
177-
The latest update of Kando brings an application picker, system icons, wedges
178-
visualizations and many more features and fixes! Watch the video to see the latest
179-
changes in action.
177+
The latest update of Kando brings several new features and improvements. Most remarkably: Achievements!
180178
</p>
181-
<YouTube id="wNNS7vrur3M" />
179+
<YouTube id="hhgRq3wdSHA" />
182180
</SwiperSlide>
183181
</SwiperWrapper>
184182

src/content/docs/installation-on-linux.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,6 @@ In that case, have Kando run a command `niri msg action <action>` where the acti
304304
Niri does not yet support global shortcuts.
305305
But you can open menus using `kando --menu "Menu Name"` or `kando --trigger <shortcut>` from the command line or from your Niri config.
306306

307-
<Aside type="danger" title="--trigger is not available yet!">
308-
The `--trigger` argument will be available in Kando 2.2.0.
309-
</Aside>
310-
311307
### Dusk
312308

313309
On Dusk, you will have to install and use a compositor like `picom` or `compton` to make the transparency work.

src/content/docs/launch-from-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ matching menus depending on your settings.
7474
</details>
7575

7676
<details>
77-
<summary>`--trigger <shortcut>` or `-t <shortcut>` <Badge text="soon!" variant="tip" /></summary>
77+
<summary>`--trigger <shortcut>` or `-t <shortcut>` <Badge text="new!" variant="tip" /></summary>
7878
Opens the menu which is assigned to the given shortcut or shortcut ID. This also works
7979
if Kando is already running. In this case, the menu will be opened in the running instance.
8080

@@ -88,7 +88,7 @@ matching menus depending on your settings.
8888

8989
<details>
9090
<summary>
91-
`--close-menu` <Badge text="soon!" variant="tip" />
91+
`--close-menu` <Badge text="new!" variant="tip" />
9292
</summary>
9393
Closes the currently opened menu. This will do nothing if no menu is shown or Kando is
9494
not running.

src/content/docs/opening-menus.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ For instance <kbd>Ctrl</kbd>+<kbd>F13</kbd> is usually not used by any applicati
3838

3939
### Option 2: Use `--menu` or `--trigger`
4040

41-
<Aside type="danger" title="--trigger is not available yet!">
42-
The `--trigger` argument will be available in Kando 2.2.0.
43-
</Aside>
44-
4541
With the `--menu` and `--trigger` arguments, you can open a Kando menu by calling the Kando executable with the name or shortcut of the menu you want to open.
4642
Depending on your operating system, the command to open a Kando menu would look like this:
4743

src/content/docs/portable-mode.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Portable Mode
66
description: Learn how to use Kando in portable mode.
77
sidebar:
88
badge:
9-
text: soon!
9+
text: new!
1010
variant: tip
1111
---
1212

@@ -21,11 +21,7 @@ Kando can be configured to load and save all its [configuration files](/config-f
2121
In fact, you can set any directory as Kando's configuration directory.
2222
</Intro>
2323

24-
<Aside type="danger" title="Not available yet!">
25-
Portable mode will be available in an upcoming release of Kando. Stay tuned!
26-
</Aside>
27-
28-
## <Icon name="solar:planet-3-bold-duotone" class="inline-icon" /> Enabling Portable Mode <Badge text="soon!" variant="tip" />
24+
## <Icon name="solar:planet-3-bold-duotone" class="inline-icon" /> Enabling Portable Mode <Badge text="new!" variant="tip" />
2925

3026
To enable portable mode, you need to create a `portableMode.json` next to the Kando executable.
3127
So for instance if you downloaded the Kando zip archive from GitHub and extracted it, you would create the file in the extracted folder.

0 commit comments

Comments
 (0)