<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SyncTube, branch master</title>
<subtitle>Synchronized video viewing with chat and other features (one-channel web service) 
</subtitle>
<id>https://git.moekyun.me/SyncTube/atom?h=master</id>
<link rel='self' href='https://git.moekyun.me/SyncTube/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/'/>
<updated>2026-07-04T04:34:29Z</updated>
<entry>
<title>add indicator when caching content on remote</title>
<updated>2026-07-04T04:34:29Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-07-04T04:34:29Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=a4f3064542ddad6939598e7e60ca0090be07df60'/>
<id>urn:sha1:a4f3064542ddad6939598e7e60ca0090be07df60</id>
<content type='text'>
Signed-off-by: Pinapelz &lt;yukais@pinapelz.com&gt;
</content>
</entry>
<entry>
<title>add UI elements for going to admin registration page</title>
<updated>2026-07-04T04:23:32Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-07-04T04:23:32Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=361e4d860fcca66dad0dd99b965b297d92ac748c'/>
<id>urn:sha1:361e4d860fcca66dad0dd99b965b297d92ac748c</id>
<content type='text'>
Signed-off-by: Pinapelz &lt;yukais@pinapelz.com&gt;
</content>
</entry>
<entry>
<title>implement better leader, queue, and upload management</title>
<updated>2026-07-03T05:17:17Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-07-03T05:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=04eb44d685ba677a444b73c7cfc2427d2740497f'/>
<id>urn:sha1:04eb44d685ba677a444b73c7cfc2427d2740497f</id>
<content type='text'>
- Majority vote skip management (Admins and the original video queuer
  overrides this behavior)
- Leader request now requires the current leader to give up the role
  (via `/giveup &lt;new-leader&gt;`)
- Overhauled default CSS and improved mobile view
- Caching and uploading files is limited to Admin users only

Signed-off-by: Pinapelz &lt;yukais@pinapelz.com&gt;
</content>
</entry>
<entry>
<title>initial synctube++ fork</title>
<updated>2026-07-03T01:49:53Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-07-03T01:49:53Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=ece9cf2749ac592299a34a2cf0f24672eedbd19e'/>
<id>urn:sha1:ece9cf2749ac592299a34a2cf0f24672eedbd19e</id>
<content type='text'>
Signed-off-by: Pinapelz &lt;yukais@pinapelz.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2026-07-03T00:02:38Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-07-03T00:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=fe306f7eab9395ebb220b105aee4a36fa2f7f895'/>
<id>urn:sha1:fe306f7eab9395ebb220b105aee4a36fa2f7f895</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update docker-compose to always restart service</title>
<updated>2026-07-03T00:01:34Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-07-03T00:01:34Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=1b1ac0893bdbb72ce0a3ffade39a38f67db62e85'/>
<id>urn:sha1:1b1ac0893bdbb72ce0a3ffade39a38f67db62e85</id>
<content type='text'>
Signed-off-by: Pinapelz &lt;yukais@pinapelz.com&gt;
</content>
</entry>
<entry>
<title>Bump ws from 8.20.1 to 8.21.0 (#73)</title>
<updated>2026-06-29T20:53:01Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2026-06-29T20:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=14e1170dbc0a37359f35752ddee38d636658a223'/>
<id>urn:sha1:14e1170dbc0a37359f35752ddee38d636658a223</id>
<content type='text'>
Bumps [ws](https://github.com/websockets/ws) from 8.20.1 to 8.21.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Bump ws from 8.18.3 to 8.20.1 (#72)</title>
<updated>2026-05-29T11:49:18Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2026-05-29T11:49:18Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=2e1f1479b93ea0f5a8681cc353ff10f3a55317b1'/>
<id>urn:sha1:2e1f1479b93ea0f5a8681cc353ff10f3a55317b1</id>
<content type='text'>
Bumps [ws](https://github.com/websockets/ws) from 8.18.3 to 8.20.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.3...8.20.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.20.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>adjust default CSS theme</title>
<updated>2026-05-24T10:16:36Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-05-24T10:16:36Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=3b3568b350ad35b1ad3e9e0c00cef38c08a33c96'/>
<id>urn:sha1:3b3568b350ad35b1ad3e9e0c00cef38c08a33c96</id>
<content type='text'>
inspired by dacctal

Signed-off-by: Pinapelz &lt;yukais@pinapelz.com&gt;
</content>
</entry>
<entry>
<title>Delete .github/workflows/main.yml</title>
<updated>2026-05-23T21:05:02Z</updated>
<author>
<name>Pinapelz</name>
<email>donaldshan1@outlook.com</email>
</author>
<published>2026-05-23T21:05:02Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=8df42cf64ad9c5c2a675b5056220b4bf1e88a5df'/>
<id>urn:sha1:8df42cf64ad9c5c2a675b5056220b4bf1e88a5df</id>
<content type='text'>
</content>
</entry>
</feed>
