Skip to content

Releases: openstyles/stylus

v1.5.38

04 Nov 09:42

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

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

v1.5.36

12 Oct 22:59

Choose a tag to compare

v1.5.36 Pre-release
Pre-release
  • Add an option to update only enabled styles
  • Auto-retry style finder on network failure
  • Faster import/undo
  • Fix dark mode auto-detection in Firefox
  • Fix draft restoration
  • Fix time-based scheduling for dark mode
  • Highlight the Save button in unsaved styles
  • Improve the write-style UI a bit
  • Show errors when importing the backup
  • Show instant inject option in Firefox
  • Speed up opening the manager (a bit)
  • Speed up opening the multi-sectioned editor with lots of sections
  • Support fractional numbers with Alt-key increment
  • Use new userstyles.org API & uso-archive url
  • Update locales, LESS and other dependencies
  • Various bug fixes

Full Changelog: v1.5.35...v1.5.36

v1.5.35

29 Aug 08:05

Choose a tag to compare

  • show autosaved draft's css code prior to confirming + auto-remove the autosaved draft when saving
  • csslint: fix/reduce the probability of outdated warnings during editing after the problem is fixed (previously one would have to cut and paste back the line to make the error go away)

Full Changelog: v1.5.34...v1.5.35

v1.5.34

16 Aug 05:34

Choose a tag to compare

v1.5.34 Pre-release
Pre-release
  • apply eyedropper color immediately
  • fix autocomplete of "foo-" to handle the trailing "-"
  • fix hightlighting of nested CSS in CodeMirror
  • open installer for .user.less
  • remember all editor options
  • remember searchMode in manager
  • stylelint 15.10.2

Full Changelog: v1.5.33...v1.5.34

v1.5.33

23 May 05:01

Choose a tag to compare

  • fix: styling of same-origin iframes in Chrome

v1.5.32

17 May 07:28

Choose a tag to compare

  • fix: styling of iframes in Firefox
  • fix: styling of sandboxed iframes in Chrome before 86
  • fix: installing github styles in subdirectory inside the repository
  • skip & report invalid styles on import

Full Changelog: v1.5.31...v1.5.32

v1.5.31

10 May 04:37

Choose a tag to compare

  • New beautify options
  • New option: toggle .user.css URL installer
  • Don't open installer when browsing a non-raw .user.css URL on github
  • Properly update style preview in tab when its config changes by @eight04
  • Fix CSP patching, color picker hue overflow, section naming, style size in manager after toggling, dark mode eye dropper
  • CSSLint: new syntax for nested selectors
  • Update locales, dependencies

Full Changelog: v1.5.30...v1.5.31

v1.5.30

28 Feb 14:55

Choose a tag to compare

  • fixed installation on the redesigned userstyles.org
  • fixed saving of windowed editor position on a non-primary monitor
  • CSSLint: 1.5x faster; supports nested &-selectors and nested @-rules

Full Changelog: v1.5.29...v1.5.30

v1.5.29

26 Jan 20:32

Choose a tag to compare

  • CSSLint: new color syntax, removed IE6-8 rules
  • Stylelint: 14.14.1 by @eight04
  • Editor: improvements and fixes for autocomplete
  • Editor: new option Arrow keys ↑↓ traverse sections

  • Editor: change numbers via keyboard/wheel

    delta keyboard/wheel
    +-1 Alt-↑↓
    +-10 Alt-Shift-↑↓
    +-100 Alt-Ctrl-Shift-↑↓
    +-100 Alt-Ctrl-↑↓ (wheel only)

    The wheel changes the number under mouse pointer.


  • Fixes for Stylus pages in Firefox + dark mode by @pabli24
  • Fixes for sync
  • Show installed styles in the list of available styles in the popup finder
  • Update dependencies & locales

Full Changelog: v1.5.28...v1.5.29