Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Releases: paveloom-j/PDFHighlights.jl

v0.1.2

29 Oct 14:17
64de012
Compare
Choose a tag to compare

PDFHighlights v0.1.2

Diff since v0.1.1

Closed issues:

  • Add a playground: image (#70)
  • Add a playground: docs (#71)

Merged pull requests:

v0.1.1

29 Oct 10:38
506055b
Compare
Choose a tag to compare

PDFHighlights v0.1.1

Diff since v0.1.0

Closed issues:

  • Add support for Float32 (#44)
  • Try the BinaryBuilder.jl (#58)
  • exception_with_symbol should be nuked (#80)
  • Rename the PDFHighlightsPage to PDFHighlights (#81)
  • Consider switching to GitHub actions completely (#82)
  • There is a wrong slogan in the documentation (#83)
  • TagBot: something wrong with GPG (#84)
  • Change the branch of the Codecov badge from develop to master (#85)
  • Add a license link to the icons8 site (#86)
  • Remove notes about library dependencies (#91)
  • Switch to using the Exceptions package (#92)

Merged pull requests:

v0.1.0

19 Oct 12:13
43e9592
Compare
Choose a tag to compare

PDFHighlights v0.1.0

Closed issues:

  • Get rid of the heavy dependency CSV.jl (#2)
  • try loading the document (#3)
  • try Meta.parse to catch exceptions in advance (#4)
  • Save pages, too (#5)
  • Add tests (#6)
  • Add pages to the table, too (#9)
  • Add methods to get the rest of the columns from the table (#10)
  • Add recursive versions for the PDF functions (#11)
  • Add a condition on an escape character when checking integrity (#12)
  • Use the advantage of displaysize (stdout) (#13)
  • Remove identifiers after concatenation (#16)
  • Generalize the comma search loop? (#17)
  • Stop execution if the popplerqt5 package has not been installed (#20)
  • Precompile all functions (#21)
  • Rethink the modules (#22)
  • Add Codecov (#23)
  • Test if the passed pdf file actually exists (#24)
  • Sort the table by the titles (or any other) field (#27)
  • Replace \"with "" (#29)
  • Add an exception for wrong keywords in sort! (#30)
  • Remove the show keyword in import_highlights (#32)
  • Remove word transfers when getting highlights (#34)
  • Sort lines of highlights by y (#35)
  • Use py""" instead of pyimport (#37)
  • Nuke the print_info function (#40)
  • Sort the highlights by y manually (#41)
  • Consider testing on macOS (#47)
  • Revisit the sorting of the anchors (#48)
  • Check out MultilineStrings.jl (#49)
  • Consider using Salsa.jl to keep the status of the PDF and not extract the highlights if the content has not been updated (#51)
  • Consider rewriting the macros for exceptions (#52)
  • Determine the module from the call automatically when using the exception macro (#54)
  • Use the joinpath everywhere (#59)
  • Nuke the sort! function for .csv files (#60)
  • Add documentation about the internals (#63)
  • Add the quiet keyword for the import_highlights function (#67)
  • Document the variables created at runtime (if possible) (#68)
  • Consider removing URLs (#69)

Merged pull requests: