Skip to content

Commit

Permalink
Release v1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
3nly committed Nov 28, 2024
1 parent c6268b1 commit 75f5051
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 51 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### v1.0.20
*2024-11-28*

- New option: Backlink shadow
- New option: SS-like sidebar
- Fixes for StyleChan icon when using 4chan XT
- Fixes for banners and board titles
- Fix for justified text in catalog
- Small QR fixes
- Adjusted defaults
- Various small fixes
- Removed: Backlinks on Bottom option (broken for OP posts)
- Removed: ExLinks support (deprecated?)

**PR by @SystemPatch:**

- Fix issues in ad removal code in script
- Danbo ads are now fully accounted for and adjusted
- [Advertise on 4chan] banner can be toggled independently
- Updated settings


### v1.0.19
*2024-11-26*

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.19
// @version 1.0.20
// @namespace StyleChan
// @description Customizable themes for 4chan X.
// @minGMVer 1.14
Expand Down
50 changes: 26 additions & 24 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.19",
"version": "1.0.20",
"manifest_version": 2,
"description": "Customizable themes for 4chan X.",
"icons": {
Expand Down
48 changes: 25 additions & 23 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.19' prodversionmin='31' />
<updatecheck codebase='https://github.com/3nly/StyleChan/releases/latest/download/StyleChan.crx' version='1.0.20' 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.19",
"version": "1.0.20",
"description": "Customizable themes for 4chan X.",
"meta": {
"name": "StyleChan",
Expand Down

0 comments on commit 75f5051

Please sign in to comment.