diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md
index 4e032724..b568c3c6 100644
--- a/docs/configuration/keymap.md
+++ b/docs/configuration/keymap.md
@@ -470,8 +470,6 @@ See [Functional plugin](/docs/plugins/overview#functional-plugin).
### `noop` {#manager.noop}
-**Note**: This command is introduced in the upcoming v0.4 and currently requires the nightly build.
-
If you want to disable certain preset keybindings without rewriting the entire `keymap`, you can use the virtual `noop` command.
For example, to disable the default keybinding of g ⇒ c, use:
diff --git a/docs/configuration/yazi.md b/docs/configuration/yazi.md
index 157ae69c..882e2ad8 100644
--- a/docs/configuration/yazi.md
+++ b/docs/configuration/yazi.md
@@ -245,6 +245,7 @@ Available options are as follows:
- `windows`: Windows
- `linux`: Linux
- `macos`: macOS
+ - `android`: Android (Termux, nightly only)
The commands specified by `run` follow platform-specific differences. For example, Unix shell requires wrapping `$` with quotes, while `%` in Windows batch scripts doesn't.
diff --git a/docs/image-preview.md b/docs/image-preview.md
index 034fb8b8..11409603 100644
--- a/docs/image-preview.md
+++ b/docs/image-preview.md
@@ -84,7 +84,7 @@ NVIM=1 NVIM_LOG_FILE=1 yazi
## Windows users {#windows}
-Currently, only the following 3 terminals support displaying images on Windows:
+Currently, only the following 2 terminals support displaying images on Windows:
- WezTerm
- [Windows Terminal Preview v1.22.2702.0](https://github.com/microsoft/terminal/releases/tag/v1.22.2702.0)
diff --git a/docs/tips.md b/docs/tips.md
index e5dfaea1..c87f69ad 100644
--- a/docs/tips.md
+++ b/docs/tips.md
@@ -408,8 +408,6 @@ Credits to [@UncleGravity for sharing it](https://discord.com/channels/113620360
## Specify a different editor for bulk renaming {#bulk-editor}
-**This tip currently requires Yazi nightly version.**
-
For bulk renaming, Yazi finds the first matching opener in your [`[open]`](/docs/configuration/yazi#open) rules with:
| | Value |