Перейти к основному содержимому

v1.2

Fixed version updates no longer automatically opening the changelog page

Script List Sidebar #794

Added advanced filtering to the sidebar, along with a tagging feature; tags can be edited from Script → Settings.

image-20251016230129315

Card View #860

Added a card view, which switches automatically between card view and table view on first launch, so narrow screens can display script information better.

image-20251023103730266

Friendlier Update-Check Logic #755

Optimized the update-check logic — instead of popping up an update prompt for every script at once, they're now merged into a single update window, where you can choose which scripts to update or update all of them with one click. It also shows how much each script has changed.

image-20251016225931823

Added Editor Configuration and Editor Type Definitions #708

You can now customize the editor configuration and editor type definitions; the editor configuration can be written referencing compilerOptions from tsconfig.json.

08c2889f-3029-4d3c-b180-c52d77c8077c

Background Running Option #1048

Added a background-running option under Settings → Runtime. When enabled, the browser keeps running in the background and minimizes to the system tray even after all windows are closed, until you manually quit the browser. This lets background scripts keep running.

image-20251204174034940

API Updates

  • Supports inject-into, so scripts can now be injected into the content environment #711
  • GM_openInTab supports parameters for pinning the tab, opening in an incognito window, and more #788
  • GM_registerMenuCommand supports second-level menus and separator lines #831