-
1.0.0 Stable
released this
2023-12-07 03:43:29 +00:00 | 295 commits to main since this releaseBreaking
- Changed configuration file format to
JSON
Added
- Conversion tool to convert old format config file to new format config file. Usage is as follows:
.. code-block:: console
feed2fedi_convert_config --config-file config.ini --config-json /tmp/config.json--config-filenominates the existing old-style config file, while
--config-jsonnominates the new style config file to be generated.Changed
-
Updated dependencies versions
-
Now allowing multiple attachments to be included with each post
-
Move post template to config (thank you MrClon for pull request #8 and pull request #9)
-
Using BeautifulSoup4 to determine image urls (thank you MrClon for pull request #10)
-
Reorder entries in feed for predictable order (thank you MrClon for pull request #11)
Fixed
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Changed configuration file format to