Skip to content

Commit 05a5e7c

Browse files
committed
Release 0.5.0
1 parent 243d1f5 commit 05a5e7c

38 files changed

Lines changed: 627 additions & 94 deletions

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> A spoiler-safe case board and relationship graph for mystery and detective fiction readers.
88
9-
[Live demo](https://guesswhat-studio.github.io/Calabash/) · [Report an issue](https://github.com/Guesswhat-Studio/Calabash/issues/new/choose) · Version `0.4.0`
9+
[Live demo](https://guesswhat-studio.github.io/Calabash/) · [Report an issue](https://github.com/Guesswhat-Studio/Calabash/issues/new/choose) · Version `0.5.0`
1010

1111
Languages: **English** · [简体中文](README.zh-CN.md) · [日本語](README.ja.md) · [Español](README.es.md) · [Português (Brasil)](README.pt-BR.md)
1212

@@ -40,7 +40,7 @@ Calabash is deliberately manual. No AI extraction, no summaries, no automatic su
4040
- **Local library**: save books in IndexedDB and back them up with Export/Import.
4141
- **Built-in tutorials**: try *The Murder of Roger Ackroyd* or *Hida Trick House Murder Case*.
4242
- **Multilingual UI**: English, Simplified Chinese, Japanese, Spanish, and Brazilian Portuguese.
43-
- **Desktop stable beta**: `v0.4.0` ships unsigned Windows/Linux binaries and macOS DMG images, with native JSON import/export, automatic safety backups before full-library desktop imports, and an in-app release checker.
43+
- **Tablet-ready web beta**: `v0.5.0` improves touch interaction polish, adds a real board lock, prevents confusing duplicate case names, and keeps release builds split into smaller cached chunks.
4444

4545
## Data And Privacy
4646

@@ -159,6 +159,7 @@ Calabash uses `0.x` beta versioning for now:
159159
- `0.3.0`: chapter-aware illustrations for floor plans/screenshots, clipboard paste, background layering, and the case-folder Settings redesign.
160160
- `0.3.1`: compact toolbar fix so narrow boards keep the title and inspector toggle visible.
161161
- `0.4.0`: desktop stability pass with native file dialogs, safety backups before full-library imports, and clearer import/export completion feedback.
162+
- `0.5.0`: tablet-oriented interaction polish, effective board locking, duplicate case-title disambiguation, and smaller production chunks.
162163

163164
## License
164165

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calabash",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)