Timo
385602c194
fix(extension,server): resolve 12 audit findings (lobby cleanup, dedup race, protocol version, rate limiting, observer scope, and more)
v1.6.0
2026-05-25 02:14:59 +02:00
Timo
bf0fa55b9d
feat: add ForceSync mode selector (Jump to Others / Jump to Me)
2026-05-25 02:14:59 +02:00
GitHub Action
f063fd5f3d
chore(release): update versions to v1.6.0 [skip ci]
2026-05-22 22:19:12 +00:00
Koala
0a555942f8
chore: release v1.6.0 and apply fixes
2026-05-23 00:19:02 +02:00
GitHub Action
d3f680e313
chore(release): update versions to v1.5.4 [skip ci]
2026-05-18 19:39:54 +00:00
Timo
e8203419a3
fix(extension): eliminate potential async race condition in slow reconnect by capturing attempt flag synchronously
v1.5.4
2026-05-18 21:37:39 +02:00
Timo
e3536ad1a7
refactor(extension): implement infinite, low-frequency background reconnect checks after initial 5-minute failure
2026-05-18 21:34:46 +02:00
Timo
aa1382b2ad
security(website): refactor inline scripts and click handlers to external files to achieve 100% strict CSP compliance
2026-05-18 21:21:38 +02:00
Timo
44ee3fab25
docs(website): add static asset caching and strict CSP template configurations in Caddyfile examples
2026-05-18 21:13:29 +02:00
Timo
e9b55c72f0
style(website): replace emoji in Step 1 illustration with official brand logo
2026-05-18 20:52:19 +02:00
Timo
a83cdf4b03
feat(website): link hero github button to releases and add packages version link under docker pane
2026-05-18 20:51:24 +02:00
Timo
3fb48ee822
feat(website): expand features grid from 4 to 6 symmetrical tiles including self-hosting and invites
2026-05-18 20:49:03 +02:00
Timo
2d20af7199
fix(website): add missing navbar home bilingual translation on join page
2026-05-18 20:43:56 +02:00
Timo
579677e11c
feat(website): overhaul interactive extension mockup alignment and update server docker/caddy examples
2026-05-18 20:43:02 +02:00
Timo
05e1801653
feat(website): fully redesign website and invitation page with premium responsive layouts, inline SVG icons, and a sleek vector Globe language selector
2026-05-18 20:31:18 +02:00
Timo
6774b2bfb7
feat(website): fix Chrome icon, add dynamic Firefox targeting and update versioning guidelines
2026-05-18 20:15:10 +02:00
GitHub Action
108d015e9f
chore(release): update versions to v1.5.3 [skip ci]
2026-05-18 18:10:54 +00:00
Timo
e0b9e9ef27
perf(background): reduce reactive update lock duration to 1.0s
v1.5.3
2026-05-18 20:10:34 +02:00
GitHub Action
641c9bfb24
chore(release): update versions to v1.5.2 [skip ci]
2026-05-18 18:09:45 +00:00
Timo
cf993b4ef0
fix(background): reset reactive locks on execute force sync for instant play update
v1.5.2
2026-05-18 20:09:20 +02:00
Timo
5b1d6d7ba4
docs: add mandatory node -c syntax check before committing/pushing
2026-05-18 19:45:01 +02:00
GitHub Action
9ed7c98933
chore(release): update versions to v1.5.1 [skip ci]
2026-05-18 17:44:37 +00:00
Timo
68b0f3306c
fix(background): resolve missing closing brace syntax error in alarms onAlarm listener
v1.5.1
2026-05-18 19:44:12 +02:00
GitHub Action
a71cdc3e53
chore(release): update versions to v1.5.0 [skip ci]
2026-05-18 17:41:13 +00:00
Timo
366d157d80
feat: implement Strategy C (zero-latency hybrid synchronization) and fix room switching duplicate matches
v1.5.0
2026-05-18 19:40:46 +02:00
GitHub Action
2d231cb390
chore(release): update versions to v1.4.5 [skip ci]
2026-05-18 17:24:42 +00:00
Timo
b11b3316af
fix(firefox): add gecko data collection permissions and proper icon sizes
v1.4.5
2026-05-18 19:24:19 +02:00
MacBook
e337527e63
docs: add inline icon to README.md header
2026-05-18 15:17:09 +02:00
GitHub Action
882565a079
chore(release): update versions to v1.4.4 [skip ci]
2026-05-18 13:14:48 +00:00
MacBook
4653c455d5
feat(landing): implement dynamic version and release date display
v1.4.4
2026-05-18 15:14:23 +02:00
Timo
800a6c09b7
UI: Overwrite website logo/favicon with new monochrome icon
v1.4.3
2026-05-18 14:58:18 +02:00
Timo
751496ed48
UI: Update KoalaSync icon to monochrome version to match neon theme
v1.4.2
2026-05-18 14:56:22 +02:00
Timo
734a004f23
UI: Add new icon to popup header next to title
v1.4.1
2026-05-18 14:52:06 +02:00
MacBook
01ce3ec99e
chore: migrate domains from shik3i.net to koalastuff.net
v1.4.0
2026-05-16 13:08:53 +02:00
MacBook
d9b26f9fb4
docs: link Caddyfile.example and finalize website documentation
v1.3.2
2026-05-04 05:55:46 +02:00
MacBook
1e3bb94660
website: fix HTML issues, mobile nav, i18n, and SEO
...
Bug Fixes:
- index.html: remove duplicate <title> tags (invalid HTML), use single
title + JS swap; fix og:image relative→absolute URL (logo.png)
- join.html: fix hardcoded lang=de, add language detection IIFE,
add lang toggle to nav, make badge/title/desc/actions bilingual,
add missing </head> closing tag, add noindex meta
- app.js: join status handler was German-only; now fully bilingual
(Success/Error titles, countdown, close/retry button labels)
Improvements:
- Add Firefox 'Add to Firefox' button to hero CTA (placeholder href=#)
- impressum.html / datenschutz.html: add noindex meta to keep legal
pages out of search results
- robots.txt: add Sitemap directive for SEO crawlability
- sitemap.xml: new file listing main page + legal pages with priorities
- style.css: mobile nav hamburger menu (☰) replaces display:none
blackout; nav-links drop down on mobile with backdrop blur
- style.css: cta-group flex-wrap for narrow screens
- Hamburger button added to all 4 page navs
2026-05-04 05:49:16 +02:00
MacBook
90882f91ef
docs: clarify ws:// vs wss:// for self-hosted servers
2026-05-04 05:42:31 +02:00
MacBook
5157428e74
docs: comprehensive repository polish + step-by-step user guide
...
Documentation Rewrites:
- AI_INIT.md: fix duplicate section numbers, add file responsibility map,
fix stale manual mirror instruction, add room ID constraint
- PRIVACY.md: add TL;DR statement, data retention table, explicit
<all_urls> justification, self-hosted instance disclaimer
- CONTRIBUTING.md: add local testing guide, version warning, room ID
constraint, bug report requirements
- shared/README.md: complete event table (all 15 events), fix stale
manifest.json reference
- docs/SYNC_GUIDE.md: Chrome→Browser, add README.md to sync list,
drop stale RC5 reference
- server/README.md: sync env defaults with .env.example (1000/50)
New Documentation:
- docs/HOW_IT_WORKS.md: 10-step walkthrough covering room creation,
invitation bridge flow, synchronized playback, force sync protocol,
heartbeat system, and episode auto-sync. Includes exact data payloads.
Infrastructure Cleanup:
- docker-compose.yml: remove deprecated version key
- .dockerignore: remove dead .bat/.sh patterns
- README.md: add self-hosting extension config tip, link HOW_IT_WORKS
2026-05-04 05:41:43 +02:00
MacBook
47ca7563b7
ci: auto-inject version from git tag + unify shared/ mirroring
...
- CI release workflow now extracts version from tag (v1.4.0 → 1.4.0)
and injects it into manifest.base.json, shared/constants.js, and
package.json before building — the tag is the single source of truth
- Build script now copies README.md alongside constants.js and
blacklist.js from /shared → /extension/shared/ (full mirror)
- .gitignore updated: extension/shared/ is fully generated by build
- AI_INIT.md: simplified release workflow, fixed Chrome-only reference
2026-05-04 05:27:07 +02:00
MacBook
f7829bbebb
security: harden server relay + documentation audit
...
Server Security (S-1 through S-8):
- S-1: Type-check and clamp peerId, protocolVersion, password
- S-2: Validate numeric/boolean/enum fields in relay peerData
- S-3: Construct explicit relay payload (stop spreading raw data)
- S-4: Type-check targetId and actionTimestamp in EVENT_ACK
- S-5: Restrict room IDs to [a-zA-Z0-9-] only
- S-7: Add eventCounts periodic cleanup alongside connectionCounts
- S-8: Guard version parsing against NaN bypass
Documentation (P-1, R-1 through R-6):
- P-1: Fix PRIVACY.md typo, document all in-memory data maps
- R-1/R-5: Fix stale sync-constants.bat references in shared/
- R-2: Fix stale lastTargetState ref in ARCHITECTURE.md
- R-3: Extension README title reflects cross-browser support
- R-6: Document content injection markers in scripts/README.md
2026-05-04 05:19:18 +02:00
MacBook
6093da4dc6
feat: add docker-compose example and update GHCR deployment links
2026-05-04 05:12:22 +02:00
MacBook
583e15745f
docs: improve transparency in privacy policy and readme
2026-05-04 04:55:04 +02:00
MacBook
bd8c7edc3a
docs: clean up README marketing language and remove banner
2026-05-04 04:51:29 +02:00
MacBook
bd4c53f9c7
docs: overhaul root README with premium branding and badges
2026-05-04 04:48:51 +02:00
MacBook
5440d136fe
docs: complete audit of all READMEs for consistency
2026-05-04 04:46:27 +02:00
MacBook
c9ec6ce3e0
docs: final polish and refined protocol automation
2026-05-04 04:45:02 +02:00
MacBook
652f1cef4f
refactor: automate protocol sync and reorganize repo for store readiness
2026-05-04 04:43:30 +02:00
MacBook
0f1f8bde1b
docs: clean up obsolete scripts and update documentation for store readiness
2026-05-04 04:37:59 +02:00
MacBook
fa4e4039b3
fix: bump APP_VERSION in shared/constants.js to 1.3.1
2026-05-02 02:09:23 +02:00
MacBook
cb466d3865
chore: bump version to 1.3.1
...
- update manifest.base.json, package.json and index.html to v1.3.1
- add SECURITY.md file
2026-05-02 02:07:22 +02:00