Releases: ki1r0/ip
Releases · ki1r0/ip
v0.2
Build/UI: Create fat JAR and fix JavaFX error message display Previously, error messages were not displaying correctly in the JavaFX UI, making debugging difficult. Additionally, the application did not have a properly packaged fat JAR, complicating deployment by requiring manual dependency management. A fat JAR simplifies distribution by bundling all dependencies into a single executable file. Fixing the JavaFX error message display ensures that errors are properly visible to users and developers. Let's: * Generate a fat JAR to streamline application deployment * Debug and fix JavaFX error handling so error messages display correctly * Ensure error dialogs or logs provide meaningful feedback This improves deployment efficiency and enhances debugging by making errors visible within the JavaFX interface.