Skip to content

Releases: fr3nd/msxhub

1.0.6

22 Apr 13:52
b1f6609
Compare
Choose a tag to compare

Rebuild to fix hub.com file not found in msxhub.com

1.0.5

19 Sep 16:30
b1f6609
Compare
Choose a tag to compare

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

10 Apr 15:41
e2524b5
Compare
Choose a tag to compare
  • Implemented keepalive thanks to @ducasp #13
    • This will further speed up installing the packages as hub.com can keep the connection with the server opened instead of opening and closing it for every file
  • Fixed #10 Possible issue when creating dirs on different pages

1.0.3

13 Mar 19:18
c00147e
Compare
Choose a tag to compare

1.0.2

12 May 16:48
Compare
Choose a tag to compare
  • 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

24 Nov 15:55
Compare
Choose a tag to compare
  • Allowing packages with a large number of files

1.0.0

18 Nov 11:05
Compare
Choose a tag to compare
  • First public release!

1.0.0 Release Candidate 2

21 Oct 12:04
Compare
Choose a tag to compare
  • Changed API endpoint

1.0.0 Release Candidate 1

12 Oct 16:04
Compare
Choose a tag to compare

First release candidate

0.1.1 beta

21 Aug 17:00
Compare
Choose a tag to compare
0.1.1 beta Pre-release
Pre-release
  • Fixing bug in GR8NET devices not properly returning name version string