Releases: lunascape/phoebe-installer
Release list
Phoebe v1.0.2-alpha.9
Adds: swipe tab-close crash fix, plus alpha.8 AdBlock runtime (DNR sync/dedup/debounce, SW storage fallback, getTabInfo storm fix, popup worker IPC keepalive, built-in filter gate). Alpha (prerelease) — not distributed to regular users. Note: AdBlock action-popup still shows an error (native-messaging promise-response regression vs beta).
Phoebe v1.0.2-alpha.8
AdBlock extension runtime: DNR runtime-state sync + per-extension decisions, SW storage shadow fallback, getTabInfo retry-storm fix, DNR rebuild debounce + engine dedup, popup worker IPC keepalive, built-in filter gate while disabled. Alpha (prerelease) — not distributed to regular users.
Phoebe v1.0.2-alpha.7
Native messaging unification + AdBlock heaviness/blank-popup fix (legacy in-place-patch heal). Alpha (prerelease) — not distributed to regular users.
Phoebe v1.0.2-alpha.6
Alpha (dev) build — prerelease, not served to regular users. Native extension messaging adoption + real-PM fixes (AdBlock, Bitwarden sender) + navigation error-page fix.
Phoebe v1.0.1-beta.72
Lunascape v1.0.1-beta.72
- Password manager: every saved login now has an "Open site and fill" button in the popup. It opens the site in a new tab and fills the login form once it appears, including two-step sign-ins where the password field shows up after the username page — nothing is submitted for you
- Password manager: the popup's "Fill" button no longer injects a script into the page; it uses the same filling path as the in-page key icon, so the password never passes through the popup. If the page has no login form, or was opened before the password manager was enabled, the popup now says so instead of closing silently. A "Copy username" button was added next to "Copy password"
- Password manager: when another password manager (1Password, LastPass, iCloud Passwords…) has turned off the browser's own autofill, the popup now says so and offers a setting to show Lunascape's autofill anyway. Previously the key icon just silently did not appear
- Password manager: fixed copying from the popup — the browser's permission check was refusing clipboard writes from extension popups
- Password manager: filling now works on machines that use a master password instead of Touch ID / Windows Hello, where the in-page key icon previously did nothing
- Password manager: on a change-password form only the current-password field is filled, and a value you edited is no longer overwritten when the page finishes loading a frame
- Extensions: chrome.tabs gained goBack/goForward, getZoom/setZoom (and zoom settings), highlight and detectLanguage, and now emits onHighlighted and onZoomChange; chrome.runtime.onStartup fires once per session; chrome.management setEnabled and uninstall(Self) work, and onEnabled/onDisabled are no longer reported as onInstalled/onUninstalled; chrome.search.query is implemented; user scripts can open long-lived ports (runtime.connect → runtime.onUserScriptConnect)
- AI sidebar: the model pickers also include the model catalogue published by Lunascape, so models can be added or hidden without an app update
Everything from v1.0.1-beta.71 is included.
Phoebe v1.0.1-beta.71
Lunascape v1.0.1-beta.71
- The AI sidebar's model settings are now pickers for both Claude and OpenAI-compatible services. Each list combines the models this version knows with the ones the service itself reports, so a newly released model appears without waiting for a Lunascape update, and a "Custom model ID…" entry accepts any model ID by hand. The model switcher at the bottom of the sidebar uses the same lists
- Fixed the AI provider list in the sidebar settings showing greyed-out local models that were not available
Everything from v1.0.1-beta.70 is included.
Phoebe v1.0.1-beta.70
Lunascape v1.0.1-beta.70
- Password manager: the suggestion list that appears on a login field can now be used from the keyboard — ↑/↓ to choose an account, Enter to fill, Esc to dismiss. Pressing Enter while the list is open no longer submits the page's form
- Password manager: the autofill key icon, the suggestion list and the "Save password?" bar are now rendered inside an isolated shadow root. A site's own stylesheet or scripts can no longer restyle, hide or read them, and they keep their look on pages whose Content-Security-Policy blocks inline styles
- Password manager: fixed the suggestion list closing by itself on the next click after it had been dismissed with Esc or Tab, and the "Save password?" bar disappearing early when a second one replaced it
Everything from v1.0.1-beta.69 is included.
Phoebe v1.0.1-beta.69
Lunascape v1.0.1-beta.69
- Importing from another browser is now one feature instead of two. Settings had separate "Import from a browser" and "Import from Chrome" buttons that opened different dialogs and could not do the same things. There is now a single dialog with an "Import from" list holding every browser found on this computer: each Chrome profile with its bookmarks, passwords and cookies, and Firefox, Safari and the others with their bookmarks. Choosing which Lunascape profile to import into works for all of them
- Added "Import from another browser" to the top of the menu (≡), with the Cmd/Ctrl+I shortcut, so it no longer has to be found inside the Bookmarks submenu or in Settings
- Fixed an empty tab being left open after clicking a link that opens another application, such as a "share by email" link. The mail client still opened, but an unusable tab stayed behind. Such a link is now handed straight to the other application and no tab is created
- The AI sidebar's switch has moved to Settings › Extensions › System extensions. It stays off until you turn it on, and turning it on or off now takes effect immediately instead of after a restart
Everything from v1.0.1-beta.68 is included.
Phoebe v1.0.1-beta.68
Lunascape v1.0.1-beta.68
- Fixed the browser freezing at full CPU until it was force-quit. When the Claude Code CLI provider was enabled — even just tried — the browser itself started that command-line tool as a child process, which put a signal handler on the browser's main thread that could lock up while an extension's background worker was being started. The CLI now runs in a separate helper process, so the browser's main thread never carries that handler
Everything from v1.0.1-beta.67 is included.
Phoebe v1.0.1-beta.67
Lunascape v1.0.1-beta.67
- An extension's own settings button works again. Buttons that open an extension's settings through
chrome.runtime.openOptionsPage— the way Chrome's documentation tells extensions to do it — did nothing at all, because the browser did not implement that call. CrxMouse's gear is the one this was found on; any extension using the same call was affected. A settings tab that is already open is focused rather than opened a second time
Everything from v1.0.1-beta.66 is included.