-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog.txt
29 lines (26 loc) · 2.18 KB
/
Changelog.txt
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
13.03.2023
installer.py:
Added Command-Line Argument Handling: Implemented command-line argument handling to support different installation options.
Improved User Messages: Enhanced user messages and prompts for better clarity during installation.
Added Error Handling: Implemented error handling to gracefully handle potential installation issues.
Renamed Binary Files: Renamed the binary files to 'termpdf-linux' and 'termpdf-macos' for clarity.
Added Permissions Setting: Added a function to set executable permissions for the installed 'termpdf.py' script.
Improved OS Detection: Enhanced the detection of the operating system for proper installation paths.
Consolidated Installation Steps: Consolidated installation steps into a single script for ease of use.
Cleaned Up Code: Performed code clean-up and formatting for readability.
termpdf.py:
Updated Command-Line Interface: Improved the command-line interface to support additional options for PDF viewing.
Added PDF Navigation Features: Added features for navigating through PDF documents, including moving forward and backward through pages.
Enhanced User Interface: Enhanced the user interface for a more user-friendly experience.
Improved PDF Rendering: Improved the rendering of PDF documents for better clarity.
Added Page Number Display: Added display of the current page number for reference.
Enhanced Error Handling: Implemented better error handling to handle unexpected situations gracefully.
Updated Documentation: Updated the documentation to reflect new features and usage.
installer.sh:
Improved User Messages: Enhanced user messages and prompts for better clarity during installation.
Added Permissions Setting: Added a function to set executable permissions for the installed 'termpdf.py' script.
Modified Installation Path: Adjusted the installation path to '/usr/local/bin' for macOS.
Added macOS Compatibility: Included macOS as a supported platform for installation.
Updated Dependency Checks: Checked for the presence of Python and pip before attempting installation.
Cleaned Up Code: Performed code clean-up and formatting for readability.
These changes aim to improve the installation process and the user experience when using the TermPDF Viewer.