Skip to content

Releases: caarmen/poet-assistant-desktop

0.6.0 - Fix bug selecting search text

27 Feb 09:04
Compare
Choose a tag to compare

Fix a bug where it wasn't possible to use the mouse to select the text in the search field.

0.5.0 - Change default theme, add composer context menu

23 Feb 22:53
a9832ab
Compare
Choose a tag to compare
  • Make the default theme "Fusion"
  • Add a context menu to the composer text area

0.4.0 - Search history, theme preferences

23 Feb 22:08
becdd7c
Compare
Choose a tag to compare

Features:

  • Add search suggestions from history
  • Add preferences screen with these settings:
    • Toggle on search suggestions from history
    • Dark mode
    • Theme

0.3.0 - Minor UI/UX improvements, build optimizations

20 Feb 04:29
Compare
Choose a tag to compare

User-facing changes:

  • Fix menu item colors
  • Add accessibility labels to texts and button icons
  • Hide the TTS context menu itme if tts isn't available
  • Show a toast when copying text to the clipboard
  • Add tooltips to icon buttons
  • Minor UI improvements (spacing, rounded corners...)

Build changes:

  • Package the database file, not as a qml resource
  • Don't use macdeployqt to build the dmg. It can include unwanted .dSYM files. Use macdeployqt to copy dependencies, but use hduiutil to make the dmg file.
  • Make the project build on Mac OS 10.15 (Catalina)

0.2.0 - Search suggestions, more rhyme matches, copy/speak context menu, copy results to clipboard

16 Feb 23:42
Compare
Choose a tag to compare

Features:

  • Added search suggestions based on dictionary entries
  • Added "copy" and "speak" actions for individual search result words
  • Added "copy" action for search result lists
  • Search for more rhyme types (last 3 syllables, last 2 syllables, last sylalble)

Fixes:

  • Fix display of icons in about screen
  • Update combobox colors when night mode is toggled
  • When selecting a menu, only open the composer tab if the menu item was for the composer
  • Hide the context menu after performing the action

Maintenance:

  • Refactor app initialization
  • Use id-based translations
  • Translate menu items
  • Reformat source code files

0.1.0 - Text to speech

13 Feb 13:48
a4fc726
Compare
Choose a tag to compare

Add text-to-speech functionality in the composer tab.

0.0.2: Minor UI improvements, versioning improvements

05 Feb 20:11
31cd5d3
Compare
Choose a tag to compare

User features:

  • Add a File->Quit menu item
  • Improve the height of the tabs in the default theme
  • Show the version in the About screen

Dev changes:

  • Specify the version in a version.txt file. Read the version when building, so it's used in the about screen, as well as the binary file names

0.0.1: Initial release

03 Feb 17:45
Compare
Choose a tag to compare

Feature set:

  • Rhymes (strict rhymes only)
  • Thesaurus (one-way lookup only)
  • Definitions
  • Composer (read/write from/to files, no text-to-speech)
  • Favorites