Skip to content

Releases: eaonlabs/Eaon-ADE

Eaon ADE 1.1.5

Choose a tag to compare

@sanscreates sanscreates released this 24 Sep 23:23

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

Choose a tag to compare

@sanscreates sanscreates released this 23 Sep 23:55

Full Changelog: v1.1.3...v1.1.4

Eaon ADE 1.1.3

Choose a tag to compare

@sanscreates sanscreates released this 23 Sep 22:25

Full Changelog: v1.1.2...v1.1.3

Eaon ADE 1.1.2

Choose a tag to compare

@sanscreates sanscreates released this 23 Sep 21:50

Full Changelog: v1.1.1...v1.1.2

Eaon ADE 1.1.1

Choose a tag to compare

@sanscreates sanscreates released this 25 Aug 22:34

Eaon ADE 1.1.0

Choose a tag to compare

@sanscreates sanscreates released this 08 Aug 16:48

Eaon ADE 1.0.9

Choose a tag to compare

@sanscreates sanscreates released this 07 Aug 20:13

Eaon ADE 1.0.8

Choose a tag to compare

@sanscreates sanscreates released this 06 Aug 17:59

Eaon ADE 1.0.7

Choose a tag to compare

@sanscreates sanscreates released this 05 Aug 17:20

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

Choose a tag to compare

@sanscreates sanscreates released this 05 Aug 03:29

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.