Skip to content

Releases: pquiring/javaforce

82.1

28 Apr 15:15

Choose a tag to compare

Apr 14/2025 : JF/82.1

  • fix : HTTP regression : Content-Length missing \r\n in post() method

82.0

17 Mar 12:50

Choose a tag to compare

Mar 17/2025 : JF/82.0

  • opencl
    • added execute2(), execute3(), execute4() for multi dimensional kernels
    • fixed local res calcs
    • Compute class : added 2d matrix multiple kernel
  • MQTTViewer
    • added -topic command line argument
  • jfMQTT/0.10

81.1

26 Feb 13:22

Choose a tag to compare

Feb 26/2025 : JF/81.1

  • fix JSON : do not trim() quoted values
    • fixes key bindings in VNC Web Console
  • jfVNC/0.8
  • jfKVM/2.6

81.0

25 Feb 17:33

Choose a tag to compare

Feb 25/2025 : JF/81.0

  • cleanup linux packages
  • RFB : fix HexTile encoding
  • jfVNC/0.7
  • jfRemote/0.8
  • jfKVM/2.5
    • check write access to storage before staring VM

80.0

20 Feb 22:02

Choose a tag to compare

Feb 20/2025 : JF/80.0

  • following NetBeans lead batik has been replaced with jsvg for SVG support
    • reduces # of deps
  • jfMQTT/0.9
    • fixed issues with different protocol versions
  • versions.xml -> versions.properties

79.1

17 Feb 13:32

Choose a tag to compare

Feb 17/2025 : JF/79.1

  • jfNetTools/0.7
    • fixes to Wifi HeatMap colors
    • add Wifi Analyzer export
  • javaforce.media.Wav : fix load() function

79.0

11 Feb 20:15

Choose a tag to compare

Feb 11/2025 : JF/79.0

  • jfMQTT/0.7
    • added more events : onConnect(), onSubscribe
  • jfNetTools/0.6
    • added Wifi Analyzer and Wifi HeatMap tabs
    • now deps on JavaForce
  • the gpg key that signs all JavaForce repos hosted on sourceforge.net has expired on 2025-02-06
    key will be extended another 50 years but you will have to re-run:
    /linux/install.sh --update=yes
    to reload the gpg key AFTER the repo has been upgraded to JF/79.0
    see /linux for more details

78.0

05 Feb 18:02

Choose a tag to compare

Feb 5/2025 : JF/78.0

  • jfMQTT/0.6
    • added SSL support (port 8883)
  • MQTTViewer
    • added SSL and subscribe/send buttons
  • jfKVM/2.4
    • removed direct VNC - only web console available
  • brought back the native library (dll,so,dylib)
    • not required when using native loaders
    • for those that prefer using java.exe

77.0

29 Jan 18:10

Choose a tag to compare

Jan 29/2025 : JF/77.0

  • new : VNC server now includes web-based interface on port (8500 & 8543)

75.1

19 Dec 18:42

Choose a tag to compare

Dec 19/2024 : JF/75.1

  • improved native loaders & build scripts
  • fixed FreeBSD support