Commit Graph

68 Commits

Author SHA1 Message Date
Terence Boldt 0aa838ffe1 Update version 2024-01-14 08:58:26 -05:00
Terence Boldt 231197bd8f Update dependencies 2024-01-14 08:58:26 -05:00
Chris Pacejo 2477b4a8a3 open files O_RDONLY for read-only operations 2024-01-14 08:46:44 -05:00
Terence Boldt 30f0b03054 Update dependencies 2023-11-07 23:03:44 -05:00
Terence Boldt ef2b505500
Update dependencies (#31)
* Update dependencies

* Update to 0.4.7
2023-07-06 19:57:02 -04:00
Terence Boldt 7f8679cdb4
Update dependencies (#30) 2023-02-22 21:09:20 -05:00
Terence Boldt 98ab2d4f0a
Fixes #27 basic parser (#28)
* Fix #27 basic parsing

* Update version
2023-01-25 21:25:48 -05:00
Terence Boldt 9e6c2fcc22
Update README.md 2023-01-22 20:12:34 -05:00
Terence Boldt b80a835c72 Update version to 0.4.4 2023-01-22 20:08:27 -05:00
Terence Boldt 10f896399d
Fix codacy warnings in image (#24) 2023-01-22 12:25:11 -05:00
Terence Boldt 36c24e60ca Ignore duplicate files when recursive 2023-01-22 12:06:43 -05:00
Terence Boldt 286964d3ee Add putallrecursive 2023-01-22 12:06:43 -05:00
Terence Boldt 1722e7b23a Refactor main 2023-01-22 12:06:43 -05:00
Terence Boldt 876564d261 Add directory creation 2023-01-22 12:06:43 -05:00
Terence Boldt ee3d187fb3 Improve error handling and fix putall command 2023-01-22 12:06:43 -05:00
Terence Boldt ab3b397139
Add image import (#17)
* Add image import

* Update version
2023-01-13 23:03:43 -05:00
Terence Boldt 6cc7db13e1
Add tree file read support (#16)
* Add tree file read support

* Update copyright year

* Add tree file write support
2023-01-03 23:24:48 -05:00
Terence Boldt 0beb2f41fa
Delete codacy-analysis.yml 2023-01-01 09:45:18 -05:00
Terence Boldt cb6b3a25ba
Create codacy.yml 2023-01-01 09:45:07 -05:00
Terence Boldt 8b54fa3235
Delete codeql-analysis.yml 2023-01-01 09:44:43 -05:00
Terence Boldt 0ac5bd39d0
Create codeql.yml 2023-01-01 09:44:11 -05:00
Terence Boldt 592f3a6542
Fix putall to not erase volume (#15) 2022-12-31 09:14:27 -05:00
Terence Boldt 4ed23e0e6f
Add putall command (#14) 2022-12-30 06:12:41 -05:00
Terence Boldt eb438ee9fe
Update README.md 2022-12-27 20:50:36 -05:00
Terence Boldt f36acac6e6
Remove binaries and update version (#13) 2022-12-27 20:35:28 -05:00
Terence Boldt 48aa7a9331
Add BASIC import (#12)
* Add BASIC import

* Fix text to BASIC when line feed after token
2022-12-27 17:24:25 -05:00
Oliver Schmidt a649647739
Added minimal AppleSingle support. (#11)
* Added minimal AppleSingle support.

This is just enough AppleSingle support to allow for putting files generated by cc65's default linker configuration into ProDOS images.

* Improved logging.

By the time the file is put into the ProDOS image, it isn't an AppleSingle file anymore.

* Minor comment update.
2022-10-15 14:11:58 -04:00
Terence Boldt 6b5045a788 Update binaries to 0.3.1 2022-03-06 05:31:49 -05:00
Terence Boldt 402f39da91
Fix volume bitmap not writing full blocks (#8) 2022-03-06 05:29:33 -05:00
Terence Boldt 62bb781fca
Add error handling (#5)
* Add error handling

* Update to 0.3.0
2022-03-04 18:08:33 -05:00
Terence Boldt 30a221c177 Fix comments for documentation 2022-01-23 18:57:16 -05:00
Terence Boldt 7f727a6377 Fix comments for documentation 2022-01-23 18:51:44 -05:00
Terence Boldt e590b82196 Update to version 0.2.0 2022-01-23 18:25:37 -05:00
Terence Boldt 62c594d322 Update binaries 2022-01-23 18:23:54 -05:00
Terence Boldt 819ee47503
Merge pull request #3 from tjboldt/refactor
Change to reader/writer instead of file
2022-01-23 17:33:04 -05:00
Terence Boldt ea08fd6edc Improve comments for documentation 2022-01-23 17:30:18 -05:00
Terence Boldt b295288d05 Merge branch 'main' into refactor 2022-01-23 17:05:07 -05:00
Terence Boldt 45c50dcd94
Create go.yaml 2022-01-23 17:04:22 -05:00
Terence Boldt fb9621ff09 Change to reader/writer instead of file 2022-01-23 16:58:34 -05:00
Terence Boldt 1377fc9020
Create codacy-analysis.yml 2022-01-22 22:41:51 -05:00
Terence Boldt 2a595f0a5c Add binaries 2022-01-04 16:10:53 -05:00
Terence Boldt 4a8be2c327 Fix catalog for 80 column display 2021-12-28 09:30:38 -05:00
Terence Boldt d53977a1a3 Merge branch 'main' of https://github.com/tjboldt/ProDOS-Utilities 2021-12-12 10:43:37 -05:00
Terence Boldt 2e60d3c09c Add writeblock command 2021-12-12 10:43:30 -05:00
Terence Boldt 790f4f2521
Create codeql-analysis.yml 2021-11-04 05:49:51 -04:00
Terence Boldt 1cbb9fa0d9 Fix DateTimeFromProDOS and tests 2021-10-23 10:06:25 -04:00
Terence Boldt c17bfa0b4d Prepare for initial alpha release 0.1.0 2021-07-03 08:37:21 -04:00
Terence Boldt 035d20033e Fix error handling for file not found 2021-07-02 07:58:06 -04:00
Terence Boldt 48121c279f Fix file read and refactor 2021-07-02 06:54:25 -04:00
Terence Boldt 07e0bacab3 Add format test, fix dump block and bitmap bug 2021-07-01 22:35:26 -04:00