-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
62 lines (48 loc) · 1.51 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
version 0.99.3 2024.11.10
-Remove PyPDF2 support
-Support new version of PyMuPDF
-Port to PyQt6
version 0.99.2 2021.03.07
-Fix crash with PyMuPDF 1.18.5 and newer
-Add Russian translation
version 0.99.1 2019.11.18
-Reduce size of output file cropped with PyMuPDF
-Crop with PyMuPDF by default
-Fix hardcoded scaling
version 0.99.0 2019.10.21
-Show message when cropping with PyPDF2 failed
-Allow auto detect from command line
version 0.7.0 2019.07.03
-Allow user to use either PyPDF2 or PyMuPDF to crop
-other changes
version 0.6.0 2019.03.09
-Allow user to set order of pages
-minor improvement of auto detection
-Add shortcut key in SetLayoutDialog
version 0.5.0 2019.01.03
-Switch to PyMuPDF for rendering PDF
-bug fixes
-other changes
version 0.4.0 2018.11.26
-fix mediaBox if lowerLeft of original mediaBox is not [0,0] (only fixed when page is not rotated)
-add actions in menuBar
-other changes
version 0.3.2 2018.09.19
-load Qt translation
-update and fix translation
-maximize window at start
version 0.3.1 2018.09.07
-update Chinese (Traditional) translation
-include more files in MANIFEST.in
version 0.3.0 2018.09.06
-set mediabox correctly if page is rotated
version 0.2.1 2018.06.30
-internationalization and add Chinese (Traditional) translation
version 0.2.0 2018.06.20
-do not show path of input file in window title
-change user interface, using combobox to support more pages per sheet
version 0.1.1 2018.06.05
-only draw pixmap when needed
-add desktop file and icon
version 0.1.0 2018.05.30
-Initial commit