KoalaDev
76adafd1e4
docs: record Drive and YummyAnime support
2026-08-17 17:18:32 +02:00
GitHub Action
b06d6773af
chore(release): update versions to v3.1.2 [skip ci]
2026-08-17 15:14:41 +00:00
GitHub Action
77bdf21405
chore(release): update versions to v3.1.1 [skip ci]
2026-08-15 15:22:46 +00:00
GitHub Action
2ea981b68f
chore(release): update versions to v3.1.0 [skip ci]
2026-08-14 06:48:31 +00:00
Timo
816cc38ea4
fix: align help accordions consistently
2026-07-31 10:55:06 +02:00
Timo
9ade6b67ea
docs: compact help topics with accordions
2026-07-31 10:46:19 +02:00
Timo
5b75bde9bb
docs: expand product help guide
2026-07-31 10:10:08 +02:00
GitHub Action
da93c09a93
chore(release): update versions to v3.0.2 [skip ci]
2026-07-31 07:48:55 +00:00
KoalaDev
172073896f
fix: prevent language selector text clipping
2026-07-28 07:46:07 +02:00
KoalaDev
ffd629a522
fix: remove unsupported legacy redirects
2026-07-28 07:35:46 +02:00
KoalaDev
2c5e2a7cc3
feat: expand help center and harden website SEO
2026-07-28 07:29:41 +02:00
KoalaDev
fc005c0c88
docs: add Help Center and Edge store badge
2026-07-28 04:04:33 +02:00
GitHub Action
b3f9693d34
chore(release): update versions to v3.0.1 [skip ci]
2026-07-26 03:56:23 +00:00
Timo
750b47d32a
fix(i18n): correct website and extension copy
2026-07-26 05:53:57 +02:00
Timo
03710cec33
docs(comparisons): reflect encrypted text chat
2026-07-26 05:06:03 +02:00
Timo
1b97151e69
docs(privacy): document encrypted room chat
2026-07-26 04:32:06 +02:00
GitHub Action
90a58eb507
chore(release): update versions to v3.0.0 [skip ci]
2026-07-26 00:25:06 +00:00
KoalaDev
17c3ea295a
Centralize KoalaStuff legal notice
2026-07-23 02:59:58 +02:00
Timo
5d3cee4271
fix: update sitemap dates for dirty sources
2026-07-19 21:41:45 +02:00
Timo
1149de7ab7
fix: derive sitemap dates from page history
2026-07-19 21:33:53 +02:00
Timo
4882e058f1
fix: keep support SEO and sitemap metadata accurate
2026-07-19 21:21:49 +02:00
Timo
8d7085c97e
fix: hide access banner on smaller screens
2026-07-19 21:10:50 +02:00
Timo
e9d735cd39
Merge remote-tracking branch 'origin/main' into feature/textchat
...
# Conflicts:
# extension/background.js
# extension/popup.js
2026-07-19 20:32:24 +02:00
GitHub Action
7f898e6eb4
chore(release): update versions to v2.6.4 [skip ci]
2026-07-16 09:51:25 +00:00
GitHub Action
6e625e3a38
chore(release): update versions to v2.6.3 [skip ci]
2026-07-15 11:37:32 +00:00
Timo
6aa2f53e6b
Fix access guide spacing and user help link
2026-07-15 13:34:35 +02:00
Timo
2b485fed53
chore(release): update versions to v2.6.3 [skip ci]
2026-07-15 13:34:24 +02:00
Timo
61d0d64c7d
Remove developer link from user access guide
2026-07-15 13:28:20 +02:00
Timo
abcb10a1c3
Scope access help to Chromium rollout
2026-07-15 13:23:54 +02:00
Timo
03121477a8
Add dismissible localized access banner
2026-07-15 13:20:00 +02:00
Timo
285c04e00d
Align browser help cards
2026-07-15 13:09:50 +02:00
Timo
1989eb639b
Clarify sudden Chrome site access rollout
2026-07-15 13:07:48 +02:00
Timo
fd48ce8481
Fix site access banner overlay and immediate guidance
2026-07-15 13:05:24 +02:00
GitHub Action
649c8796a9
chore(release): update versions to v2.6.2 [skip ci]
2026-07-15 10:47:24 +00:00
Timo
a334605dd5
Remove unrelated relay troubleshooting from help page
2026-07-15 12:27:59 +02:00
Timo
7e7e60f267
Fix blocked website access and add troubleshooting page
2026-07-15 12:24:59 +02:00
KoalaDev
354500873c
fix: keep llms release version in sync
2026-07-15 10:05:26 +02:00
KoalaDev
8fee98834c
feat(chat): add encrypted invite contract
2026-07-15 06:58:22 +02:00
GitHub Action
477a814a79
chore(release): update versions to v2.6.1 [skip ci]
2026-07-15 03:57:56 +00:00
KoalaDev
cb84709358
fix(popup): render lobby peer names as text, not markup
...
Peer usernames are remote-controlled and were interpolated into an
innerHTML string in updateLobbyUI. The server only truncates them to 30
chars, so a peer could inject markup into everyone else's popup: enough
to load a remote image (leaking viewer IPs) or spoof readiness badges.
Inline handlers were already blocked by the MV3 default CSP.
Build the peer items with the DOM API, matching the pattern the sibling
peer list already uses.
Add the two checks that would have caught this before upload:
- eslint no-unsanitized, which reproduces the AMO warning at lint time
- addons-linter on the built XPI in verify-release, with
--warnings-as-errors since it exits 0 on warnings and AMO rejects them
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-15 05:57:38 +02:00
GitHub Action
d4181b2eaf
chore(release): update versions to v2.6.0 [skip ci]
2026-07-15 03:14:35 +00:00
KoalaDev
6f6aac9c18
docs: refresh project documentation
2026-07-15 04:45:45 +02:00
KoalaDev
e4984b2d03
fix(website): complete self-hosting example
2026-07-15 04:37:51 +02:00
KoalaDev
18205f6573
docs(website): expand AI project profile
2026-07-15 04:29:20 +02:00
KoalaDev
a4bbddf3a4
fix(website): address accessibility audit findings
2026-07-15 04:23:14 +02:00
KoalaDev
b577f06988
fix(website): restore light mode step numbers
2026-07-15 03:48:22 +02:00
KoalaDev
61514b9b6f
fix(website): generate sitemap only in build output
2026-07-15 03:30:22 +02:00
Timo
8b6a1412cc
fix(build): replace regex HTML minifier
2026-07-14 16:30:13 +02:00
Timo
6e5a790707
fix(website): restore GitHub hero button outline
2026-07-14 16:11:50 +02:00
Timo
0f4b1d7217
docs(release): prepare v2.6.0 changelog and sitemap
2026-07-14 13:58:24 +02:00