Skip to content

Commit

Permalink
v3 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed May 25, 2024
1 parent 5c556bd commit 1bae793
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions src/components/changelog/Changelog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@
</script>

<ul class="list-disc list-inside">
<strong>On today's KFP menu:</strong>
<strong>Serving in our latest update:</strong>
<li class="ml-3.5">
Fix broken click interactions
Manifest v3 code rewrite (took 2 years, finally done)!
</li>
<li class="ml-3.5">
Cross-extension compatibility (i.e. rikaikun, 10ten, etc.)
</li>
<li class="ml-3.5">
Bug fixes and performance improvements
</li>
</ul>
<ul class="list-disc list-inside">
<strong>What we're still cooking:</strong>
<strong>What's still cooking at KFP:</strong>
<li class="ml-3.5">
Tackling our two-year backlog of feature requests :P
</li>
<li class="ml-3.5">
HyperChat v3 Update (now testing!)
Releasing the all-new YtcFilter v3 update
</li>
</ul>
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "HyperChat [Improved YouTube Chat]",
"homepage_url": "https://livetl.app/hyperchat",
"description": "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!",
"version": "2.6.14",
"version": "3.0.0",
"permissions": [
"storage"
],
Expand Down

0 comments on commit 1bae793

Please sign in to comment.