@@ -17,6 +17,72 @@ Additionally to this C64 Studio comes with a charset, sprite and media editor.
1717Version history:
1818================
1919
20+ 14.11.2022 - 7.3: Fix: File Manager rename dialog would remove Shift-Spaces after double clicking a letter in the list
21+ Add: Preliminary Commander X16 support (charset, charscreen, sprites 16/256 colors)
22+ Fix: BASIC renumber issue with hard comments (they'd make line numbers skip)
23+ Fix: abort with error if implicit opcode ends with garbage
24+ Add: Commander X16 charset and hiRes 16 color charscreen support and sample
25+ Fix issue #72 (Maximized C64Studio starting up empty)
26+ Add: Preliminary Commander X16 support for 16 color text modes to charset and char screen
27+ Update: Map Editor selection display
28+ Re-Add: Map Editor - draw tiles with override color
29+ Fix: lzone label did not get cached comments
30+ Add: FileManager: Rename Export to BASIC variants to Open As
31+ Verify charscreen property reloading
32+ Add: Allow BASIC parser to recognize extended tokens inside REM (SB, TSB)
33+ Fix !lzone label not having comments
34+ Add: BASIC detect extended tokens inside REM
35+ Fix: inprecision in value table editor/export
36+ Add: BASIC files store case
37+ Add: !lzone pseudo op
38+ Fix: Potential crashes
39+ Add: Double click in debug breakpoint window jumps to source (if any)
40+ Fix: Overflowexception stopping mousewheel down scrolling in ImageListBox
41+ Fix: Character editor import with "Any" choice for color settings could crash
42+ Upd/Fix: Toggle upper/lower case would screw up shifted letters
43+ Upd: TSB dialect file, add new token CLS
44+ Hack/Fix: Keep bookmarks intact during replace all and followup undo/redo
45+ Fix: BASIC crash on nagivate back/forward, if it was not created by opening a file
46+ Fix: BASIC searching in lower case display now working (hopefully)
47+ Fix: new add label feature in disassembler
48+ Fix: Not switching GUI back from debug mode after stopping non debuggable emulator
49+ Add: Label concattenation via ##
50+ Add: Disassembler add label from address value
51+ Add: Starts of very rudimentary KickAss support
52+ Fix: Adjust caret height to actual line height
53+ Update: Tiny64 internal debugger, better IO reading (still a lot of VIC registers not properly handled)
54+ Add: Proper theming also for selected menu items, list view header and tab headers
55+ "Fix": Unit test for tan(45) would result in values extremely close to 1, but not exactly
56+ Fix: ImageListBox not removing scrollbar if content would fit exactly
57+ Fix: Restore Save As functionality as it was, it caused too much confusion
58+ Add: BASIC65 - VSYNC Token
59+ Add: Charscreen export to BASIC now properly handles colors >= 16 (Ctrl-A/Ctrl-D)
60+ Fix: File manager save of new created media not working
61+ Add: Line number color configurable
62+ Fix: triple click only react on left button
63+ Fix: Sprite editor preview, bg was not drawn transparent
64+ Fix: BASIC autoselect tokens in lowercase mode
65+ Add/Fix: Sprite editor - import errors are now written to the output window
66+ Fix: Another duplicate caret issue in FastColoredTextBox during dragging text
67+ Add: immediate label toggle in ASM file
68+ Refix icon/bitmap confusion of blue flag icon
69+ Add: WiC64 samples
70+ Fix: BASIC pressing enter in string entry mode now properly ends the line
71+ Fix: Typing ? inside comments is not expanded to PRINT anymore
72+ Add: Paste files from explorer are added/copied to the project
73+ Add: Option to toggle shortcut labels in ASM view
74+ Fix: Stray non-blinking caret after drag/drop of text inside FastColoredTextBox
75+ Fix: Compile Result stealing focus when put in foreground/unhidden
76+ Add: Disassembler, options for displaying addresses/data
77+ Add: Direct option for BASIC C64 Font size if using the internal font
78+ Fix: Pound character in !text/!pet
79+ Add: Rename solution
80+ Add: Build support for .NET 3.5 (original version), 4.8 and 6.0
81+ Fix issue #69 (VICE remote binary monitor interface hang)
82+ Fix: char screen editor - stupid bug that nixed all color in "affect only color" mode
83+ Add: Convert data statements from decimal to hex and vice versa
84+ Port project files to SDK format,
85+
208606.07.2022 - 7.2: Update Mega65 samples
2187 Fix opcode doc formatting
2288 "Fix" potential errors in dir art import
0 commit comments