Skip to content

Commit

Permalink
Release v1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
3nly committed Nov 29, 2024
1 parent ed60eaf commit 71f516c
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 41 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v1.0.23
*2024-11-29*

- Rewrite of Quick Reply and Sidebar CSS
- Changed defaults for a few options
- Fix for theme custom CSS not working
- Made StyleChan's options menu a bit more responsive for smaller screens
- Made 4chan X/XT's header bar more responsive for boardlist and settings icons
- Fix for Unified Thumbnail Size in the catalog not working with large thumbnails
- Fixes for /f/ - Flash board:
- Embeds will no longer be hidden behind other elements
- Catalog and OP posts visual changes
- Various small fixes

### v1.0.22
*2024-11-28*

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.22
// @version 1.0.23
// @namespace StyleChan
// @description Customizable themes for 4chan X.
// @minGMVer 1.14
Expand Down
29 changes: 10 additions & 19 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.22",
"version": "1.0.23",
"manifest_version": 2,
"description": "Customizable themes for 4chan X.",
"icons": {
Expand Down
27 changes: 9 additions & 18 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.22' prodversionmin='31' />
<updatecheck codebase='https://github.com/3nly/StyleChan/releases/latest/download/StyleChan.crx' version='1.0.23' 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.22",
"version": "1.0.23",
"description": "Customizable themes for 4chan X.",
"meta": {
"name": "StyleChan",
Expand Down

0 comments on commit 71f516c

Please sign in to comment.