File tree Expand file tree Collapse file tree
data/shell-completion/bash Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 * Speed up reading emulated memory locations (Jindřich Makovička).
77
88 * UI improvements:
9- * Timex: don't abort if the Timex dock cartridge image is not
10- found (Alberto Garcia).
11- * WidgetUI: rearrange AY register and Z80 flags in the debugger
12- (Gergely Szasz).
13- * GTK UI: Fix loading binary data from deleted files (thanks, Crisis).
9+ * Timex: don't abort if the Timex dock cartridge image is not
10+ found (Alberto Garcia).
11+ * WidgetUI: rearrange AY register and Z80 flags in the debugger
12+ (Gergely Szasz).
13+ * GTK UI: Fix loading binary data from deleted files (thanks, Crisis)
14+ (Sergio Baldoví).
15+
16+ * Miscellaneous improvements:
17+ * Add ZIP files to the bash completion script (Alberto Garcia).
1418
15192021-02-27 Philip Kendall <philip-fuse@shadowmagic.org.uk>
1620
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ _fuse()
281281 --zxatasp-write-protect --zxcf --zxcf-cffile --zxcf-upload
282282 --zxmmc --zxmmc-file --zxprinter' -- "$cur" ) )
283283 else
284- _filedir '@(csw|CSW|ltp|LTP|pzx|PZX|spc|SPC|sta|STA|tap|TAP|tzx|TZX|wav|WAV|slt|SLT|sna?(pshot)|SNA?(PSHOT)|?(mgt)snp|?(MGT)SNP|sp|SP|szx|SZX|z80|Z80|zxs|ZXS|d40|D40|d80|D80|dsk|DSK|img|IMG|fdi|FDI|mgt|MGT|opd|OPD|opu|OPU|sad|SAD|scl|SCL|td0|TD0|trd|TRD|udi|UDI|rzx|RZX|dck|DCK|hdf|HDF|mdr|MDR)'
284+ _filedir '@(csw|CSW|ltp|LTP|pzx|PZX|spc|SPC|sta|STA|tap|TAP|tzx|TZX|wav|WAV|slt|SLT|sna?(pshot)|SNA?(PSHOT)|?(mgt)snp|?(MGT)SNP|sp|SP|szx|SZX|z80|Z80|zxs|ZXS|d40|D40|d80|D80|dsk|DSK|img|IMG|fdi|FDI|mgt|MGT|opd|OPD|opu|OPU|sad|SAD|scl|SCL|td0|TD0|trd|TRD|udi|UDI|rzx|RZX|dck|DCK|hdf|HDF|mdr|MDR|zip|ZIP )'
285285 fi
286286} &&
287287complete -F _fuse -o filenames fuse
You can’t perform that action at this time.
0 commit comments