<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tube.git, branch v1.1.13</title>
<subtitle>[MIRROR] Repo for Tube located at https://git.mills.io/prologic/tube
</subtitle>
<id>https://git.bensanders.xyz/tube.git/atom?h=v1.1.13</id>
<link rel='self' href='https://git.bensanders.xyz/tube.git/atom?h=v1.1.13'/>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/'/>
<updated>2022-08-01T03:25:18+00:00</updated>
<entry>
<title>Update CHANGELOG for v1.1.13</title>
<updated>2022-08-01T03:25:18+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2022-08-01T03:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=cc036e0af183a1504546f796949d732ea5cfe045'/>
<id>urn:sha1:cc036e0af183a1504546f796949d732ea5cfe045</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add empty CHANGELOG.md to support new release process</title>
<updated>2022-08-01T03:24:30+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2022-08-01T03:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=371715ebb8ef5a028223db1f81ea7290e5f9b5e8'/>
<id>urn:sha1:371715ebb8ef5a028223db1f81ea7290e5f9b5e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for multi-arch binary and docker image releases (#20)</title>
<updated>2022-08-01T03:22:17+00:00</updated>
<author>
<name>James Mills</name>
<email>james@mills.io</email>
</author>
<published>2022-08-01T03:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=35217febfc2c5d6a7e5d5d2b0b3c10a168fb2ed1'/>
<id>urn:sha1:35217febfc2c5d6a7e5d5d2b0b3c10a168fb2ed1</id>
<content type='text'>
Reviewed-on: https://git.mills.io/prologic/tube/pulls/20
</content>
</entry>
<entry>
<title>Update deps</title>
<updated>2022-07-23T01:35:09+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2022-07-23T01:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=3b7c29eb8abbc63eb817e5533e40adcc62c5e8da'/>
<id>urn:sha1:3b7c29eb8abbc63eb817e5533e40adcc62c5e8da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docker small adjustments (#17)</title>
<updated>2022-04-29T21:54:16+00:00</updated>
<author>
<name>gerard webb</name>
<email>gedw99@noreply@mills.io</email>
</author>
<published>2022-04-29T21:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=012ae52fc76de1a0673658db6472c015b26d94cd'/>
<id>urn:sha1:012ae52fc76de1a0673658db6472c015b26d94cd</id>
<content type='text'>
just some basic docker make file stuff to make it easier for local dev.

Co-authored-by: gedw99 &lt;gedw99@gmail.com&gt;
Reviewed-on: https://git.mills.io/prologic/tube/pulls/17
Co-authored-by: gerard webb &lt;gedw99@noreply@mills.io&gt;
Co-committed-by: gerard webb &lt;gedw99@noreply@mills.io&gt;
</content>
</entry>
<entry>
<title>Fix deps (#8)</title>
<updated>2021-08-27T15:36:53+00:00</updated>
<author>
<name>James Mills</name>
<email>james@mills.io</email>
</author>
<published>2021-08-27T15:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=acf8cbd82d0883da003933499ef799dc3ac7330b'/>
<id>urn:sha1:acf8cbd82d0883da003933499ef799dc3ac7330b</id>
<content type='text'>
Fixes #7

```#!sh
(⎈ |local:default)
prologic@Jamess-iMac
Sat Aug 28 01:35:47
~/Projects/tube
 (master) 0
$ make
Removing tube
Removing tube.db/
tube version v1.1.12@02e2aeb(⎈ |local:default)
```

Co-authored-by: James Mills &lt;prologic@shortcircuit.net.au&gt;
Reviewed-on: https://git.mills.io/prologic/tube/pulls/8
Co-authored-by: James Mills &lt;james@mills.io&gt;
Co-committed-by: James Mills &lt;james@mills.io&gt;
</content>
</entry>
<entry>
<title>Fix broken README markdown links (#1)</title>
<updated>2021-07-12T23:50:21+00:00</updated>
<author>
<name>taigrr</name>
<email>taigrr@noreply.git.mills.io</email>
</author>
<published>2021-07-12T23:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=88bb10f8046f4d50a64ca88ace5ed188eb4675ed'/>
<id>urn:sha1:88bb10f8046f4d50a64ca88ace5ed188eb4675ed</id>
<content type='text'>
Gitea doesn't play nicely with absolute links in markdown, and requires relative links for things to resolve. Otherwise you get a 404.

Co-authored-by: Tai Groot &lt;tai@taigrr.com&gt;
Reviewed-on: https://git.mills.io/prologic/tube/pulls/1
Co-authored-by: taigrr &lt;taigrr@noreply.git.mills.io&gt;
Co-committed-by: taigrr &lt;taigrr@noreply.git.mills.io&gt;
</content>
</entry>
<entry>
<title>Remove Github workflows</title>
<updated>2021-07-12T22:34:56+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2021-07-12T22:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=02e2aebc49d793fa2100a3504cf8b991d4e384ac'/>
<id>urn:sha1:02e2aebc49d793fa2100a3504cf8b991d4e384ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix import paths</title>
<updated>2021-07-12T22:34:56+00:00</updated>
<author>
<name>James Mills</name>
<email>prologic@shortcircuit.net.au</email>
</author>
<published>2021-07-12T22:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=5c2b402a8aaa2d1693f64f2ca6576597bf28b339'/>
<id>urn:sha1:5c2b402a8aaa2d1693f64f2ca6576597bf28b339</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove proprietary notices about video (#40)</title>
<updated>2021-06-08T13:22:14+00:00</updated>
<author>
<name>Srxr</name>
<email>10549030+srxr@users.noreply.github.com</email>
</author>
<published>2021-06-08T13:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/tube.git/commit/?id=e743a9a425ee3197649aa2c4996b8566bf75896d'/>
<id>urn:sha1:e743a9a425ee3197649aa2c4996b8566bf75896d</id>
<content type='text'>
* Make content proprietary configurable

* Update README

* Fixed a few template context bugs

Co-authored-by: James Mills &lt;prologic@shortcircuit.net.au&gt;</content>
</entry>
</feed>
