Skip to content

Commit

Permalink
Ready for store release
Browse files Browse the repository at this point in the history
  • Loading branch information
toobeeh committed Aug 13, 2021
1 parent 377a978 commit 5ea29c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
filename: 'typo-release-store22.3.3.zip'
filename: 'typo-release-store22.3.4.zip'
exclusions: '*.git* *.xpi changelog.md *.web-extension-id .editorconfig .github/'
- name: Upload Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "typo-release-store22.3.3.zip"
artifacts: "typo-release-store22.3.4.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag: "typo-release-store22.3.3"
tag: "typo-release-store22.3.4"
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Skribbl Typo",
"description": "The most complete toolbox for skribbl.io with namefinder & tablet support",
"version": "22.3.3",
"version": "22.3.4",
"author": "tobeh",
"icons": {
"256": "res/icon/256MaxFit.png",
Expand Down
9 changes: 9 additions & 0 deletions patcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ let patcher = new MutationObserver((mutations) => {
node.innerHTML += "<br><br>To learn more about Typo, visit the <a href='https://typo.rip' role='button'>website</a> or <a href='https://discord.link/typo' role='button'>join the Discord server.</a>"
let popupChanges = elemFromString(
`<div style="width: 100%">
<h2>Aaaaand some August-fixes</h2>
<hr>
<ul>
<li>Added a size slider for picking a precise drawing brush thickness</li>
<li>Added many new toggles in the extension popup</li>
<li>Reworked backend applications to make everything faster & smoother</li>
<li>Chat doesn't jump when scrolled up</li>
</ul>
<hr>
<h2>July's quality-of-life update</h2>
<hr>
Some small & medium fixes, improvements and additions: <br>
Expand Down

0 comments on commit 5ea29c3

Please sign in to comment.