Skip to content

Releases: pquiring/javaforce

19.0.0

07 Jan 16:55
Compare
Choose a tag to compare

Jan 7/2020 : JF 19.0.0 released

  • jfDVR/0.1
    • after 6 long months of development it's finally ready
    • performance tuning took the longest - it was not possible until at least JDK12 or better
      • I tried to make a better JVM (jfdk.sf.net) but it turned out to be unneccessary
      • graalVM is just missing too many features
    • out performs iSpy with better quality (but not as many features yet)
    • runs as a service so it's always running even after server reboots

18.9.0

02 Jan 17:03
Compare
Choose a tag to compare

Jan 2/2020 : JF 18.9.0 released

  • webui
    • fix JSON stringify()
  • jfBackup/0.9
    • add email notification

18.8.0

30 Dec 16:22
Compare
Choose a tag to compare

Dec 30/2019 : JF 18.8.0 released

  • XML loader now supports UTF-8
  • jfPasswords/0.21
    • fix : support UTF-8

18.7.0

29 Dec 18:16
Compare
Choose a tag to compare

Dec 29/2019 : JF 18.7.0 released

  • jfBackup/0.8
    • fix : reset tape used at start of backup

18.6.0

18 Dec 14:22
Compare
Choose a tag to compare

Dec 18/2019 : JF 18.6.0 released

  • jfBackup/0.7
    • fix : NPE client side
    • UI improvements

18.5.0

13 Dec 14:56
Compare
Choose a tag to compare

Dec 13/2019 : JF 18.5.0 released

  • jfBackup/0.6
    • fix : close file after restore (gc would have got it eventually)

18.4.0

13 Dec 13:57
Compare
Choose a tag to compare

Dec 13/2019 : JF 18.4.0 released

  • jfBackup/0.5
    • greatly improved performance
    • successfully backed up a remote 250GB volume in under 9 hrs

18.3.0

11 Dec 13:26
Compare
Choose a tag to compare

Dec 11/2019 : JF 18.3.0 released

  • fix : jfBackup/0.4
    • fixed major issues - it actually works now
    • greatly improved performance by directly writting data to tape drive instead of using intermidiate temp files
      • windows was attempting to cache all disk I/O even swapping the kernel to disk to do this - wtf right ?

18.2.0

06 Dec 13:13
Compare
Choose a tag to compare

Dec 6/2019 : JF 18.2.0 released

  • fix : jfBackup/0.3
    • client connection issues

18.1.0

05 Dec 13:50
Compare
Choose a tag to compare

Dec 5/2019 : JF 18.1.0 released

  • new : jfPaint/0.23
    • added selection alpha toggle
    • added crop selection button
  • fix : jfBackup/0.2
    • minor fixes