Releases: NotAlexNoyle/webos-quick-install
Version 4.7.2u
What's new in v4.7.2u:
-
Fixed compatibility with Java 7-10
-
Added eclipse-related files so others can more easily experiment with the project
Planned for future versions:
-
Fix more code spacing and indentation (Currently up to FeedViewer.java)
-
Fix several eclipse warnings
-
Fully comment/document code
-
Show a photo of whatever device that is currently selected, instead of always showing an original Pre. Also show this in "installing" view.
-
Migrate from Better Swing Application Framework to standard Java Swing
-
Fix prefs warnings at runtime on Linux
-
Fix a couple of windows registry errors
-
Add support for BSDs and Solaris-based operating systems (and possibly more)
-
Distrbute operating system-specific packages with icons (.exe, .app, etc) instead of .jar for everything.
-
Fix armhf device detection
-
Locate and remove unwanted loop when loading image assets in PackageViewer upon first launch
-
Fix layout of About window on MacOS
-
Fix Linux novacomd installation, and add support for installing novacomd on armhf
-
Work on community feedback and implement community requests!
-
Fix code order / refactor in general.
-
Update translations
-
Resolve this issue: JayCanuck#4
-
Fulfill this request: JayCanuck#3
-
Add "continue anyway" option in the "there are no devices currently connected" pane, and change "ok" to "quit"
-
Fix splash screen
Version 4.7.1u
What's new in v4.7.1u:
-
Fixed some code spacing and indentation
-
Removed unnecessary files
-
Fixed compatibility with early versions of Java 7
-
Bumped version number, and made title automatically adapt to new version numbers
Version 4.7.0u
What's new in v4.7.0u:
-
Now uses user Java preferences rather than system Java preferences
-
Fixed several NullPointerException errors
-
Fixed blank package description icons/screenshots in Package Viewer window
-
Imported and made use of JPowerShell API in order to implement an awesome powershell self-elevating permissions hack that triggers UAC to start novacom (from https://github.com/profesorfalken/jPowerShell)
-
Converted project from NetBeans to Eclispe
-
Converted project from Java 6/CC1.5 to Java 12/CC11. Java 7 or above is now reccomended, as is the use of OpenJDK (https://www.adoptopenjdk.net)
-
Install folder is no longer created until novacom is detected
-
Most of the novacom driver detection code is re-written from the ground up to better support Linux and macOS on all architectures, including armhf. This means that novacom can now be detected accurately on headless servers, or even a Raspberry Pi! Windows novacom detection support is retained from earlier versions
-
On Windows and Linux, if novacom is installed, but not running, it will now be started. (This is not needed on macOS, because novacomd runs perpetually once installed)
-
If the Install folder is empty, it will now be deleted upon exit
-
Re-hosted webos-clock-themer repository at https://github.com/NotAlexNoyle/WebOS-Clock-Themer/
-
Updated "about" window
-
Fixed package icon display in Package Viewer window
-
Fixed package screenshot display in Package Viewer window
-
Several other minor edits and bug fixes (see the commit history at https://github.com/NotAlexNoyle/WebOS-Quick-Install for a comprehensive comparison)