aether-app
aether-app copied to clipboard
Aether client app with bundled front-end and P2P back-end
I've been using Aether for a while, but as of yesterday, Aether keeps launching aether-backend-linux-x64 over and over with a different port each time. When running from the terminal, I...
I get no inbound connections and the most recent posts i got from the first download are about 2 Months old
bumped deps and made it run on node v16
Upgraded electron, changed to use electron's base ipc lib instead of better-ipc, changed to use grpc-js instead of grpc (should be fairly seamless but something's wrong), upgraded a bunch of...
Need to bring the Electron versions current, along with updating the docker images used to compile the app.
Bumps [electron](https://github.com/electron/electron) from 5.0.8 to 26.1.0. Release notes Sourced from electron's releases. electron v26.1.0 Release Notes for v26.1.0 Features Added support for --dns-result-order Node.js cli flag. #39501 (Also in 25)...
Currently search boxes will add a new line on enter. Need to update to either: - Not return on enter - Execute search function
The [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) operator can be used to perform null checks before accessing a property, or calling a function.