Skip to content

Commit e81bb0f

Browse files
Release notes
1 parent 1f9c05a commit e81bb0f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

C64StudioRelease/shared content/Release Notes.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,46 @@ Additionally to this C64 Studio comes with a charset, sprite and media editor.
1717
Version history:
1818
================
1919

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+
2060
19.02.2024 - 7.7: Add: 68k support (no opcode size fallback yet, but feature complete)
2161
Add: Copy to clipboard adds column selection mode flag
2262
WIP: Paste column selection block from clipboard inserts all lines

0 commit comments

Comments
 (0)