Skip to content

Releases: giosali/reginald

v1.0.1

30 Oct 18:18
Compare
Choose a tag to compare

This release is important for new Reginald users because it patches a bug that was caused by an %APPDATA% folder not being created before being used.

Additionally, ever since the Windows 11 October update, I'm fairly certain the icons for applications have become blurry. This update addresses that issue as well.

Changelog Entry

Fixed

  • Blurry application icons due to the Windows 11 October update.
  • Fixed application crashing due to %APPDATA% directory not being created before being used.

v1.0.0

14 Oct 02:45
Compare
Choose a tag to compare

This release marks the beginning of 1.x.x versioning. There are still some features I'd like to add in the future (e.g., localization, search plugins/workflows, ability to create custom themes) but I truly believe Reginald is now a pretty solid application.

The main newest feature is the ability to search through your computer's files. This is the one feature I've been wanting to implement before I released version v1.0.0 and it's now ready. You can press either your space bar or the apostrophe key while the input is empty to start searching.

The API for searching through files is apparently much faster and much more efficient on macOS than it is on Windows so I had to resort to file indexing. Don't worry though—by using a lot of memory optimizations, the RAM usage is still pretty low. By default, Reginald will ignore %APPDATA% and any file or folder whose name begins with a period.

Note

For developers: Reginald already ignores common gitignore directories/files found in C#, C++, Node.js, and Python projects but if you want to add more to the list, you always have the option to in the settings. In fact, I highly recommend you do.

Other than that, Reginald is ready to move on to the next stage. Hope you enjoy it!

Changelog Entry

Added

  • Ability to search through files and folders on your computer.
  • Search and clipboard manager windows can become transparent by toggling Ctrl + T.
  • Clear clipboard keyword to empty Reginald's clipboard manager.
  • forcequit keyword to forcibly close applications.
  • Optional decimal separators for the calculator keyword.
  • Features section in settings.
  • Search results limit.
  • Option to run applications as administrator by pressing Alt + Enter.

Changed

  • Application icon.
  • Move most settings under the Features section.
  • Improve performance when dealing with large text selections in clipboard manager.
  • Clipboard items can be deleted by right-clicking and clicking Delete.
  • Build compression setting from 'for size' to 'for speed'.

Fixed

  • Major performance improvements.
  • Clipboard manager will now remove the last item when the limit is reached.
  • Search results clipping outside the search window.

v0.11.0

12 Jun 01:51
Compare
Choose a tag to compare

Added

  • Added a built-in clipboard manager
    • The clipboard manager can be accessed by pressing Shift + Alt + V
  • The installer now contains an option to run the application after installation
  • Added original acrylic material

Changed

  • The main search box window is now a popup window
  • Changed appearance of the settings section of the application
    • Removed third-party UI libraries
  • Improved handling of URLs
  • Multiple instances of the application are now prevented from concurrently running
  • Change appearance of the scroll bar

Fixed

  • Fixed bug where certain math expressions would crash the application
  • Fixed bug where the Alt key would be programmatically stuck
  • Fixed regex parsing bug where certain symbols would crash the application
  • Fixed bug where the application wouldn't run on startup after updating
  • Fixed bug where pressing Tab on a keyword would crash the application

v0.10.0

23 Jan 22:14
Compare
Choose a tag to compare

Added

  • Added ability to have Reginald launch on system startup
    • This setting can be toggled in either:
      • the menu of the system tray icon
      • the General settings page in the settings portion of the application
  • Added toggle button for text expansions
  • Added support for uppercase letters and symbols in text expansion triggers
    • You are no longer restrained to using a dollar symbol for your triggers
      • If you have been using a version of Reginald prior to v0.10.0, please review your triggers and manually prefix a dollar symbol (or any other symbol if you wish) to them
  • Added ability to view current timers and cancel them
    • Type timers to view a list of currently active timers and see how much time is left
      • You can press Alt + Enter on a selected timer to cancel it

Fixed

  • Fixed issue where certain URLs would not be picked by the search box
  • Fixed issue where poorly constructed URLs would be picked by the search box
  • Fixed issue where timer keyword would incorrectly parse the input text

v0.9.1

05 Jan 02:19
Compare
Choose a tag to compare

Changed

  • Changed interface for adding user keywords
  • Search Box Appearance has been removed from the menu sidebar
  • UI has been made more consistent in the settings portion of the application
  • Changed icons for a few of the default keywords
  • Refactored a majority of the codebase
    • Adding new features will be much more seamless and quicker

v0.9.0

14 Nov 02:53
Compare
Choose a tag to compare

Added

  • Added a new and exciting feature: text expansions
    • You can configure these within the settings panel of the app under Expansions

v0.8.0

28 Oct 02:43
Compare
Choose a tag to compare

Added

  • Added ability to to disable the application through the system tray icon
  • Added fluent support for Windows 11
  • Added new theme: "Black Cherry"

v0.7.0

04 Oct 19:44
Compare
Choose a tag to compare

Added

  • Added ability to close open applications by using the quit command

Fixed

  • Fixed issue where timer messages would become overridden by other search results
  • Fixed issue where the application would crash if alphabetical characters were provided after the timer command instead of a number
  • Fixed issue where fields would disappear from settings app if they were disabled

v0.6.1

25 Sep 20:58
Compare
Choose a tag to compare

Fixed

  • Fixed issue where search results would become highlighted if the cursor was already over the area of the search result again

v0.6.0

25 Sep 03:41
Compare
Choose a tag to compare

Added

  • Themes have been properly added to the settings window, paving the way for more proprietary and user-generated themes

Changed

  • Search box window should now open significantly more quickly than before

Fixed

  • Fixed issue where a search result would become highlighted if the cursor is already over the area of the search result when it appears

Removed

  • Removed ability to toggle the light/dark modes and the border around the search box window