Sha256: d547fe86785d602e9d3a220bae3dc8f9f44d9c885a952f7bc88adbf8ae3f6647
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
## [1.4.0] * Allow up to 20 pieces of media in carousel posts ## [1.3.0] * Add undocumented methods for using the gem as an API. I leave figuring out its usage as an exercise to the reader ## [1.2.4] * When uploads fail, output a message that includes the error code (and the URL to look them up) ## [1.2.3] * Add a retry option after IG continues to fail to download videos correctly. See `RETRIES_AFTER_UPLOAD_TIMEOUT` (default 5 retries) ## [1.2.2] * Fix integer/string conversion error when env vars from 1.2.1 are set ## [1.2.1] * Add `SECONDS_PER_UPLOAD_CHECK` and `MAX_UPLOAD_STATUS_CHECKS` env vars ## [1.2.0] * Add support for the `cover_url` property for reel posts by way of a `data-cover-url` attribute on the `<img>` tag of single-video posts.. ## [1.1.0] * Add support for videos and stories, including: * single-video posts (which post as reels), by setting `data-media-type=video` attribute on a feed entry's `<figure>`'s only `<img>` child * single-image and single-video stories, by setting `data-post-type=stories` attribute on a feed entry's `<figure>` element * carousels that contain videos and photos by setting `data-media-type=video` attribute on each `<img>` tag that contains a video * Print much more granular feedback when publishing and in verbose mode * When all posts are filtered out from the cache, say so (when verbose) and don't update the cache file needlessly ## [1.0.0] * Simplify the docker build * Call it 1.0 ## [0.0.4] * Optimize the size of the Docker image (about 85% reduction) ## [0.0.3] * Fix the `--populate-cache` so that all entries are marked `skipped` * Include a `bin/daemon` script * Ship a Dockerfile to build an image that can run feed2gram on a schedule ## [0.0.2] - 2023-10-29 - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
feed2gram-1.4.0 | CHANGELOG.md |