Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 6 #22

Merged
merged 13 commits into from
Jun 7, 2024
Merged

Version 6 #22

merged 13 commits into from
Jun 7, 2024

Commits on May 31, 2024

  1. feat: aggregator

    This new plugin merges PDF documents generated from pages as a single "aggregated" PDF document.
    adrienbrignon committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c0f5daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8bb28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07e2bc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. feat(aggregator): enhancements and fixes

    - The path of the aggregate PDF document is now configurable
    - Covers behaviour is now configurable
      - 'none' to omit them
      - 'limits' to include only the first and last one
      - 'all' to include them all
    - No longer writing the aggregated PDF document if it does not contain any pages
    adrienbrignon committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    78c5c72 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. feat: revised project structure

    - Plugins are now called "formats". From now, only the 'exporter' plugin needs to be registered.
      - Formats are still based on plugins, but are loaded dynamically by the 'exporter' one.
    adrienbrignon committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7f49ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    085555c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3953aa View commit details
    Browse the repository at this point in the history
  4. chore: updated README

    adrienbrignon committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    57b849c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f08ddff View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. feat: aggregating pages together

    - Fixed page numbers not being coherent
    - Improved concurrency and performance
    adrienbrignon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bdc6c75 View commit details
    Browse the repository at this point in the history
  2. chore: misc. changes

    adrienbrignon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d91df1d View commit details
    Browse the repository at this point in the history
  3. chore: updated README

    adrienbrignon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    58be8f9 View commit details
    Browse the repository at this point in the history
  4. fix: misc. fixes

    adrienbrignon committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d926dc6 View commit details
    Browse the repository at this point in the history