You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: C64StudioRelease/shared content/Release Notes.txt
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,46 @@ Additionally to this C64 Studio comes with a charset, sprite and media editor.
17
17
Version history:
18
18
================
19
19
20
+
30.05.2024 - 7.8: Fix: BASIC files opened from FileManager (extracted from image) did not convert PETCAT compatilibity chars.
21
+
Fix: Graphic Screen Editor - Zoom was displayed messed up
22
+
Add: Default charsets for Mega65 FCM Add/Fix: Label Explorer using DecentForms TreeView
23
+
Fix: A few PDS mismatches
24
+
WIP: More treeview
25
+
Fix scrollbar issues, label explorer attempt of speedup
26
+
WIP: More TreeView shenanigans
27
+
Fix: Solution explorer, copying mapped file inside a subfolder
28
+
WIP: DecentForms TreeView
29
+
Fix: BASIC Strip spaces does strip non relevant spaces in DATA literals
30
+
Fix: BASIC, do not strip blanks from elements
31
+
Fix: Do not evaluate text mapping inside text constants
32
+
GUI: Replace buttons with fully custom one for proper theming
33
+
Add: BASIC show warning if missing line numbers are referenced
34
+
Add/Fix: Disassembler properly display named labels when inside disassembled code
35
+
Add: Media type enums used as base for new item menu
36
+
Add: Disassembler export/import named labels
37
+
Fix: Commodore Disk formats delete now really removes all remnants of file, not only marks as scratched
38
+
Fix: !Byte/!word/!dword handling of single char string literals with + omitted byte Fix: flipped memory request in VICE remote debugger is reordered
39
+
Fix: HexView would jump to cursor with any pressed key, even when unsensical) Add: !source PO allows "once" argument Upd: Tuned Simon's BASIC dialect file
40
+
Add: Additional memory views are restored on startup Fix: All memory views are now refreshed instead of only the last touched one
41
+
Add: Save/Restore Debug Memory offset settings
42
+
Add: Debug Memory View: Byte offset option Fix: Debug oldVICE interface, step out would not refresh memory/registers
43
+
Fix: Char editor - broken mirror/rotate/shift for NCM 16 bit characters Fix: VICE remote debugger output line breaks Fix: Disassembler not following setting when disassembling to external file Fix: assembler -> source info wrong for nested for loops
44
+
Fix: T64 export of file types WIP: Export of files from Amiga dsk file
45
+
Fix: charset/chars screen editor, pasted cut off Mega65 NCM images (8x8 instead of 16x8 pixel)
46
+
Fix: Potential endless loop when interpreting an opcode as label due to !cpu not known WIP: directory traversal in File manager
47
+
BASIC: Try to adjust text casing on pasting
48
+
WIP: Amiga adf Disk format
49
+
Fix: Graphic screen wrong sizes on images < 320x200
50
+
Add: Open File dialog now also allows single file binaries (prg, t64...) Fix: File Manager allowing also opening of read only files for BASIC
51
+
Fix: Label Explorer toggles properly between BASIC label and regular mode
52
+
WIP: label explorer fix for label mode
53
+
Fix: label file is now written in order of appearance add: Option to skip writing assembler ID labels to label file
54
+
Upd: BASIC Dialect file for TSB Add: Option to show/not show output display and compiler messages on build
55
+
Fix: different integer types not compatible with operands Fix: Source info offset off by one (having two !for loops behind each other could lead to wrongly displayed line byte size
56
+
Add: !sl - label file is written to path of source file with directive Add: If a label file is created it will be shown in output display Fix: Opening an already opened file without solution will display already open document instead of a second copy
57
+
Fix: Compiler Messages menu item not checked if document is auto-shown Upd: Tuned Simons' BASIC dialect file
58
+
Fix: String literal operating with + on single character strings (add instead of append)
59
+
20
60
19.02.2024 - 7.7: Add: 68k support (no opcode size fallback yet, but feature complete)
21
61
Add: Copy to clipboard adds column selection mode flag
22
62
WIP: Paste column selection block from clipboard inserts all lines
0 commit comments