Skip to content

Releases: pquiring/javaforce

25.0

03 Aug 16:16
Compare
Choose a tag to compare

Aug 3/2020 : JF 25.0 released

  • completed ARM64 support
    • Arm Neon is much better API and data types compared to Intel's SSE
    • download Raspberry PI images from raspi.debian.net
    • images from raspberrypi.org are:
      • only 32bit (64bit beta still uses 32bit apps)
      • package names are different requiring modified scripts
      • packages are old (Chromium 78 suffers from major bugs)
      • progress is slow
    • images from ubuntu are:
      • slow - they load too many services trying to make the PI a server
        • unattended-upgrades kills the system
      • some of their packages are foobar
        • lightdm auto-login never works for me
        • cloud-init is a PITA
      • if you must, run this asap and then reboot:
        • apt remove unattended-upgrades cloud-init
  • jfPasswords/0.24
    • recreate tray icon each time app is opened
      • in Windows the tray icon gets re-scaled each time the screen resolution changes
        which makes it look corrupted over time
  • jfEdit/0.18
    • fix line ending detection

24.0

08 Jul 16:28
Compare
Choose a tag to compare

July 8/2020 : JF 24.0 released

  • jfDVR/0.9
    • new : take pictures from cameras triggered by PLC tag
  • jfControls/0.5
    • major rewrite, no longer uses Java compiler
    • better performance

23.1

17 Jun 12:55
Compare
Choose a tag to compare

June 17/2020 : JF 23.1 released

  • jfBackup/0.15
    • added more error reporting and show online clients in status screen
  • added support for Arm64 (Raspberry Pi)
    • Raspberry Pi has released a Beta Arm64 release
    • not fully working yet, unable to compile native library, they need to fix some packages

23.0

27 May 15:42
Compare
Choose a tag to compare

May 27/2020 : JF 23.0 released

  • SMTP now supports NTLM auth
  • jfBackup/0.14
    • added SMTP NTLM

22.5

25 May 20:46
Compare
Choose a tag to compare

May 25/2020 : JF 22.5 released

  • FreeBSD
    • added OpenGL support (GLFW)

22.4

23 May 20:44
Compare
Choose a tag to compare

May 23/2020 : JF 22.4 released

  • FreeBSD is now supported (excluding native bindings for OpenGL and Camera)
    • OpenGL relies on GLFW which doesn't compile
    • Camera relies on V4L2 which isn't available yet

22.2

10 May 20:37
Compare
Choose a tag to compare

May 10/2020 : JF 22.2 released

  • fix linux and mac builds

22.1

27 Apr 14:11
Compare
Choose a tag to compare

Apr 27/2020 : JF 22.1 released

  • jfBackup/0.13
    • fix : was unable to load native dll

22.0

20 Apr 17:16
Compare
Choose a tag to compare

Apr 20/2020 : JF 22.0 released

  • jfBackup/0.12
    • minor fixes and improvements

21.2

19 Apr 16:09
Compare
Choose a tag to compare

Apr 19/2020 : JF 21.2 released

  • improved build scripts
  • added graal support although not much works with it yet
    to build a project with graal use the 'graal' ant task:
    ant graal