Skip to content

Releases: openstyles/stylus

v1.5.36

12 Oct 22:59
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • fix: styling of same-origin iframes in Chrome

v1.5.32

17 May 07:28
Compare
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
Compare
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
Compare
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
Compare
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

v1.5.28

16 Sep 18:55
Compare
Choose a tag to compare
  • Style manager:
    • added multi-column mode option
    • added style size
    • changed Number of applies-Β­to items option minimum from 1 to 0
  • Editor: autocomplete for less preprocessor will show @ variables
  • Fixed userstyles.org install button, again

Full Changelog: v1.5.27...v1.5.28

v1.5.27

30 Aug 07:34
Compare
Choose a tag to compare
  • Add year selector in popup search
  • Autocomplete fixes
  • Hide lint errors for @ vars with less preprocessor
  • Ctrl-/ to toggle line comment will use the standard /* block syntax */ to avoid upstream bugs in less and stylus preprocessors

Full Changelog: v1.5.26...v1.5.27