Skip to content

Commit cc8099c

Browse files
committed
chore: update version to 0.1.15 and enhance changelog
1 parent fe3390c commit cc8099c

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.1.15 — 2025-12-06
4+
- Implement double asterisk `**` in glob search.
5+
- Implement history navigation with `ArrowUp`/`ArrowDown` for search bar.
6+
- Add `Cmd+O` shortcut for file opening.
7+
- Refined QuickLook animation positioning logic to better handle multiple monitor setups.
8+
- Refined file row selection handling.
9+
310
## 0.1.14 — 2025-12-03
411
- Make the results sortable(by name, path, size, create_time, modify_time)
512

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.14"
3+
version = "0.1.15"
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.14",
4+
"version": "0.1.15",
55
"identifier": "com.cardinal.one",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)