Skip to content

Releases: pquiring/javaforce

74.1

09 Dec 19:59

Choose a tag to compare

Dec 9/2024 : JF/74.1

  • new : added automated maven deployment : ant deploy
  • fix jfMonitor: create VLAN before modifying it

74.0

27 Nov 14:44

Choose a tag to compare

Nov 27/2024 : JF/74.0

  • fix more VNC key binding issues
  • added speex DSP init : echo cancel buffer size param (user request)
  • jfHex/HexBig : added Page Up/down
  • gl.ModelJSON : fixed face order

73.0

14 Nov 17:25

Choose a tag to compare

Nov 14/2024 : 0.73

  • fix VNC copy rect encoding
  • fix VNC key events and mouse wheel events
  • jfRemote/0.4 & 0.5
    • VNC improvements
  • improve .blend 3d file loading
  • add .obj 3d file loading
  • add .json 3d file loading
  • improve graal support
  • add speex DSP (user request)
  • jfPhone/1.34
    • add option to use speex DSP for echo cancellation
    • used only in speaker phone mode
    • can be used with any codec
  • jfPaint/0.28
    • add CTRL+PAGE_UP/PAGE_DOWN to cycle thru tabs

72.0

25 Oct 16:21

Choose a tag to compare

Oct 25/2024 : JF/72.0

  • VoIP improvements
    • improve SDP returned by OPTIONS request (was missing IP)
  • jfPhone/1.33
  • jfRemote/0.2
    • replaced rdesktop with freerdp (available for Windows too)
    • created Windows MSI package
  • jfTerm/0.23
    • added CloseTab menu option
    • slowed down paste operation
  • jfMQTT/0.5
    • viewer : added clear messages button

71.0

19 Oct 00:19

Choose a tag to compare

Oct 18/2024 : JF/71.0

  • VoIP improvements
    • fix : missing contact in BYE reply (fix issue #23)
    • add : reply to OPTIONS request (fix issue #24)
  • added FTPS and SFTP
  • jfPhone/1.32

70.1

15 Oct 12:07

Choose a tag to compare

Oct 15/2024 : JF/70.1

  • jfDVR : greatly reduced viewer memory requirements

70.0

07 Oct 18:15

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

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

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

Choose a tag to compare

Sept 25/2024 : JF/68.3

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