Releases: pquiring/javaforce
Releases · pquiring/javaforce
25.0
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
- slow - they load too many services trying to make the PI a server
- 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
- in Windows the tray icon gets re-scaled each time the screen resolution changes
- recreate tray icon each time app is opened
- jfEdit/0.18
- fix line ending detection
24.0
23.1
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