Skip to content

Releases: Sven-Seyfert/Au3AnswerByTag

v1.1.0 - 2023-05-18

18 May 18:37
Compare
Choose a tag to compare

Changed

  • Favicon and logo image.
  • Style of license file.
  • Update copyright year to 2023.

Fixed

  • SQLite error of file 'sqlite3_x64.dll' not found.

v1.0.0 - 2022-08-02

02 Aug 21:32
Compare
Choose a tag to compare

Added

  • .gitignore entry.

Changed

  • Project file structure to fit the default from Au3NewProject.

v0.4.0 - 2022-03-14

14 Mar 19:11
Compare
Choose a tag to compare

Changed

  • Minor code improvement.
  • ReadMe content adjustment.
  • Version bump.

v0.3.0 - 2022-03-10

10 Mar 16:33
Compare
Choose a tag to compare

Changed

  • Go back to MS Outlook window after copy action instead of previous window.
  • Version bump.

Fixed

  • Adding signature multiple times for copy action (guard checks for exists state).

v0.2.0 - 2022-02-09

09 Mar 13:36
Compare
Choose a tag to compare

Added

  • Toggle for show or hide additional message boxes before save or update actions.
  • Toggle for the minimize or not minimize the program after the copy action.
  • Functionality of append a defined signature to the answer when copy action is triggered.
  • Reload button for the list of tags.
  • Auto-completion (type in the search tag) functionality to the dropdown "List of tags".
  • Additional question (message box) in case of opening the config file.

Changed

  • GUI design for better user experience.
  • Keyboard shortcuts to show the GUI, to copy the answer and to reload the list of tags.
  • Starting behavior of the program. It starts in the background and will popup by the shortcut Ctrl+1.
  • Update the Quill Editor version from v1.3.6 to v1.3.7.

Fixed

  • Known issue of Quill Rich Text Editor about the default block tag.
  • Work-around of SQLite bug regarding database not found exception.

v0.1.0 - 2022-03-02

02 Mar 20:06
Compare
Choose a tag to compare

Added

  • All repository data and dependencies.