Skip to content

Commit

Permalink
Release v1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
3nly committed Dec 14, 2024
1 parent e0113af commit 42334f1
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 15 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### v1.0.27
*2024-12-14*

- Add option for QR transition

**PR by @SystemPatch:**
- Set file type for theme import
- Add field class to CustomCSS textarea
- Adjust textbox color transitions
- Prevent inline posts from getting recolored
- Fix padding around inline reply header
- Add some padding-top for board title
- Extend edge of SS-like sidebar into header
- Add banner into rounded corners
- Clarify description for expanded images option
- Fix large unified thumbnails for native catalog
- Get QR transitions working again

### v1.0.26
*2024-12-04*

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

0 comments on commit 42334f1

Please sign in to comment.