[Release] Stylem

Dedicated board for extension releases/support threads

Moderators: FranklinDM, Lootyhoof

Forum rules
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
User avatar
adoxa
Astronaut
Astronaut
Posts: 705
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: [Release] Stylem

Post by adoxa » 2026-07-10, 00:11

Lootyhoof wrote:
2026-07-09, 22:14
Stylem 3.0.0 has been released!
Minor issue in the description: "they are bnot/b compatible" - presumably that should be "not" in bold.

User avatar
nicolaasjan
Fanatic
Fanatic
Posts: 104
Joined: 2017-07-28, 14:44
Location: the Netherlands

Re: [Release] Stylem

Post by nicolaasjan » 2026-07-10, 03:57

I think there is an issue with localisation (Pale Moon with Dutch language pack).
When trying to edit a style, I get:

Image

There is no such issue in a test profile without a language pack.
Last edited by nicolaasjan on 2026-07-10, 07:53, edited 1 time in total.
Linux Mint 21.3 MATE 64bit
Pale Moon latest

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1633
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: [Release] Stylem

Post by Lootyhoof » 2026-07-10, 06:13

adoxa wrote:
2026-07-10, 00:11
Lootyhoof wrote:
2026-07-09, 22:14
Stylem 3.0.0 has been released!
Minor issue in the description: "they are bnot/b compatible" - presumably that should be "not" in bold.
You're quite right, I've updated this.
nicolaasjan wrote:
2026-07-10, 03:57
I think there is an issue with localisation (Pale Moon with Dutch language pack).
When trying to edit a style, I get:

Image
(appliesto isn't a Dutch word)

There is no such issue in a test profile without a language pack.
I'll take a look at this later today.

User avatar
nicolaasjan
Fanatic
Fanatic
Posts: 104
Joined: 2017-07-28, 14:44
Location: the Netherlands

Re: [Release] Stylem

Post by nicolaasjan » 2026-07-10, 08:13

These lines in ./locale/en-US/edit.dtd are not present in the other locale files:

Code: Select all

<!ENTITY appliesto "Applies To">
<!ENTITY editappliesto "Edit…">
<!ENTITY appliestodesc "Specify which pages this style applies to using @-moz-document rules:">
<!ENTITY addappliesrule "Add Rule">
Linux Mint 21.3 MATE 64bit
Pale Moon latest

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1633
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: [Release] Stylem

Post by Lootyhoof » 2026-07-10, 20:41

Stylem 3.0.1 has been released.

What's new?
- ensure the edit pane's new strings are included in each locale

User avatar
sinfulosd
Fanatic
Fanatic
Posts: 111
Joined: 2022-07-13, 03:01

Re: [Release] Stylem

Post by sinfulosd » 2026-07-12, 13:00

I have once created a tool in my greasemonkey extension to check other locales, before building the extension, just to avoid any string regression that my extension could potentially make.

If it's gonna be an active extension, you might find a tool like that useful.
Windows 11
Pale Moon 34.3.0, Firefox 151.0.3, Ungoogled Chromium 148.0
Developing and maintaining Greasemonkey for UXP

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1633
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: [Release] Stylem

Post by Lootyhoof » 2026-07-13, 20:54

Stylem has been updated to v3.0.2.

What's new?
- ensure nested quotes in vars are possible (e.g. "url('...))
- var changes in the default preprocessor should happen immediately
- ensure that CodeMirror only provides CSS properties available in UXP
sinfulosd wrote:
2026-07-12, 13:00
I have once created a tool in my greasemonkey extension to check other locales, before building the extension, just to avoid any string regression that my extension could potentially make.

If it's gonna be an active extension, you might find a tool like that useful.
Thanks, I'll keep this in mind.

User avatar
adoxa
Astronaut
Astronaut
Posts: 705
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: [Release] Stylem

Post by adoxa » 2026-08-03, 01:33

I wanted to add a domain to an existing style, so click "Edit..." in "Applies To", select "Domain", enter it in the field, click "Add Rule" and it adds it...but also keeps the existing domain (i.e. the original -moz-document remains, plus there's a new one with both). OK, click the "X", now I have another new rule without that domain, but with duplicates of the existing rules, and it keeps the old new rule, as well as the original. Fun! :)

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1633
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: [Release] Stylem

Post by Lootyhoof » 2026-08-06, 20:31

Stylem has been updated to v3.0.3.

What's new?
- fix duplicate CSS when editing applies-to rules

User avatar
adoxa
Astronaut
Astronaut
Posts: 705
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: [Release] Stylem

Post by adoxa » 2026-08-07, 00:45

That's much nicer, thanks. Sorry to do this after a release, but something else I should have mentioned: I'm not seeing the check when a style is active. ... Ah, looks like checked must be true, not 1, in addStyleMenuItems.

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1633
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: [Release] Stylem

Post by Lootyhoof » 2026-08-10, 21:15

Stylem has been updated to v3.0.4.

What's new?
- ensure toolbarbutton menu checkmark shows correctly