Skip to content

Releases: Mirikani0/Pageturn-PDF

Release list

v1.1.0

Choose a tag to compare

@Mirikani0 Mirikani0 released this 21 Sep 13:36
5d56b38

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 iconPosition in StickyNoteDialog to position note indicators accurately based on selection boundaries.

Fixed

  • Fixed compilation failures in selection_overlay.dart caused by missing data model references.
  • Resolved annotation data overwriting bugs in AnnotationService by separating storage keys for highlights (annotations_highlights_...) and sticky notes (annotations_notes_...).
  • Fixed saveAllAnnotations and loadAllAnnotations logic to ensure documents containing both highlights and sticky notes preserve all annotations simultaneously.

Changed

  • Re-anchored selection overlay and annotation workflow to use GetStorage instead of SharedPreferences.
  • Configured launcher app label in AndroidManifest.xml from pageturn_pdf to PageTurn PDF for proper display name rendering on Android home screens.
  • Cleaned up unused imports in selection_overlay.dart (dart:io, syncfusion_flutter_pdf/pdf.dart).

v1.0.0

Choose a tag to compare

@Mirikani0 Mirikani0 released this 18 Sep 19:09
5d56b38
Initial commit