Skip to content

Commit

Permalink
Version 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemPatch committed Nov 16, 2024
1 parent 92aac5a commit 0c938ca
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v5.10.1
*2024-11-16*

- Add GorDIN as a font option. You can install the font from your HL2 install (hl2_complete/resource/)

## v5.10.0
*2024-09-22*

Expand Down
2 changes: 1 addition & 1 deletion builds/OneeChan.meta.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions builds/OneeChan.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "OneeChan",
"version": "5.10.0",
"version": "5.10.1",
"manifest_version": 2,
"description": "Customizable rice and themes for 4chan X.",
"icons": {
Expand Down
7 changes: 5 additions & 2 deletions builds/crx/script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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='cnbankbnhjiakpmcjbecinckfbceeacf'>
<updatecheck codebase='https://github.com/KevinParnell/OneeChan/raw/master/builds/OneeChan.crx' version='5.10.0' prodversionmin='31' />
<updatecheck codebase='https://github.com/KevinParnell/OneeChan/raw/master/builds/OneeChan.crx' version='5.10.1' 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": "OneeChan",
"version": "5.10.0",
"version": "5.10.1",
"description": "Customizable rice and themes for 4chan X.",
"meta": {
"name": "OneeChan",
Expand Down
5 changes: 4 additions & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
value: 3
}]
],
"Tether QR to Sidebar": [true, "Sets QR to the vertical bounds of the sidebar"],
"Tether QR to Sidebar": [true, "Sets QR to the vertical bounds of the sidebar. Disable for floating QR."],
"Transparent QR": [false, "Reduces opacity of the QR box."],
"Remove Background": [false, "Removes the QR background."],
"Remove Controls": [false, "Removes the QR controls and checkbox."],
Expand Down Expand Up @@ -329,6 +329,9 @@
}, {
name: "Dosis",
value: "Dosis"
}, {
name: "GorDIN",
value: "GorDIN"
}]
],
"Font Size": [13, "Set the general size of text (Pixels). Min: 8px, Max: 40px"],
Expand Down

0 comments on commit 0c938ca

Please sign in to comment.