Skip to content

Releases: pquiring/javaforce

75.1

19 Dec 18:42
Compare
Choose a tag to compare

Dec 19/2024 : JF/75.1

  • improved native loaders & build scripts
  • fixed FreeBSD support

75.0

16 Dec 13:45
Compare
Choose a tag to compare

Dec 16/2024 : JF/75.0

  • jfMonitor/0.18
  • fix : more VLAN creation issues
  • build system improvements

74.2

10 Dec 23:22
Compare
Choose a tag to compare

Dec 10/2024 : JF/74.2

  • jfMonitor/0.17
  • fix : VLAN creation issue
  • jfEdit/0.22
  • fix : new tab focus
  • jfHex[Big]/0.4
  • fix : new tab focus
  • fixed issue with using libncurses (linux)

74.1

09 Dec 19:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Oct 15/2024 : JF/70.1

  • jfDVR : greatly reduced viewer memory requirements

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