1
0
mirror of https://github.com/gryf/uc1541.git synced 2026-04-25 21:51:24 +02:00

13 Commits

Author SHA1 Message Date
gryf 426ac88926 Removed tilda mapping, it's handled by c1541 now 2024-08-26 17:07:09 +02:00
gryf d75f87fdce Readme update 2023-11-21 07:24:10 +01:00
gryf bda541dd92 Fix for wrong regex in line matcher 2023-11-20 18:48:47 +01:00
gryf 6f359f7191 Drop Python2 support.
Starting from beginning of 2020 Python 2.7 is no longer supported[1],
hence the change of shebang for uc1541 script and removal of _ord
function.

[1] https://devguide.python.org/versions/
2023-10-04 15:23:27 +02:00
gryf 60dfd1f687 Code cleanup. 2020-06-28 11:56:00 +02:00
gryf 76daa17640 Added support for .d81 images. 2019-09-20 18:05:40 +02:00
gryf 45bde06dd3 Changed shebang back to python.
In modern linux distributions, executable "python" is a symlink to the
selected Python interpreter. There could be multiple versions installed
on the system, and appropriate tools on certain distributions exists for
selecting default one. There is no need for changing it to explicitly
"python3" executable.
2019-09-15 09:40:10 +02:00
gryf 03b6236463 Not provided subcommand is fatal on Python3. 2019-07-20 13:49:34 +02:00
gryf 711695be2b Added initial Python3 support 2018-02-13 20:19:02 +01:00
gryf 58d3fce340 Added urls for sourcecode 2015-09-21 21:35:58 +02:00
gryf d4e3794c1c Added screenshots and test image file 2015-09-03 19:27:16 +02:00
gryf 7c2e6f19a9 Moved changelog to readme file 2015-09-03 19:26:35 +02:00
gryf fa81fc0b57 Added license and README file 2015-09-02 21:58:45 +02:00