feed2fedi/CHANGELOG.rst
2023-05-16 09:54:01 +10:00

114 lines
2.4 KiB
ReStructuredText

Changelog
=========
..
All enhancements and patches to Feed2Fedi will be documented
in this file. It adheres to the structure of http://keepachangelog.com/ ,
but in reStructuredText instead of Markdown (for ease of incorporation into
Sphinx documentation and the PyPI description).
This project adheres to Semantic Versioning (http://semver.org/).
Unreleased
----------
See the fragment files in the `changelog.d directory`_.
.. _changelog.d directory: https://codeberg.org/MarvinsMastodonTools/feed2fedi/src/branch/main/changelog.d
.. scriv-insert-here
.. _changelog-0.3.3:
0.3.3 — 2023-05-16
==================
Changed
-------
- Updated dependencies.
.. _changelog-0.3.2:
0.3.2 — 2023-03-04
==================
Changed
-------
- Changed bot setting to only post with media to config if media should be posted or not.
.. _changelog-0.3.1:
0.3.1 — 2023-03-04
==================
Changed
-------
- Updated dependencies, in particular minimal-activitypub. This should fix the error when uploading an image with mimte-type "image/webp"
.. _changelog-0.3.0:
0.3.0 — 2023-03-02
==================
This is the first version I think is ready for use. It's still a bit rough around the edges but works quite well for me.
Added
-----
- Added "-c" / "--config-file" command line option to specify config file.
- Added configuration options to specify visibility to use when posting new statuses and to control if
bot should post feed items only if there is an accompanying media file
- Now respecting rate limits when instance returns 429 error
Changed
-------
- Improved checking if image URL points to image file.
- Catching error during posting of feed items and ensuring app exits with non-zero return code when this occurs.
- Using proper temporary files for downloading and uploading of accompanying media files.
.. _changelog-0.2.1:
0.2.1 — 2023-02-27
==================
Changed
-------
- Corrected references to license in README file and added LICENSE.md
.. _changelog-0.2.0:
0.2.0 — 2023-02-27
==================
Added
-----
- Added import function to be able to import a file of URLs for the cache database.
This is aimed at people migrating from feed2toot and wanting to import the cache.db file that
feed2toot produces.
Changed
-------
- Improved finding article image in feed.
.. _changelog-0.1.0:
0.1.0 — 2023-02-26
==================
Added
-----
- Initial release of Feed2Fedi for preview.