Skip to content

Commit

Permalink
Release v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
3nly committed Nov 26, 2024
1 parent 64d09e2 commit 4bac509
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.0.18
*2024-11-26*

- Fix inline posts not rendering correctly
- Prevent QR textarea from getting scrollbars (this time for realz)

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

0 comments on commit 4bac509

Please sign in to comment.