Skip to content

Releases: buzzqw/NotePadPQ

NotePadPQ 1.5.6

13 Jun 08:33

Choose a tag to compare

NotePadPQ 1.5.6

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • feat(find): pro-editor search, correct highlighting and transparency - highlight all occurrences on every search; current match distinct (orange + line band) from the others (faint yellow), light/dark themes ok - themed results list (no more unreadable black background) - fix character/byte UTF-8 offset: highlights no longer land on the wrong words on lines with accents - no "ghost" markings: cleanup on every search and on close - removed double highlighting (smart highlight) + suspended during search - new adjustable transparency for the Find window (persisted in Settings) - i18n: label.transparent / tooltip.find_* keys in it/en/de/es/fr/pl

NotePadPQ 1.5.5

12 Jun 10:54

Choose a tag to compare

NotePadPQ 1.5.5

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • big update on db query plugin
  • update Search PQ plugin

NotePadPQ 1.5.4

12 Jun 07:40

Choose a tag to compare

NotePadPQ 1.5.4

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • tok/s live anche durante la fase di thinking
  • Aggiunta la visualizzazione dei token/secondo generati dai modelli locali Ollama e llama.cpp nel pannello del plugin AI plugins/ai_plugin.py
  • feat(ai-plugin): migliora UI chat con Markdown, bolle e colori dal tema Riprogetta il pannello chat del plugin AI (_AIPanel) per risolvere il problema del testo utente/AI mescolato e poco leggibile: - Rendering Markdown delle risposte AI via python-markdown (con fallback se la libreria non e' installata): titoli, liste, grassetto, tabelle e blocchi di codice ora formattati. - Bolle/card separate per ogni messaggio con intestazione "Tu" / nome modello; sfondi distinti per utente e AI. - Font UI di default per il testo discorsivo, monospace solo nei blocchi di codice. - Colori letti dal ThemeManager attivo (helper _chat_palette) al posto dei valori hardcoded: leggibile su temi chiari e scuri. - Streaming: testo grezzo durante la generazione, re-render Markdown a fine risposta (_rebuild_chat). I messaggi di sistema mantengono il colore d'accento (warning/errore). - i18n: nuova chiave label.ai_role_user in it/en/de/fr/es/pl.

NotePadPQ 1.5.3

06 Jun 15:20

Choose a tag to compare

NotePadPQ 1.5.3

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • fix(preview): workaround PyQt6 6.11 QTextBrowser.setHtml() drop of base_url arg

NotePadPQ 1.5.2

05 Jun 14:35

Choose a tag to compare

NotePadPQ 1.5.2

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • renamed Export as PDF in Export as Formatted PDF in all 6 locales
  • fix(export-pdf): open generated PDF in system viewer for printing
  • render markdown inside
    blocks and load local images

NotePadPQ 1.5.1

05 Jun 13:53

Choose a tag to compare

NotePadPQ 1.5.1

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • using python formatter..
  • better support for python code formatter, better translation for last added fuctions
  • better setup.sh
  • update manual, readme and setup.sh
  • remove ssh support: not enough implemented
  • add REST Client & Code Formatter plugins; extend FTP to SSH/SMB with i18n in 6 languages
  • update readme
  • added rest client, add ssh and smb support mount helper

NotePadPQ 1.5.0

05 Jun 10:03

Choose a tag to compare

NotePadPQ 1.5.0

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • use darker icon color on light themes for better contrast on light system themes
  • added Spelling review for a more coomprensive e structurated word check
  • added Spelling review for a more coomprensive e structurated word check
  • feat(tab-manager): add 'Open Terminal Here' to file tab context menu

NotePadPQ 1.4.9

04 Jun 12:28

Choose a tag to compare

NotePadPQ 1.4.9

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • pass QPageLayout with effective margins directly to printToPdf (drop CSS @page)
  • fix: use @page CSS rule and QPageLayout for proper per-page margins in Markdown PDF export

NotePadPQ 1.4.8

04 Jun 10:53

Choose a tag to compare

NotePadPQ 1.4.8

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • Fixed language toolbar background (palette window→button) and added icon/style refresh on theme change

NotePadPQ 1.4.7

04 Jun 10:24

Choose a tag to compare

NotePadPQ 1.4.7

📦 Download

Versione Contenuto Download
Full Tutte le funzionalità (PDF, Markdown, Spreadsheet, Git, Spell) ZIP allegato

🔄 Modifiche

  • Added a Windows menu listing open files between Plugins and Help
  • fix typewriter mode: dead zone (configurable, default 3 lines) and visual-line scroll for word wrap; remove redundant smart_typography/sentence_focus prefs