Skip to content

v0.36

Compare
Choose a tag to compare
@shioyadan shioyadan released this 05 Nov 12:28
· 46 commits to master since this release
  • Update Electron to v15
  • Fix an issue where Konata crashes when loading large files (about 2GB or more).
    This problem occurs because the new Electron (> v8) cannot handle more than 4GB of memory in the renderer process. The new Konata tries to work around this problem by using more aggressive memory compression, but it will crash as before if you load a file that is larger than 10-15 GB.