Changed the License from GPL to AGPL with approval from contributors -> Resolves #139
Added LanIpLabel and LanIPListBox to WebBrowserConfig.Designer.vb
Updated GenerateLink_Click event handler in WebBrowserConfig.vb
Modified LAN IP logic in WebBrowserConfig.vb
A new feature has been added to the WebBrowserConfig 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.
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 a new section in the "Word List Settings" menu for configuring how the program handles found phrases.
Implemented logic to convert text to asterisks (*) or leave it as an empty string when a match is found based on checkboxes.
Add 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
A new feature has been added to the WebBrowserConfig 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.
End If
statements where they were implied before.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 a new section in the "Word List Settings" menu for configuring how the program handles found phrases.
Implemented logic to convert text to asterisks (*) or leave it as an empty string when a match is found based on checkboxes.
Add 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