Releases: Mirikani0/Pageturn-PDF
Releases · Mirikani0/Pageturn-PDF
Release list
v1.1.0
Changelog
All notable changes to the pageturn_pdf project are documented in this file.
Added
- UI/UX Overhaul: Introduced a refreshed UI layout featuring modern bottom sheets, improved typography, streamlined selection controls, and dark mode adaptive themes.
- Logo/app icon change
- Integrated full selection overlay support for saving annotations directly from PDF document viewports.
- Added parameter support for
iconPositioninStickyNoteDialogto position note indicators accurately based on selection boundaries.
Fixed
- Fixed compilation failures in
selection_overlay.dartcaused by missing data model references. - Resolved annotation data overwriting bugs in
AnnotationServiceby separating storage keys for highlights (annotations_highlights_...) and sticky notes (annotations_notes_...). - Fixed
saveAllAnnotationsandloadAllAnnotationslogic to ensure documents containing both highlights and sticky notes preserve all annotations simultaneously.
Changed
- Re-anchored selection overlay and annotation workflow to use
GetStorageinstead ofSharedPreferences. - Configured launcher app label in
AndroidManifest.xmlfrompageturn_pdftoPageTurn PDFfor proper display name rendering on Android home screens. - Cleaned up unused imports in
selection_overlay.dart(dart:io,syncfusion_flutter_pdf/pdf.dart).