Releases: Drakonis96/notypdf
v0.9.0
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
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
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
Changelog:
- Add archive management modal
- Add No context option in chat dropdown
Full Changelog: v0.6.1...v0.7.0
v0.6.1
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
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
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
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
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
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