Skip to content

Releases: ProPuke/electron-shared

electron-shared v0.1-alpha.4

15 Mar 00:22
Compare
Choose a tag to compare
Pre-release

Yet another bugfix release. I need to be much more careful with memory. Why did I write this in C?

  • fixed: some buffer overflows handling memory stopped it working entirely

electron-shared v0.1-alpha.3

10 Mar 12:45
Compare
Choose a tag to compare
Pre-release
  • fixed: yet another glaring issue with reading files (forgot to null terminate when reading as strings. Yes, I'm an idiot)
  • fixed: json parsing errors wrongfully displayed a message about missing dependencies, not parsing the json

electron-shared v0.1-alpha.2

10 Mar 06:59
Compare
Choose a tag to compare
Pre-release
  • added: now defaults to the latest stable release if a version requirement is not found
  • fixed: would download prereleases instead of skipping if the version requirement didn't mention them
  • improved: dependency parse errors did not include full original string (occluded operators)
  • fixed: segfault parsing version requirements only containing operators
  • fixed: could not read some asar packages (non-8byte aligned)

electron-shared v0.1-alpha

09 Mar 17:23
Compare
Choose a tag to compare
Pre-release
added: now builds for windows (via mingw cross-compile)

fixed: some ui thread race conditions