Releases: spknetwork/3Speak-app
v0.1.10-rc.1
chore: bump version
v0.1.9
Highlights
Built in uploader (beta)
We are introducing a built uploader as part of the 3Speak desktop app!! This offers huge advantages over the traditional web based uploader. Examples of these improvements are faster upload times and reliability. Users will no longer rely on the 3Speak website for uploading.
Unfortunately, the account system is not quite ready yet. Meaning you will only be able to encode your video and nothing else. So you won't be able to actually post your video yet. This gives us time to work out any bugs users might have with the uploader page (while lacking the final publish button) and improve UX. Also, this gives users time to get comfortable with the uploader prior to becoming the preferred way to upload your videos to 3Speak.
HiveSQL video feeds
All previous versions of the app relied upon the 3Speak website for generating feeds so the app could display videos.. This works great in practice but it means the app must rely on a fairly centralized endpoint to display any content, not great. Instead, we are utilizing hivesql to generate the recommended video list (as seen on the right sidebar, new videos. Aside from utilizing hivesql in the videos feeds, there are a still few remaining non critical APIs that must be converted to a decentralized alternative in the future.
Loading speeds may vary but generally should work well 99% of the time.. As this is an ongoing effort considerable testing and user feedback is welcomed.
Other
- Fixed video widget sizing
Changelog
Full change log
4479257 (HEAD -> master, tag: v0.1.8, origin/master, origin/HEAD) chore: bump version039877f (HEAD -> master, tag: v0.1.9, origin/master, origin/HEAD) chore: bump version
98851a7 fix: ffmpeg helper
ee1abf2 (tag: v0.1.9-rc.3) feat: bump version
3452a12 fix: ffmpeg pathing & add thumbnail
c4616ed test: ci debug
4e565bf feat: implement built in encoder
179d9eb (tag: v0.1.9-rc.2) fix: prepare_ci string replace
2d89441 (tag: v0.1.9-rc.1) feat: bump version
cdc62b2 feat: Hivesql feeds
edb45c7 feat: update 3speak web domains
79db662 fix: ci node version to v14 temp fix
ced9cf1 feat: Implement account manager
ffbf34a fix: videoWidget sizing
676c66e fix: thumbnail oversizing
5bd44f3 feat: add additional ipfs path parsing
View full change log at
vaultec81/3Speak-app@v0.1.8...v0.1.9
v0.1.9-rc.3
TBD
v0.1.9-rc.2
TBD
v0.1.9-rc.1
TBD
v0.1.8
Highlights
- IPFS Thumbnail support. All thumbnails are now displayed through IPFS, subject to testing, may be slower than centralized thumbnails.
- Fixed IPFS install on Mac OSX & Linux (https://github.com/vaultec81/3Speak-app/issues/4)
Changelog
v0.1.7
chore: bump version