Skip to content

Commit 1c83a48

Browse files
authored
Bump version to 0.1.22 (#159)
1 parent f1f0431 commit 1c83a48

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.22 — 2026-03-08
4+
- Add `~/Library/CloudStorage` to default ignored paths to avoid initial indexing delays
5+
- Make index building cancellable
6+
- Fix unexpected indexing of files in ignored directories
7+
- Fix stale selection affecting context menu targets
8+
- Fix lost sort state and incorrect tooltip when search results are empty
9+
- Speed up scanning/search by removing redundant index-map and ignore-path checks
10+
311
## 0.1.21 — 2026-01-23
412
- Add shortcut `cmd+shift+c` for copy-paths
513
- Allow partial-quoted queries: `"Application Support"/**`

cardinal/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cardinal/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cardinal"
3-
version = "0.1.21"
3+
version = "0.1.22"
44
description = "Cardinal is a cross platform file searching tool"
55
authors = ["ldm2993593805@163.com"]
66
edition = "2024"

cardinal/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Cardinal",
4-
"version": "0.1.21",
4+
"version": "0.1.22",
55
"identifier": "com.cardinal.one",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)