Releases: fr3nd/msxhub
Releases · fr3nd/msxhub
1.0.6
1.0.5
Implemented by @ducasp (see #14):
- If keeping connection alive, alow for ONE failure, in that case, it will turn off keep alive and work as if there is no keep alive capability. It seems some internet providers do not like how much time a MSX can take from the last packet of GET transfer until it send again a new information on the opened connection and close the connection themselves (this is not cool, but hey, that's life)
- A fix for packages that might leave some files on a folder before MSX HUB interprets it should delete a folder, there was a scenario / package for that where a folder would remain after uninstalling, I just don't remember which one, but this has been fixed and should work if up to 5 folders occurrences like this (I've seen just 1)
- Pre-allocate entire file if size is known: On a large FAT16 partition that is nearly full this can save a lot of time, this avoids Nextor having to calculate clusters every few blocks written, it will do just once... That is useful until Nestor release a new version of Nextor that uses a different cluster approach
1.0.4
1.0.3
1.0.2
- New feature:
get
command to download files from a given URL. - Using latest sdcc compiler: 3.8.0
- Bugfix: progress bar shows bytes, but labels the units as kilobytes #3
- Now the progress bar show K when size is greater than 1024 and B when it's lower.
- Size is also padded to the left so it's always in the same position.
- Bugfix: bad label names in dos.c ASM functions #4
1.0.1
1.0.0
1.0.0 Release Candidate 2
- Changed API endpoint
1.0.0 Release Candidate 1
First release candidate
0.1.1 beta
- Fixing bug in GR8NET devices not properly returning name version string