Releases: pquiring/javaforce
Releases · pquiring/javaforce
10.7.0
10.6.0
10.5.0a
Dec 17/2015 : JF 10.5.0a released!
- jfPaint/0.20
- misc fixes
- jfBroadcast/0.33
- minor fix
- NEW: javaforce.utils.RunAs
- gui to run psexec (runas) (windows)
- jfPasswords/0.15 - 0.16
- 0.15 : changed startup behaviour (do not show window on startup)
- 0.16 : added 'avoid ambiguous chars' option
- 10.5.0a : added some missing files
10.5.0
Dec 17/2015 : JF 10.5.0 released!
- jfPaint/0.20
- misc fixes
- jfBroadcast/0.33
- minor fix
- NEW: javaforce.utils.RunAs
- gui to run psexec (runas) (windows)
- jfPasswords/0.15 - 0.16
- 0.15 : changed startup behaviour (do not show window on startup)
- 0.16 : added 'avoid ambiguous chars' option
10.4.0
Sept 24/2015 : JF 10.4.0 released!
- SIPClient : added display name
- added javaforce.JFLockFile
- jPhoneLite/1.9.9 released!
- desktop and android released
- added display name support
- use JFLockFile to prevent multiple copies running
- jfBroadcast/0.32 released!
- added display name support
- use JFLockFile to prevent multiple copies running
- hide password
- added option to close app when closing window
- did some work on getting jfLinux built - neither ISO will boot though :(
10.3.0
10.2.0
10.1.0
10.0.0
Aug 18/2015 : JF 10.0.0 released!
- JavaForce is now hosted exclusively at github.com/pquiring/javaforce
- see also : pquiring.github.io/javaforce
- ant install task now requires "bits" property defined on the command line (Linux only)
- ex : ant install -Dbits=64
- GLFW is now part of JavaForce to create OpenGL windows which should allow it to run on more platforms.
- GLFW is not well suited for Java apps. It only uses icons from the .exe which in java can not be easily changed.
- For now some JNI functions have been created to overcome this but only supports Windows.
- See : github.com/glfw/glfw