Releases: michioxd/nyanspace
Releases · michioxd/nyanspace
0.1-cuttingedge.05082024
Full Changelog: 0.1-cuttingedge.31032024...0.1-cuttingedge.05082024
- Fix wrong uptime.
- Fix background color for each screen doesn't match with Monet Engine.
- Add file manager (still in preview).
- Add no temperature sensor warning.
0.1-cuttingedge.31032024
Full Changelog: 0.1-cuttingedge.30032024...0.1-cuttingedge.31032024
- Added Storage, Network, Temperature section.
- Fixed header did not sync color with Android 12+ monet engine.
- Resized app icon (again).
- Added System uptime in CPU section.
- Added
Gathering data
after established connection to SSH and waiting for crawler script response inConnecting
. - Used
ActivityIndicator
fromreact-native
insteadreact-native-paper
.
0.1-cuttingedge.30032024
Full Changelog: 0.1-cuttingedge.180029032024...0.1-cuttingedge.30032024
- Added a CPU page in the home section.
- Display the name of the current temperature component (
/sys/class/hwmon/hwmon*/name
), rather than the component pathname. - Used
Math.round
insteadMath.ceil
for percent rounding. - Added checking what shell server is being used while connecting to server.
- Fixed double connection in
Connector
after select server. - Fixed network interfaces not found (caused by some interfaces having
@NONE
at the end of their names) in the crawler script. - Re-ordered the dashboard layout (CPU - RAM - Disk - Network - Temp).
- Added splash image and resize icon.
First cutting edge release
- Initial release