Skip to content

Releases: openstyles/stylus

v1.5.51

28 Aug 14:41
Compare
Choose a tag to compare
  • editor: add config for delay in [x] Live preview
  • manager: auto-import options from backup
  • ignore unknown stylelint rules
  • use match_origin_as_fallback for iframes
  • fix popup config height
  • don't add a date to new style name
  • fix icons for text replace in compact mode
  • Alt-Home, Alt-End hotkeys to scroll current line to top/bottom of the view

v1.5.49

02 Jul 17:08
Compare
Choose a tag to compare
  • fix sign-in to sync and userstyles.world in Vivaldi
  • editor: right-click a ⏡collapsed section in the sidebar/header to temporarily open it
  • improve popup search category heuristics
  • update stylelint to 16.5.0
  • update csslint
  • various bug fixes

Full changelog: v1.5.46...v1.5.49

v1.5.46

05 Feb 20:37
Compare
Choose a tag to compare
  • fix #1738: extension UI in Firefox containers and private window
  • fix #1736: publishing a usercss

Full Changelog: v1.5.43...v1.5.46

v1.5.43

17 Jan 09:22
Compare
Choose a tag to compare
  • retain scroll position and bookmarks per each edited style until the entire browser is closed
  • use 1/10 keyboard increment for fractional numbers

v1.5.42

22 Dec 16:45
Compare
Choose a tag to compare
v1.5.42 Pre-release
Pre-release

Beta for Firefox

styl_us-1.5.42.xpi is attached to the release. It's not auto-updatable yet, i.e. you'll need to install a newer version manually from our github releases. Make sure to click Export in the style manager before installation, just in case.

Highlights:

  • [Chrome/ium 86+] allow the user to install/watch local files by drag'n'dropping the file into an open Stylus page (or into the popup if you use a hotkey to open it while dragging the file), i.e. now you don't have to enable file access in chrome://extensions for Stylus
  • improve popup layout for mobile and a wide min width option, e.g. arrange style finder results in 2-3 columns
  • add UI in Publish panel for sectioned styles to customize name/description/license/author/homepage
  • add Show targets before code option in sectioned editor, enabled by default as the list of targets is essentially an identifier of the section and it matches the layout for UserCSS
    editor
  • increase editor font for CSS code by 1 point
  • fix the install button in userstyles.org by requesting the code from uso-archive internally instead
  • fix import from a backup file picked via Google Drive app in Android
  • fix adoptedStyleSheets option

Full Changelog: v1.5.41...v1.5.42

v1.5.41

07 Dec 17:51
Compare
Choose a tag to compare

Same as 1.5.40 functionally, the version was bumped to 41 to fix an incorrect upload in the web store.

v1.5.40

04 Dec 14:54
Compare
Choose a tag to compare
  • Bump Firefox strict_min_version to 57 to ensure compatibility with Android
  • [installer] Allow adding custom sites and fix theme option
  • [Editor] Fix active editor tab on Chrome startup
  • [Editor] Fix live preview with adoptedStyleSheets
  • [Editor] Increase undoDepth from 200 to 1000
  • [CSSLint] New style-rule-nesting rule to warn about new CSS nesting syntax
  • [Manager] Show descriptive age & full year in the tooltip for the age column
  • [Options] New option for popup's max width to enable autofit-to-content

Full Changelog: v1.5.39...v1.5.40

v1.5.39

28 Nov 12:49
Compare
Choose a tag to compare
  • Circumvent CSP on AMO and other https sites in Firefox
  • Add a global Test button for all regexps of the style. Clicking a regexp focuses its element.
  • Show progress in popup when downloading style search index
  • Fix csslint for tag selectors in nested CSS per the newest spec
  • Fix csslint for :has() with multiple relative selectors
  • Fix csslint slowdowns due to broken strings produced by a bugged @preprocessor

v1.5.38

04 Nov 09:42
Compare
Choose a tag to compare
  • Fixed a lot of bugs introduced in the two previous versions
  • Fixed the cursor in "applies-to" inputs when vim keymap is selected in the editor by @denilsonsa
  • Added an option to use adoptedStyleSheets API (Chrome/ium 73+, Firefox 101+), instead of using DOM elements, which also helps circumvent CSP errors in Firefox. It may be bugged in some cases e.g. theoretically the styles may be removed or re-ordered by another script and we won't detect it due to the lack of an efficient observation/notification method in this API. It also doesn't support Expose style name option.
    image
  • When CSP options are not enabled, the Firefox version will still try to automatically reuse CSP nonce of the sites

Full Changelog: v1.5.37...v1.5.38

v1.5.37

28 Oct 20:30
Compare
Choose a tag to compare

Notable changes since v1.5.36:

  • Fix config height & dark theme detection
  • Fix injection in pages with url-less frames
  • Fix search: show all years initially
  • Fix @preprocessor less
  • Combine style & editor settings

Full Changelog: v1.5.36...v1.5.37