From 0de54c769dde9042c1d17ea6d90a98b512827f8d Mon Sep 17 00:00:00 2001 From: PuPha Date: Tue, 23 Jun 2026 10:18:11 +0700 Subject: [PATCH 1/3] docs(changelog): add ff-app 1.3.0 release notes Co-authored-by: Cursor --- docs/changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index ea23ac8..f06f25d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,23 @@ # Change logs +## Jun 23 2026 + +### Feral File Mobile App 1.3.0 — Smoother setup, steadier playback, and more reliable playlist management + +**Playlist management is more reliable.** Create and delete playlists, rename them, and reorder items inside a playlist without losing your place. It is easier to shape a playlist around the work you want to play, and the flow now feels steadier as you edit, refresh, or move between playlists so the structure you set up keeps pace with the current DP-1 format. + +**Playback controls follow the intended design.** Shuffle and repeat now behave the way they should in Now Playing, and the sleep indicator no longer gets in the way. + +**Taps are easier to hit.** Shared touch targets now enforce the 44px minimum, which makes controls more reliable to use and reduces missed taps. + +**Setup and connect are clearer.** The owner-contact flow now feels less repetitive, remembers the prompt state, and handles rate-limited device responses more gracefully so pairing stays on track. + +**Display defaults are more consistent.** The Canvas setting now starts on Fill instead of Fit, so content frames more naturally by default. + +**Support is easier to resolve.** Logs are attached automatically, which cuts down the back-and-forth when you need help. + +--- + ## June 19 2026 ### ff-cli 2.0.1 — Playback timing fixes From 379bbcc11b0a07ecade1d46519176c46eadab91b Mon Sep 17 00:00:00 2001 From: Sean Moss-Pultz Date: Thu, 25 Jun 2026 03:53:49 +0800 Subject: [PATCH 2/3] =?UTF-8?q?docs(changelog):=20rework=20ff-app=201.3.0?= =?UTF-8?q?=20notes=20=E2=80=94=20lead=20with=20playlist=20building?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f06f25d..dacf387 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,19 +2,13 @@ ## Jun 23 2026 -### Feral File Mobile App 1.3.0 — Smoother setup, steadier playback, and more reliable playlist management +### Feral File Mobile App 1.3.0 — Build playlists in the app -**Playlist management is more reliable.** Create and delete playlists, rename them, and reorder items inside a playlist without losing your place. It is easier to shape a playlist around the work you want to play, and the flow now feels steadier as you edit, refresh, or move between playlists so the structure you set up keeps pace with the current DP-1 format. +You can now build playlists directly in the app. Create one, name it, reorder the works inside it, and delete it when you're done. This is the feature people kept asking for, and it's here. -**Playback controls follow the intended design.** Shuffle and repeat now behave the way they should in Now Playing, and the sleep indicator no longer gets in the way. +Playback picked up two fixes. Shuffle and repeat now work correctly in Now Playing, and the sleep indicator no longer sits on top of the controls. -**Taps are easier to hit.** Shared touch targets now enforce the 44px minimum, which makes controls more reliable to use and reduces missed taps. - -**Setup and connect are clearer.** The owner-contact flow now feels less repetitive, remembers the prompt state, and handles rate-limited device responses more gracefully so pairing stays on track. - -**Display defaults are more consistent.** The Canvas setting now starts on Fill instead of Fit, so content frames more naturally by default. - -**Support is easier to resolve.** Logs are attached automatically, which cuts down the back-and-forth when you need help. +Pairing is more reliable too. Setting up an Art Computer no longer stalls when the device limits how quickly it responds. --- From 8e5da4fbb4abe6d27e2058acd2b83e795732c4c7 Mon Sep 17 00:00:00 2001 From: Sean Moss-Pultz Date: Thu, 25 Jun 2026 03:57:49 +0800 Subject: [PATCH 3/3] docs(changelog): normalize date headers to abbreviated month --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index dacf387..62b57ae 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -12,7 +12,7 @@ Pairing is more reliable too. Setting up an Art Computer no longer stalls when t --- -## June 19 2026 +## Jun 19 2026 ### ff-cli 2.0.1 — Playback timing fixes @@ -25,7 +25,7 @@ Update with `npm i -g @feralfile/cli@latest`. --- -## June 18 2026 +## Jun 18 2026 ### ff-cli 2.0.0 — Deterministic CLI, no API key