Skip to content

Releases: Drakonis96/notypdf

v0.9.0

01 Jul 17:06
Compare
Choose a tag to compare

Changelog:

  • Added custom translation prompts
  • Fixed drag-and-drop PDF function that duplicated uploaded files
  • Now, when selecting text, it is automatically copied instead of showing the selection modal; to enable the modal, activate it in the settings
  • Now, when clicking the "Translate Page" button, the current page is sent as an image to the AI, which performs OCR and displays the correct result in paragraphs

v0.8.1

20 Jun 09:52
da17f7a
Compare
Choose a tag to compare

Changelog:

  • Switch translation modal actions to icon buttons
  • Improve README clarity
  • Add README screenshots

Full Changelog: v0.8.0...v0.8.1

v0.8.0

16 Jun 07:54
b9b75e5
Compare
Choose a tag to compare

Changelog:

  • Add folder creation and management for Document Manager
  • Add file moving capability
  • Add page navigation in translation modal (automatically translate next or previous page)
  • Protect archive folder from deletion
  • New interface with simpler buttons
  • Fix document list reload after moving files
  • Fix logo path

Full Changelog: v0.7.1...v0.8.0

v0.7.0

11 Jun 01:26
54cee9f
Compare
Choose a tag to compare

Changelog:

  • Add archive management modal
  • Add No context option in chat dropdown

Full Changelog: v0.6.1...v0.7.0

v0.6.1

09 Jun 18:55
afa6ce6
Compare
Choose a tag to compare

Changelog:

  • Add context modes to chat modal: markdown for short files, full pdf for longer files and selected page for limited context

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Jun 14:03
3e16e0c
Compare
Choose a tag to compare

What's Changed

  • Add chat mode
  • Enhance chat modal with markdown context
  • Enable streaming responses in chat modal
  • Add token limit option in chat modal
  • Add checkmark indicator for loaded markdown
  • Add PDF bulk download

Full Changelog: v0.5.2...v0.6.0

v0.5.2

06 Jun 10:12
12b0a3f
Compare
Choose a tag to compare

Changelog:

  • Add PWA support
  • Implement persistent bookmarks across devices
  • Show file manager at first start instead of drag/drop area
  • Add button to close PDF
  • Fix workspace path and save viewer uploads
  • Fix config persistence
  • Fix Dockerfile for persistent config directory

Full Changelog: v0.5.1...v0.5.2

v0.5.1

05 Jun 17:16
c38450b
Compare
Choose a tag to compare

Changelog:

  • Added a bookmark feature: the app now remembers the last bookmarked page, so when you reopen a document, it automatically opens at the bookmarked locati

v0.5.0

04 Jun 19:09
7aee175
Compare
Choose a tag to compare

Changelog:

  • Added a Chrome Extension that lets you connect NotyPDF to your browser. You can now quickly add references from websites by clicking the extension icon or right-clicking selected text. It also works with PDFs opened in the browser — just make sure to copy the text before using the extension in that case.

v0.4.0

02 Jun 23:05
Compare
Choose a tag to compare

Changelog v.0.4.0

🚀 New Features

Document Manager: Upload, organize, and manage PDF files with search and batch operations

Better settings panel: Tabbed interface with Configuration, Database IDs, Tag Config, and Backup sections

Manual Tag System: Create custom without depending on Notion's AI for better reference management.

Backup & Restore: Export/import your complete configuration as JSON files

New free models for OpenRouter

⚖️ Improvements

Backend Service: Python Flask backend for file management and configuration storage.

Migrated from localStorage to server-based storage.

Mobile Responsive: Optimized interface for mobile and tablet devices

Multiple Databases: Manage connections to different Notion workspaces

🐛 Bug Fixes

Fixed PDF rendering on mobile devices

Improved text selection accuracy

Enhanced configuration persistence

Better error handling for API failures