We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4edf9d + 1205135 commit eefd687Copy full SHA for eefd687
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "HyperChat",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"private": true,
5
"scripts": {
6
"build": "npm-run-all --parallel build:chrome build:firefox",
src/components/changelog/Changelog.svelte
@@ -1,13 +1,13 @@
<ul class="list-disc list-inside">
<strong>Serving in our latest update:</strong>
<li class="ml-3.5">
- Live poll results panel
+ Redirect/summary banner timestamps
</li>
</ul>
7
8
9
<strong>What's still cooking at KFP:</strong>
10
11
- Admin-side actions (maybe, no promises)
+ Fixing report, delete, and admin actions
12
13
0 commit comments