Releases: yangtfu/podsync
Releases · yangtfu/podsync
v0.0.1
Changelog
- 6109fba A few minor logging fixes
- 4d4f6d0 Add API service
- 14a4184 Add AWS CloudFormation template mxpv#65
- aee6f45 Add Browsersync
- fc952bf Add CI timeouts
- a547647 Add CLI main and TOML configuration
- b92564d Add CloudFormation template for DynamoDB
- 71b3fb4 Add CloudWatch metrics filters
- 49900d9 Add CodeBuild buildspec and linters
- 9aa28ae Add Docker go app
- a89f763 Add Dockerfile
- c282932 Add Dockerfile and Makefile
- 199b213 Add DynamoDB auto scaling
- 98f0b7a Add FAQ
- 0c1a96c Add FAQ
- bcf1f3e Add Github Actions CI script
- b66cf76 Add GoReleaser configuration
- a2ec288 Add LICENSE mxpv#45
- 4d8e727 Add Makefile for updater
- 316af91 Add OPML unit test
- 5332c13 Add Patreon integration
- 1ae7f09 Add Podcast Owner Custom Definitions per mxpv#171
- f34f64e Add QNAP NAS Guide
- 8c2a2f8 Add Redis notes
- 085a225 Add Redis to docker-compose
- 081dfbd Add S3 prefix support (mxpv#498)
- 3aee543 Add TLS support
- 81aeb64 Add Travis
- 538cb3e Add Travis badge
- db29a69 Add Travis test
- f60cf3e Add URL input field
- 194eef2 Add Vimeo tutorial
- dcef9b2 Add YT API calls cost info
- 5254b91 Add YT unit test to cover iTunes compatibility
- 7ac8943 Add YouTube tutorial
- edade8d Add
storage
config section - 6d926a3 Add a few additional test cases for YouTube links
- 5d8ba19 Add a few helpers to Postgres storage to simplify migration
- 79f7369 Add assets
- b2fc06f Add backup script
- f10c993 Add banner
- cdc048a Add build scripts
- 5a50135 Add clean target
- aaf8e09 Add config.toml.example (fix mxpv#269 mxpv#194)
- 3ea416d Add container names
- c39dd14 Add contracts for generating RSS feeds
- 90a5b6f Add database model for feeds
- bc41f49 Add debug flag
- 7617018 Add debug logging and a few minor fixes
- 2522d72 Add dependabot
- 0767f97 Add docker-compose file
- ccaead6 Add error logging in download controller
- d86bf27 Add favicon
- b7a0f10 Add feed caching
- fe0b282 Add feed service tests
- 6759d60 Add font-awesome CDN fallback
- 3eec914 Add google analytics script
- 8cbd235 Add handler tests
- 2783fbd Add input arrow button
- fa9730d Add input switches
- 807be42 Add itunes:order tag
- 81dae47 Add json tags to models
- a1cc468 Add last access time for feeds
- 02676bb Add log events
- d54791e Add make release
- 24166c4 Add max_age filter to skip old episodes
- ae70d98 Add meta tags
- 2552a6c Add min and max duration filter
- ed4d7db Add more logging
- 82b28c2 Add new Angular app
- 0df41a6 Add nginx container
- c9b6f7e Add nginx routing
- 748084d Add nightly build job
- da4b824 Add nil checks to reduce panics
- 106d564 Add one more Redis note
- d871db8 Add option to enable debug mode in config.toml
- eeb3e3a Add pagination support
- 2b0706c Add pagination support for YouTube client
- b7c82cc Add parameter store prefixes for CodeBuild
- 0595068 Add pledge query
- 1afcde6 Add redis notes
- b3b7e00 Add redis notes
- ac8a889 Add release CI
- eb0e2be Add resolve counter
- 34ed952 Add resolver quota
- be36998 Add resolver service Implement youtube-dl wrapper
- 40aeedf Add router
- 2751c4b Add server bind option (mxpv#190)
- 142b0e0 Add server package
- 599b714 Add server tests
- 8080d57 Add shadows
- 7bf68f5 Add static target
- 1865b25 Add temporary workaround for Error -4047 EPIPE broken pipe
- 3edba1a Add tests for fs.S3
- 5d8dca7 Add tooltips
- 959eef1 Add twitter link
- 1b06c7d Add updater mem limit
- 78282f6 Add user info API endpoint
- d76493c Add webhooks secret configuration key
- e40f3ce Add workaroubnd for CERTIFICATE_VERIFY_FAILED error
- 30ab379 Add workers
- 3ba5959 Added detail about go being a dependency
- a6c21e6 Adding public hostname from ec2 to configuration (mxpv#94)
- 5b927fd Allow Badger configuration mxpv#118
- 5a85228 Allow CLI to be hidden behind reverse proxy mxpv#47 mxpv#43
- dbba3f2 Allow HEAD method for ytdl
- 69019d6 Allow XML extension in feed links
- a878c05 Allow additional youtube-dl arguments
- 3690018 Allow custom youtube-dl path
- 2623a30 Allow specify list of API keys in TOML
- 43c44fc Allow specify string as API key
- ab6748c Always restart Docker containers
- 7b395d6 Apply the changes directly in Dockerfile
- 0e4a7a6 Auto update youtube-dl mxpv#119 mxpv#130
- b11080f Basic YouTube feed customization
- 879d35e Better AWS configuration handling
- 75d7c40 Better DynamoDB configuration
- 1836a55 Better audio sorting in ytdl
- 0152591 Better detection of episodes with audios
- 2120a43 Better error response while resolving video link
- f68bf4a Better login handling
- fc1b11d Better mobile support
- 9f87308 Bug fixes in feed generator
- 536d060 Bug fixing
- cf06e60 Build HTML from templates
- 2b0966f Build specific Docker Image with yt-dlp
- 407c33b Bump Go version to 1.18
- 2fdc827 Bump actions/checkout from 1 to 2.4.0
- 5735329 Bump actions/checkout from 2.4.0 to 3
- 49b707c Bump actions/checkout from 3 to 4
- 2b2f6f7 Bump actions/setup-go from 1 to 2.1.5
- b825fea Bump actions/setup-go from 2.1.5 to 2.2.0
- cc6a7ca Bump actions/setup-go from 2.2.0 to 3
- 79634a3 Bump actions/setup-go from 3 to 4
- 719aefa Bump actions/setup-go from 4 to 5
- bc2c910 Bump actions/upload-artifact from 1 to 2.3.1
- 866702a Bump actions/upload-artifact from 2.3.1 to 3
- a043e26 Bump actions/upload-artifact from 3 to 4
- bb584f0 Bump docker/build-push-action from 4 to 5
- 06f4ddc Bump docker/build-push-action from 5 to 6
- 80f5d07 Bump docker/login-action from 1 to ...