Skip to content

Releases: pquiring/javaforce

52.2

19 Feb 21:04
Compare
Choose a tag to compare

Feb 19/2024 : JF/52.2

  • improved native loaders
    • all shared libraries are now automatically loaded
    • if a project needs ffmpeg it MUST include "FFMPEG=true" in its cfg file

52.1

18 Feb 17:15
Compare
Choose a tag to compare

Feb 18/2024 : JF/52.1

  • jfDVR/0.15
    • fixed stability issues

52.0

17 Feb 20:14
Compare
Choose a tag to compare

Feb 17/2024 : JF/52.0

  • jfDVR/0.14
    • fix config issues
    • fix service shutdown
    • fix viewer/decoder
  • jfMedia/0.18
    • add fullscreen function
  • cleanup native loader

51.0

02 Feb 15:08
Compare
Choose a tag to compare

Feb 2/2024 : JF/51.0

  • implement H.265 codec
  • implement RTSPServer
  • jfDVR/0.13
    • add RTSPServer to view cameras
    • add high/low res URLs
    • add camera groups
    • add camera/group viewer (with CLI for kiosks)
  • jfMedia/0.17
    • now supports H.265
  • jfPhone/1.26
    • now supports H.265

50.1

22 Jan 19:32
Compare
Choose a tag to compare

Jan 22/2024 : JF/50.1

  • fix RTSP compatibility issue
  • jfMedia/0.16

50.0

21 Jan 18:18
Compare
Choose a tag to compare

Jan 21/2024 : JF/50.0

  • jfMedia : added RTSP support

49.0

15 Jan 23:56
Compare
Choose a tag to compare

Jan 15/2024 : JF/49.0

  • to improve linux services a unix socket is created to send commands to the service.
    • the "stop" command is sent to gracefully stop the service
  • unix sockets require Java 16 so the minimum version has been bumped to JDK 17
    which is the next LTS release
  • all services in javaforce.service.* were renamed to include "Server" to avoid
    confusion with the client names in javaforce.*
  • new : javaforce.HTML
    • misc functions to generate HTML code

48.1

17 Nov 17:50
Compare
Choose a tag to compare

Nov 17/2023 : JF/48.1

  • fix linux/arm64 support

48.0

06 Nov 21:04
Compare
Choose a tag to compare

Nov 6/2023 : JF/48.0

  • VoIP : add instant MESSAGE support
    • jfPhone/1.25
    • jfPBX/0.33
  • fix linux packaging

47.0

12 Oct 17:15
Compare
Choose a tag to compare

Oct 12/2023 : JF/47.0

  • upgrade to ffmpeg/5.1.x
  • jfAudio/0.21
    • fixed recording issue
  • misc fixes