Compare commits

...

2 Commits

Author SHA1 Message Date
Simon 82a64ff4ba
update roadmap, add shorts pages button 6 months ago
Simon 6a990ba11b
bump version 6 months ago

@ -77,6 +77,7 @@ Symlink/copy the correct manifest file for your browser to the expected location
## Roadmap
Join us on [Discord](https://www.tubearchivist.com/discord) and help us improve and extend this project. This is a list of planned features, in no particular order:
- [ ] Implement download/subscribe button for playlists
- [ ] Add download buttons to the `/shorts/` pages
- [X] Get download and subscribe status from TA to show on the injected buttons
- [X] Implement download button for videos on the YouTube homepage over inline preview
- [X] Implement download button for videos on playlist

@ -14,7 +14,7 @@
<a href="#" id="ta-url" target="_blank">
<img src="/images/logo.png" alt="ta-logo">
</a>
<span>v0.2.1</span>
<span>v0.2.2</span>
</div>
<hr>
<form class="login-form">

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "TubeArchivist Companion",
"description": "Interact with your selfhosted TA server.",
"version": "0.2.1",
"version": "0.2.2",
"icons": {
"48": "/images/icon.png",
"128": "/images/icon128.png"

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "TubeArchivist Companion",
"description": "Interact with your selfhosted TA server.",
"version": "0.2.1",
"version": "0.2.2",
"icons": {
"128": "/images/icon128.png"
},

Loading…
Cancel
Save