Skip to content

Releases: jeromelesaux/dsk

Fix Basic parsing

26 Jun 13:13
Compare
Choose a tag to compare

2024-06-26 fix basic variables parsing

extract all files from dsk

03 Jan 13:21
Compare
Choose a tag to compare

2024-01-03 Jerome Le Saux add new version
2024-01-02 Jerome Le Saux add: add version argument to display the app's version
2023-12-30 Jerome Le Saux fix: fix space in amsdos filename when extracting from dsk
2023-12-30 Jerome Le Saux fix: when no path set, extract the all content in the current folder

fix: export all files from disk

29 Oct 20:59
Compare
Choose a tag to compare
v0.21

fix: fix the extract path

fix: fix type header import

28 Oct 19:08
Compare
Choose a tag to compare
v0.20

add: new version

fix binary import

28 Oct 18:09
Compare
Choose a tag to compare
v0.19

fix: fix type amsdos for binary mode

fix bug and SNA 2 and 3 format implementation

18 Apr 19:44
Compare
Choose a tag to compare

2023-04-17 fix: fix put file bug when binary is shorter than header size.
2023-04-17 fix: fix bug when importing binary file.
2023-04-14 fix: fix remove file in dsk bug (erase all file after indice)
2023-03-27 add: add linter and vulncheck
2023-02-21 add target in build makefile target
2023-02-20 Create makefile
2023-02-20 fixing UT.
2023-02-16 add size in write sna v3 function
2023-02-16 add tag in sna file
2023-02-16 add sna 3 write function
2023-02-15 add UT and fix export and feed chunck structure.
2023-02-15 uncompress and decompress rle chunck data in sna
2023-02-15 WIP add read sna v3 chunck missing decompression.
2023-02-06 fix linter issues
2022-12-21 add more informations about the dsk lib purposes.
2022-12-21 fix issues to generate sna file.
2022-12-21 fix some issues to sna format V2
2022-12-21 fix error when creating a new sna
2022-12-21 add sna version
2022-12-15 fix golangcli issues
2022-10-01 add: add the autoextract feature.
2022-10-01 add: add autoextract feature.
2022-09-23 fix: fix issues after static linter.
2022-09-22 Merge pull request #6 from jeromelesaux/add-license-1
2022-10-01 add: add the autoextract feature.
2022-10-01 add: add autoextract feature.
2022-09-23 fix: fix issues after static linter.
2022-09-22 Merge pull request #6 from jeromelesaux/add-license-1
2022-09-22 Create LICENCE.md
2022-05-24 fix: fix basic listing in ascii or basic mode.
2022-05-02 add: refactor the main code.
2022-03-23 fix: fix basic listing when file is ascii
2022-01-13 fix: fix compilation issue.
2022-01-13 add: add hexadecimal display for sna dump memory file.

fix export filename with special token

26 Oct 09:48
Compare
Choose a tag to compare

2021-10-26 fix: fix special char export and add ext on windos compilation.

new feature: raw import or export and new vendor format

14 Sep 07:27
Compare
Choose a tag to compare

2021-06-22 fix: fix export on exotic dsk file.
2021-06-02 fix: fix makefile after go modules migration.
2021-06-01 fix: fix data size when sector size is different from the real sector data size.
2021-06-01 fix: fix when numberb of sectors differs from real sector number.
2021-05-31 add: add extraction from sna and import into file of existing dsk.
2021-05-31 add: add go modules.
2021-05-11 add: add amsdos header size constant.
2021-05-11 add: add auto tests in binary to ensure no bugs at runtime.
2021-05-10 fix: fix raw copy when file is smaller than 512 octets.
2021-05-10 fix: firx tracksizetable and force option.
2021-05-10 fix: fix tracksizetable in data vendor.
2021-05-04 add: add raw export data from dsk.
2021-05-04 add: add rawimport in dsk file content.
2021-05-04 add: update libs dependencies, and fix static issues.
2021-05-03 fix: export ascii.
2021-05-03 add: add vendor format.
2021-04-22 fix: fix addheader function on amsdos file.
2021-04-20 fix: fix add amsdos header on standalone file.

Ascii bugs fixed thank's Zik

19 Apr 18:56
Compare
Choose a tag to compare

2021-04-19 add: add new version 0.12
2021-04-19 fix: fix extra size when getting ascii file.
2021-04-19 fix: fix ascii import.

better user interface

13 Apr 09:47
Compare
Choose a tag to compare

2021-04-13 add: new version.
2021-04-13 add: add error message and hint when error occurs.
2021-04-13 fix: list commands help when no options is set.