Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Aug 22, 2022
1 parent de33fed commit 69c37a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions src/components/changelog/Changelog.svelte
@@ -1,19 +1,13 @@
<script lang="ts">
const d = new Date(1659837600 * 1000);
</script>

<ul class="list-disc list-inside">
<strong>On today's KFP menu:</strong>
<li class="ml-3.5">
I (Kento, developer of HyperChat, LiveTL, etc.) will be going on Kamishiro Taishi's
"TLTalk" show! Tune in on {d.toLocaleDateString()} at {d.toLocaleTimeString()} to learn
more about who I am, how LiveTL came to be, and what we're working on.
<a href="https://youtu.be/m0D9hsI2wuc" target="_blank" class="underline">
Bookmark the stream here.
</a>
New RAM-saving tricks that work on more device types
</li>
<li class="ml-3.5">
Fix missing gifted membership entries
We are aware that the auto-translate feature is partially
broken due to changes on Google's end. We are all a little
busy at the moment, but we'll fix it as soon as we can.
Gomenasorry!
</li>
</ul>
<ul class="list-disc list-inside">
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "HyperChat by LiveTL",
"homepage_url": "https://livetl.app/en/hyperchat/",
"description": "YouTube chat, but it's fast and sleek!",
"version": "2.6.4",
"version": "2.6.5",
"permissions": [
"storage"
],
Expand Down

0 comments on commit 69c37a4

Please sign in to comment.