Skip to content

Tags: brainwo/yatta

Tags

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add YouTube RSS feed subscription (#38)

- Add rss_dart dependency
- Add Feed page
- Move configPathLookup to const.dart
- Video duration is now optional on ListItemVideo
- Error thumbnails now show an icon
- Add setting entry for feed list
- Add helper functions to read and write to feed.yaml
- !Feature regression: video history disabled due to support for videos from Feed, will be added back in #29

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
brainwo Brian Wo
ci: fix build.yml step order

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: migrate from SharedPreferences to CSV based configuration file (#…

…36)

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
brainwo Brian Wo
ci: add Github Action workflows

- Specified Flutter environment version in pubspec.yaml
- Add version constraint to `custom_lint` and `riverpod_lint`
- Add check.yml workflow
- Add build.yml workflow