Releases: openstyles/stylus
Releases Β· openstyles/stylus
v1.5.46
v1.5.43
- 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
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 - 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
v1.5.40
- 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
- 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
- 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.
- 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
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
- 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
- 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