Skip to content

Releases: pquiring/javaforce

70.0

07 Oct 18:15
Compare
Choose a tag to compare

Oct 7/2024 : JF/70.0

  • VoIP : added speex 8k,16k,32k audio codec (issue #20)
  • VoIP : use "sip" prefix in URI for message() (issue #21)
    • default can be changed with SIPClient.setMessageURI()
  • jfPhone/1.31
    • added support for speex,speex16,speex32
  • debian/fedora repos
    • URL now includes a component for OS version
    • this is required mainly because of ffmpeg
    • sym links are used for old URLs
      • debian:bookworm
      • fedora:40
  • linux loader improvements
    • no longer links against X11 and other libs
      • only libc and libm are required
    • improved Java location detection

69.1

03 Oct 19:04
Compare
Choose a tag to compare

Oct 3/2024 : JF/69.1

  • jfDVR/0.31
    • increased viewer max memory size to 12GB
  • jfPhone/1.30
    • EditContact : server field is now a combobox
  • fix : linux loader finds proper libs

69.0

30 Sep 17:00
Compare
Choose a tag to compare

Sept 30/2024 : JF/69.0

  • added javaforce.media.MediaInput/MediaOutput
    • these are designed to replace MediaDecoder/MediaEncoder
    • they are more modular and simplier design
    • MediaEncoder/MediaDecoder may be deprecated in the future
  • javaforce.voip.SIPClient
    • add unsubscribe(), resubscribe()
  • jfPhone/1.29
    • fixed SDP packet (fixes issue #16)
    • fixed subscribe/unsubscribe (fixes issue #17)
    • overhauled contact management (existing contact list will be lost)
  • Video Decoder
    • fixed memory corruption

68.3

25 Sep 12:33
Compare
Choose a tag to compare

Sept 25/2024 : JF/68.3

  • added Camera.getFrameMirror()
  • fixed camera support on Windows
    • supports different video modes

68.2

24 Sep 12:40
Compare
Choose a tag to compare

Sept 24/2024 : JF/68.2

  • added MediaFormat
  • moved project2,3,4,5 properties to projects.lst

68.1

21 Sep 17:55
Compare
Choose a tag to compare

Sept 21/2024 : JF/68.1

  • added MediaAudioDecoder (untested)
  • added JFPrintServer
  • allows printing to Windows printers from Linux

68.0

10 Sep 13:37
Compare
Choose a tag to compare

Sept 10/2024 : JF/68.0

  • jfDVR/0.30
    • viewer now supports viewing recordings
  • jfMedia/0.22
    • added support for new jfav media file
  • jfVNC/0.5
    • jfvnccli.exe can now install/remove windows service
  • improved graal support
  • new : LDAP cli utility (jfldap.sf.net)
    • includes memberof check, good for login scripts
    • compiled with graal

67.1

21 Aug 14:32
Compare
Choose a tag to compare

Aug 21/2024 : JF/67.1

  • jfMQTT/0.4
    • added user/pass auth
    • fixed unsub msg

67.0

19 Aug 17:23
Compare
Choose a tag to compare

Aug 19/2024 : JF/67.0

  • added javaforce.MQTTForward
    • MQTT thread queue to publish messages to another MQTT server
  • added javaforce.awt.VNCServer
    • VNC server for Windows and Linux
  • jfMonitor/0.16
    • fix Cisco MAC table analysis
  • jfVNC/0.4
    • added VNCServer and config app
  • jfMQTT/0.3
    • added config app
    • added forward options to forward messages to another MQTT server

66.1

29 Jul 14:25
Compare
Choose a tag to compare

July 29/2024 : JF/66.1

  • jfMonitor/0.14
    • added disable port option
  • jfMQTT/0.2
    • fixed wildcards
  • OpenCL
    • added initial support for OpenCL
    • see javaforce.cl.CL