Skip to content

Latest commit

 

History

History
91 lines (50 loc) · 1.43 KB

CHANGELOG.rst

File metadata and controls

91 lines (50 loc) · 1.43 KB

Changelog

Unreleased

---

v0.4.0 (2023-03-16)

Add:

  • Add '--auto' option in 'export' command [6836c780]
  • Add '_mediabox_reset' command (experimental) [8ae1e6b8]

v0.3.1 (2022-04-14)

Fix:

  • Fix double printouts in GUI (undo and redo) [f74f55c8]

v0.3.0 (2022-04-13)

Change:

  • Change and Fix box coords inconsistency [676dca64]

    PyMuPDF box coords are mediabox 'top' aligned, and the program normally used them, while img box coords are mediabox 'top-left' aligned.

    I have been using them very inconsistently.

    Now, all boxes in interfaces are img box type ('top-left' aligned).

Add:

  • Add x key for exact coords paste (GUI) [80dde8d1]

v0.2.3 (2022-04-07)

Change:

  • Change overwritten 'h' key to 'H' (GUI help method) [5394c9c5]

    'h' is used in 'move rectangle' ('h', 'j', 'k', 'l').

    Before:

    h: print help in terminal

    After:

    H: print help in terminal

Fix:

  • Fix --nocheck commandline argument (it didn't work previously) [ce1481e1]
  • Fix pdf y-direction adjusting error [9e9144e6]

v0.2.2 (2022-02-05)

  • Fix a few bugs (info related)

v0.2.1 (2022-01-19)

  • Add note.rst

v0.2.0 (2022-01-17)

  • Done initial iteration (initial feature additions and design check)

v0.1.0 (2021-11-15)

  • Initial commit