Releases: localgovdrupal/localgov_publications_importer
Releases · localgovdrupal/localgov_publications_importer
1.0.0-beta1
What's Changed
- 33: Fixing typo in permissions file. by @philipnorton42 in #34
- Update feature branch from 1.x by @rupertj in #37
- Feature/1.x/28 background processing by @rupertj in #40
- Add patch for smalot/pdfparser to fix issue where text elements have the wrong location. by @rupertj in #45
- Better link replacement. Better link testing. by @rupertj in #46
- Better comments in ImportCommand. by @rupertj in #52
- Fix/1.x/32 remove order by @rupertj in #50
- Fix/1.x/48 publications owned by import creator by @rupertj in #49
- Fix/1.x/41 import pipeline permission by @rupertj in #51
- Add updated patch that will work with a release of smalot/pdfparser. by @rupertj in #53
New Contributors
- @philipnorton42 made their first contribution in #34
Full Changelog: 1.0.0-alpha4...1.0.0-beta1
1.0.0-alpha4
1.0.0-alpha3
What's Changed
- Feature/1.x/3 batch process by @rupertj in #15
- Move AI reformatting plugin to submodule by @andybroomfield in #17
New Contributors
- @andybroomfield made their first contribution in #17
Full Changelog: 1.0.0-alpha2...1.0.0-alpha3
1.0.0-alpha2
Fixes a bug where content is repeated across pages.
Adds the ability for transform plugins to be ordered.
Skip blank pages.
Use the title set by an extract or transform plugin when saving a publication.
Trim down the response from AI, so we don't include content from outside of a page body.
1.0.0-alpha1
This release introduces the plugin structure that enables users of the module to define how they want PDFs to be imported. You can author your own plugins to control how text is extracted from files, how it's transformed and how it's saved.
What's Changed
- Add shared CI workflows. by @rupertj in #8
- Feature/4 properly handle api key by @rbg-lslater, @rupertj in #9
- Split the import process into plugins. by @rupertj in #11
New Contributors
- @rupertj made their first contribution in #8
- @rbg-lslater made their first contribution in #9
Full Changelog: https://github.com/localgovdrupal/localgov_publications_importer/commits/1.0.0-alpha1