0.2.62 - Roll back the custom playback engine
0.2.61 shipped the groundwork for Memby playing video itself and caused playback problems in the field, so it is withdrawn. This is 0.2.60's code released as 0.2.62: Android refuses an APK whose versionCode went backwards, so a set already on 0.2.61 (20061) could not install a 0.2.60 build (20060). The 0.2.61 work is parked on parked/0.2.61 and tagged broken-0.2.61. Also corrects the changelog headings the reset left behind: the top block was labelled 0.2.59 while holding 0.2.60's notes, and 0.2.59's own two entries were folded into it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
a0b84dfc37
commit
abc392d30b
+8
-1
@@ -1,4 +1,7 @@
|
|||||||
## 0.2.59 — 2026-08-12
|
## 0.2.62 — 2026-08-13
|
||||||
|
- Fixed: Playback is back to the way it worked in 0.2.60. The groundwork for Memby playing video itself caused problems, so it has been withdrawn and will return once it is ready.
|
||||||
|
|
||||||
|
## 0.2.60 — 2026-08-12
|
||||||
- Added: Voice search on the Requests page, beside the query, the same as Search.
|
- Added: Voice search on the Requests page, beside the query, the same as Search.
|
||||||
- Fixed: Remote navigation on the Requests search page. Up through the keyboard now moves a row at a time instead of jumping to the tabs, coming back from the results lands on the key you were last on, and Back steps results → keyboard → tabs → out, one press at a time.
|
- Fixed: Remote navigation on the Requests search page. Up through the keyboard now moves a row at a time instead of jumping to the tabs, coming back from the results lands on the key you were last on, and Back steps results → keyboard → tabs → out, one press at a time.
|
||||||
- Added: A USB or phone keyboard types into the Requests search the same way it does into Search.
|
- Added: A USB or phone keyboard types into the Requests search the same way it does into Search.
|
||||||
@@ -6,6 +9,10 @@
|
|||||||
- Fixed: "Good morning" now greets you while the featured card is up, instead of appearing only once you had pressed Down past it.
|
- Fixed: "Good morning" now greets you while the featured card is up, instead of appearing only once you had pressed Down past it.
|
||||||
- Improved: Notifications shows a bell that quietly pulses while it is listening when you have nothing waiting, and a still grey one when notifications are switched off.
|
- Improved: Notifications shows a bell that quietly pulses while it is listening when you have nothing waiting, and a still grey one when notifications are switched off.
|
||||||
- Changed: Requests no longer searches as you type. Type a name and press Search, so one title costs one look-up instead of one per letter — and two characters is now enough, so short titles work again. Dictating a title searches straight away.
|
- Changed: Requests no longer searches as you type. Type a name and press Search, so one title costs one look-up instead of one per letter — and two characters is now enough, so short titles work again. Dictating a title searches straight away.
|
||||||
|
|
||||||
|
## 0.2.59 — 2026-08-12
|
||||||
|
- Fixed: Moving up through the on-screen keyboard on the Requests page no longer jumps straight to the tabs — only the top row of letters leaves for them.
|
||||||
|
- Improved: Requests now waits for five letters, and for a short pause in typing, before looking anything up.
|
||||||
- Fixed: The featured cards at the top of Home no longer lead with a film you have already watched. Series are unchanged, so a new season of something you are up to date with still features.
|
- Fixed: The featured cards at the top of Home no longer lead with a film you have already watched. Series are unchanged, so a new season of something you are up to date with still features.
|
||||||
- Fixed: Saving a setting could fail repeatedly with a server error.
|
- Fixed: Saving a setting could fail repeatedly with a server error.
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ val projectNoticeText =
|
|||||||
|
|
||||||
// A release workflow can derive the app version from its Git tag without editing the
|
// A release workflow can derive the app version from its Git tag without editing the
|
||||||
// source tree. Local builds keep using the checked-in default.
|
// source tree. Local builds keep using the checked-in default.
|
||||||
val defaultVersionName = "0.2.60"
|
val defaultVersionName = "0.2.62"
|
||||||
val membyVersionName: String =
|
val membyVersionName: String =
|
||||||
(project.findProperty("memby.versionName") as String?)
|
(project.findProperty("memby.versionName") as String?)
|
||||||
?.trim()
|
?.trim()
|
||||||
|
|||||||
Reference in New Issue
Block a user