Skip to content

Releases: pquiring/javaforce

10.2.0

10 Sep 14:57
Compare
Choose a tag to compare

Sept 10/2015 : JF 10.2.0 released!

  • jfProxy/0.3 released!
    • fixed host:port parsing

10.1.0

28 Aug 01:19
Compare
Choose a tag to compare

Aug 27/2015 : JF 10.1.0 released!

  • added GLMatrix.lookAt()

10.0.0

18 Aug 23:42
Compare
Choose a tag to compare

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

9.6.0

31 Jul 19:29
Compare
Choose a tag to compare

Jul 31/2015 : JF 9.6.0 released!

  • .blend loader supports Blender 2.75
    • blender sometimes creates duplicate BHead chunks which need to be loaded in a special order
  • improved SIP Server localhost detection
  • jPBXLite/0.24 released!

9.5.0

14 Jul 14:20
Compare
Choose a tag to compare

Jul 14/2015 : JF 9.5.0 released!

  • Windows native launcher can now download Java if not found
  • jfRDP/0.4 released!
    • jfRDP is back
    • now uses more native code, the RDP server port is no longer redirected and the client window is pure native.
    • the view is always scaled (maybe add a toolbar later with more options)
    • added multi concurrent users and view only mode

9.4.0

09 Jul 19:45
Compare
Choose a tag to compare

Jul 9/2015 : JF 9.4.0 released!

  • JFNative no longer exits if the jfnative libraries are not found
  • now includes 32bit linux native libraries
  • MSI packages can now include a stripped down JRE
    • see javaforce.utils.jheat
    • new ant tasks: jremsi32 and jremsi64
    • only required files are included
    • even the rt.jar is cut down in size
    • the MSI files are only 20MBs larger with the JRE bundled
      • javapackager makes the MSI files 50+MBs larger (too big)
    • no more problems with missing JRE or wrong JRE installed (32/64bit)
    • consider jvm.dll as just another toolkit like qt.dll or gtk.dll
    • only supports Java8 for now, Java9 will require an overhaul (jimage)
  • jPhoneLite/1.9.7 released!
    • improve support for Linux
  • jfPasswords/0.14 released!
    • fixed drag and drop entries between groups
  • jfFTP/0.7 released!
    • fixed progress bar with sftp transfers
  • jfWebProxy/1.5.0 released!
    • a proxy server that uses jsp or php webservers hosted else where
    • formerly jGAEProxy (released separately)
  • some larger jars in /jars are now downloaded with ant get tasks

9.3.0

01 Jul 00:40
Compare
Choose a tag to compare

Jun 30/2015 : JF 9.3.0 released!

  • VoIP fixes:
    • handle QOP auth better
    • echo back Record-Route fields (RFC 2543 6.29)
    • reply 405 "Method Not Allowed" to "OPTIONS" request
    • ignore sip code 181 (call forwarded)
    • now supports flowroute.com
  • jPhoneLite/1.9.6 released!
    • desktop and android
  • jfBroadcast/0.31 released!
  • jPBXLite/0.23 released!

9.2.0

26 Jun 12:32
Compare
Choose a tag to compare

Jun 25/2015 : JF 9.2.0 released!

  • jPhoneLite Android/1.9.5 AR #12 released!
    • should fix bug #28
    • finally upgraded the android edition to most desktop standards
    • includes g722 support
    • android does not support all desktop features yet
  • jfPaint/0.19 released!
    • added scale/rotate
    • new filters
    • bug fixes

9.1.0

16 Jun 14:54
Compare
Choose a tag to compare

Jun 15/2015 : JF 9.1.0 released!

  • fixed win32 native issues
  • fixed javaforce.gl.GLObject crashing on some video cards
    • needed to disable vertex attrib array for UVMap2 if not in use
    • projects/jftest3d works on more systems now
  • added GL.glTexSubImage2D() function
  • added GL.glDisableVertexAttrib() function
  • fixed VoIP : could not handle realm with a space
    • created a String.split() replacement that can handle "quotes" and trim()s each substring
  • fixed VoIP codec selection (see javaforce.voip.RTPChannel.start())
  • jPhoneLite/1.9.5 released!
    • fixes for bug #27
  • jfrecordcamera/0.3 and jfrecorddesktop/0.4 and jfvideo/0.18 released!
    • added new higher video bit rates

9.0.0

09 Jun 17:42
Compare
Choose a tag to compare

Init release on github.com