Skip to content

Commit

Permalink
RELEASE: This is version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jul 28, 2024
1 parent cd54b6b commit f9cbc17
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sunday, 2024-07-28 (Version 1.2.0)
- Implemented directly jumping to a page
- Added command line parameter to start at a specific page

Thursday, 2024-05-09 (Version 1.1.0)
- Implemented redrawing regions
- Added current margin settings to regions file
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PROJECT_NAME = "PDF Textorizer"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.1.0
PROJECT_NUMBER = 1.2.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes in PDF Textorizer version 1.2.0
=======================================

PDF Textorizer now makes going to a specific page easier. No need to
page through the whole PDF from the start until the wanted page anymore.
Instead, you can now specify a starting page with a command line parameter;
and also modify the current page number by clicking into the page label.


Changes in PDF Textorizer version 1.1.0
=======================================

Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import re
import subprocess

VERSION_FALLBACK = "1.1.0+unk"
VERSION_FALLBACK = "1.2.0+unk"


def get_version() -> str:
Expand Down

0 comments on commit f9cbc17

Please sign in to comment.