Releases: eaonlabs/Eaon-ADE
Release list
Eaon ADE 1.1.5
Two fixes for sessions ending without explanation.
A session the system kills now says so
When your machine runs out of memory, the operating system picks a process
and stops it. That is what was behind most "session unexpectedly quit"
reports — not a crash in the app.
It was invisible because of how a killed process reports itself: it exits
with code 0, the same code as a session that finished normally, and the
real cause is carried separately in a signal the app was discarding. So a
session the system had stopped looked identical to one that had ended on
purpose, and the pane simply went blank.
Now the pane tells you what happened, and how much memory and swap were
actually free at that moment — so you can see whether to close something.
Stopping a session no longer reports an error
The same check was wrong in the other direction: closing a session yourself
raised an error about it. Deliberate stops are now silent, which is what
makes the message above worth reading.
Also
Updates are now fetched from this repository directly instead of through a
redirect left over from a rename.
Eaon ADE 1.1.4
Full Changelog: v1.1.3...v1.1.4
Eaon ADE 1.1.3
Full Changelog: v1.1.2...v1.1.3
Eaon ADE 1.1.2
Full Changelog: v1.1.1...v1.1.2
Eaon ADE 1.1.1
Full Changelog: https://github.com/sanscreates/Eaon-ADE/compare/v1.1.0...v1.1.1
Eaon ADE 1.1.0
Full Changelog: https://github.com/sanscreates/Eaon-ADE/compare/v1.0.9...v1.1.0
Eaon ADE 1.0.9
Full Changelog: https://github.com/sanscreates/Eaon-ADE/compare/v1.0.8...v1.0.9
Eaon ADE 1.0.8
Full Changelog: https://github.com/sanscreates/Eaon-ADE/compare/v1.0.7...v1.0.8
Eaon ADE 1.0.7
Full Changelog: https://github.com/sanscreates/Eaon-ADE/compare/v1.0.6...v1.0.7
Which Windows installer
| File | CPU | Who |
|---|---|---|
Eaon-ADE-1.0.7-x64-setup.exe |
x86-64, also called AMD64 or "64-bit" | almost everyone, Intel or AMD |
Eaon-ADE-1.0.7-arm64-setup.exe |
ARM64 | Windows on ARM, Snapdragon |
Eaon-ADE-1.0.7-ia32-setup.exe |
x86, 32-bit | old Windows 10 x86 installs |
Eaon-ADE-1.0.7-setup.exe |
all three in one | if you would rather not choose |
Intel or AMD desktop or laptop: take x64. x64, x86-64 and AMD64 are
three names for the same architecture.
On macOS, Eaon-ADE-1.0.7-arm64.dmg.
Eaon ADE 1.0.6
Full Changelog: https://github.com/sanscreates/Eaon-ADE/compare/v1.0.5...v1.0.6
Which Windows installer
| File | CPU | Who |
|---|---|---|
Eaon-ADE-1.0.6-x64-setup.exe |
x86-64, also called AMD64 or "64-bit" | almost everyone, Intel or AMD |
Eaon-ADE-1.0.6-arm64-setup.exe |
ARM64 | Windows on ARM, Snapdragon |
Eaon-ADE-1.0.6-ia32-setup.exe |
x86, 32-bit | old Windows 10 x86 installs |
Eaon-ADE-1.0.6-setup.exe |
all three in one | if you would rather not choose |
Intel or AMD desktop or laptop: take x64. x64, x86-64 and AMD64 are
three names for the same architecture.
On macOS, Eaon-ADE-1.0.6-arm64.dmg.