Skip to content

Commit

Permalink
Release v1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
3nly committed Nov 30, 2024
1 parent f1926da commit 441f240
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v1.0.24
*2024-11-29*

- StyleChan's options menu should now be more adaptive to the viewport
- Increase visibility of options tabs

**PR by @SystemPatch:**
For cases where reply opacity is used, usually with a BG image:
- 4Chan X/XT and Stylechan options will not use opacity for readability
- Recolor even replies will use the opacity value, and not overwrite the post highlight when linked to.
- Flash/Expired table will use recolored rows always, to prevent transparent rows
- (per previous commit) Have table background disable when post is highlighted

### v1.0.23
*2024-11-29*

Expand Down
Binary file modified builds/StyleChan-Chrome.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion builds/StyleChan.meta.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name StyleChan
// @version 1.0.23
// @version 1.0.24
// @namespace StyleChan
// @description Customizable themes for 4chan X.
// @minGMVer 1.14
Expand Down
8 changes: 4 additions & 4 deletions builds/StyleChan.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/crx/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "StyleChan",
"version": "1.0.23",
"version": "1.0.24",
"manifest_version": 2,
"description": "Customizable themes for 4chan X.",
"icons": {
Expand Down
6 changes: 3 additions & 3 deletions builds/crx/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='peblejlenbfconioafjbmipeogjdhcff'>
<updatecheck codebase='https://github.com/3nly/StyleChan/releases/latest/download/StyleChan.crx' version='1.0.23' prodversionmin='31' />
<updatecheck codebase='https://github.com/3nly/StyleChan/releases/latest/download/StyleChan.crx' version='1.0.24' prodversionmin='31' />
</app>
</gupdate>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "StyleChan",
"version": "1.0.23",
"version": "1.0.24",
"description": "Customizable themes for 4chan X.",
"meta": {
"name": "StyleChan",
Expand Down

0 comments on commit 441f240

Please sign in to comment.