Skip to content

Commit 9e2a65a

Browse files
committed
Update CHANGELOG and bump version
1 parent fea20ea commit 9e2a65a

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

CHANGELOG.md

+62
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
# 0.19.0 (2019-07-13)
2+
3+
# Version 0.19.0: Communities
4+
5+
Hello again everyone! Focus this month has mainly been on improving playback performance, along with a couple new features I'd like to announce. There have been [109 commits](https://github.com/omarroth/invidious/compare/0.18.0...0.19.0) this past month from 10 contributors.
6+
7+
This past month has seen the addition of Chinese (`zh-CN`) and Icelandic (`is`) translations. I would like to give a huge thanks to their respective translators, and again an enormous thanks to everyone who helps translate the site.
8+
9+
I'm delighted to mention that [FreeTube 0.6.0](https://github.com/FreeTubeApp/FreeTube) now supports 1080p thanks to the Invidious API. I would very much recommend reading the [relevant post](https://freetube.writeas.com/freetube-release-0-6-0-beta-1080p-and-a-lot-of-qol) for some more information on how it works, along with several other major improvements. Folks that are interested in adding similar functionality for their own projects should feel free to get in touch.
10+
11+
This past month there has been quite a bit of work on improving memory usage and improving download and playback speeds. As mentioned in the previous release, some extra hardware has been allocated which should also help with this. I'm still looking for ways to improve performance and feedback is always appreciated.
12+
13+
Along with performance, a couple quality of life improvements have been added, including author thumbnails and banners, clickable titles for embedded videos, and better styling for captions, among some other enhancements.
14+
15+
## Communities
16+
17+
Support for YouTube's [communities tab](https://creatoracademy.youtube.com/page/lesson/community-tab) has been added. It's a very interesting but surprisingly unknown feature. Essentially, providing comments for a channel, rather than a video, where an author can post updates for their subscribers.
18+
19+
It's commonly used to promote interesting links and foster discussion. I hope this feature helps people find more interesting content that otherwise would have been overlooked.
20+
21+
## For Developers
22+
23+
For accessing channel communities, an `/api/v1/channels/comments/:ucid` endpoint has been added, with similar behavior and schema to `/api/v1/comments/:id`, with an extra `attachment` field for top-level comments. More info on usage and available data can be found in the [wiki](https://github.com/omarroth/invidious/wiki/API#get-apiv1channelscommentsucid-apiv1channelsucidcomments).
24+
25+
An `/api/v1/auth/feeds` endpoint has been added for programmatically accessing a user's subscription feed, with options for displaying notifications and filtering an existing feed.
26+
27+
An `/api/v1/search/suggestions` endpoint has been added for retrieving suggestions for a given query.
28+
29+
## For Administrators
30+
31+
It is now possible to disable more resource intensive features, such as downloads and DASH functionality by adding `disable_proxy` to your config. See [#453](https://github.com/omarroth/invidious/issues/453) and the [Wiki](https://github.com/omarroth/invidious/wiki/Configuration) for more information and example usage. I expect this to be a big help for folks with limited bandwidth when hosting their own instances.
32+
33+
## Finances
34+
35+
### Donations
36+
37+
- [Patreon](https://www.patreon.com/omarroth) : \$38.39
38+
- [Liberapay](https://liberapay.com/omarroth) : \$84.85
39+
- Crypto : ~\$0.00 (converted from BCH, BTC)
40+
- Total : \$123.24
41+
42+
### Expenses
43+
44+
- invidious-load1 (nyc1) : \$10.00 (load balancer)
45+
- invidious-update1 (s-1vcpu-1gb) : \$5.00 (updates feeds)
46+
- invidious-node1 (s-1vcpu-1gb) : \$5.00 (web server)
47+
- invidious-node2 (s-1vcpu-1gb) : \$5.00 (web server)
48+
- invidious-node3 (s-1vcpu-1gb) : \$5.00 (web server)
49+
- invidious-node4 (s-1vcpu-1gb) : \$5.00 (web server)
50+
- invidious-node5 (s-1vcpu-1gb) : \$5.00 (web server)
51+
- invidious-node6 (s-1vcpu-1gb) : \$5.00 (web server)
52+
- invidious-node7 (s-1vcpu-1gb) : \$5.00 (web server)
53+
- invidious-node8 (s-1vcpu-1gb) : \$5.00 (web server)
54+
- invidious-node9 (s-1vcpu-1gb) : \$5.00 (web server)
55+
- invidious-node10 (s-1vcpu-1gb) : \$5.00 (web server)
56+
- invidious-db1 (s-4vcpu-8gb) : \$40.00 (database)
57+
- Total : \$105.00
58+
59+
The goal on Patreon has been updated to reflect the above expenses. As mentioned above, the main reason for more hardware is to improve playback and download speeds, although I'm still looking into improving performance without allocating more hardware.
60+
61+
As always I'm grateful for everyone's support and feedback. I'll see you all next month.
62+
163
# 0.18.0 (2019-06-06)
264

365
# Version 0.18.0: Native Notifications and Optimizations

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: invidious
2-
version: 0.18.0
2+
version: 0.19.0
33

44
authors:
55
- Omar Roth <[email protected]>

0 commit comments

Comments
 (0)