Devlogs
GUI Only Update GUI 4.44
Posted September 26, 2024 by Cyber Apps
#GUI #Update
Synthalingua GUI Only Update - Change Log
This release brings a few key improvements and bug fixes:
What's Changed
- Changed the License from GPL to AGPL with approval from contributors -> Resolves #139
- A new feature has been added to the Web Browser Config Settings page, allowing you to specify your local network (LAN) IP address for streaming purposes.
- This change makes it easier to set up and share content within a local network.
- Added a new section in the "Word List Settings" menu for configuring how the program handles found phrases.
- Implemented logic to convert word blocked text to asterisks (*) or leave it as an empty string when a match is found.
- A border will now appear around the captions box making it easier to click and drag and resize it.
Code Base Changes
- Removed unnecessary comments and redundant assignments in event handlers.
- Corrected indentation for better readability.
- Added missing
End If
statements where they were implied before.
- Simplified conditions checking by directly assigning values to variables within the event handler logic.
- Fixed typos and corrected variable names as necessary.
- Implemented mouse hover and leave events for
Panel1
with appropriate cursor changes.
- Removed commented-out TODOs, application title formatting, version information formatting, and copyright text handling as they are no longer needed.
- Simplified the form load event.
- Adjusted the size of the "Language Mode" menu item.
- Added version number to
MainUI_Load
event handler.
- Updated publish profile to reflect new build date and time.
- Updated project version and assembly versions (1.1.4.44).
- Added repository URL and type to the project properties.
Full Changelog: Compare Versions on GitHub