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
+80Lines changed: 80 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,86 @@ Additionally to this C64 Studio comes with a charset, sprite and media editor.
17
17
Version history:
18
18
================
19
19
20
+
02.04.2025 - 8.1: Fix: Crash in charset export as BASIC data Add: Make unused constant warning different to allow ignoring
21
+
Add: !Fill <from> to <to> option Fix: Assembler, showing unused label warning for LABEL = ..expressions
22
+
Fix: Assembler combined comments are cleared if after a line of actual code Add: New S-BASIC tokens FCALC, RFCALC, replaces RESET
23
+
Add: GraphicScreenEditor - export as charset strips away unused chars
24
+
Add: Theming - Color setting for mini map overlay color
25
+
Add: Graphic Screen editor - proper export of hires/multicolor charsets for assembly, binary file and charsetfile with proper viability checks
26
+
Add: Graphic Screen editor - Error border now uses a full rectangle, export as charset enforces validity check (previously could result in 0 byte exports)
27
+
Fix: Graphic screen editor, several GUI issues Fix: BASIC editor, @ was not possible outside of quotes
28
+
Fix: Graphic Screen Editor - Color mapping for hires
29
+
Fix: Graphic screen editor, hires export tries to optimize same pattern for a color
30
+
Fix: graphic screen editor, export to binary crashed
31
+
Add: BASIC copy/paste remember source mode, auto-convert to current mode
32
+
Fix: BASIC copy/paste keeps control chars intact
33
+
Fix: BASIC editor, re-allow cursor keys inside string literals, if string entry mode by position is active, and direct cursor keys are not mapped (phew)
34
+
Fix: predefines were only interpreted as integers
35
+
Fix: Project would sometimes not save all configs, re-add missing configs from elements on load
36
+
Fix: Charset screen editor: Mega65 color chooser, scaling for 80x modes Fix: BASIC editor, theme coloring of label background
37
+
Fix: Disassembly - syntax coloring of hex bytes, plus wrong line adress between last opcode and byte list
38
+
Fix several ZX81 BASIC mapping issues
39
+
Fix: Save as no longer deleting original file name
40
+
Fix: D81 not accepting new file
41
+
Fix: Character editor, pasting image with full block eligible for single color if color < 8 WIP: Spectrum P format, ZX81 BASIC support
42
+
Add: BASIC preprocessed file enabled
43
+
Fix: BASIC renumber could kill PI chars, broken on lines looking like hex literals (e.g. 1000e) Upd: Replace ZX81 font with self modified for missing graphic characters
44
+
More ZX81 graphic chars
45
+
WIP: BASIC - ZX81 entry
46
+
Add: Assembler, !to Pseudo Op, allow internal file name and disk name for d64,d81
47
+
Fix: Dialect file parsing bug, maxlength was cut off
48
+
Upd: Lift Undo limit of FastColoredTextBox to 10000 Fix: Map Editor export to binary, limit field for prefix load address WIP #12345: Key infos per machine
49
+
Fix: BASIC Renumber crash on unlucky timing when opening file
50
+
Fix: BASIC Search with ignore case in lower case didn't find uppercase letters
51
+
Fix: BASIC renumber crashes on empty lines
52
+
Fix: File manager, empty file caused crashes
53
+
WIP: ZX81 BASIC number encoding working
54
+
WIP: ZX81 BASIC, need to add numeric floats (urgh)
55
+
Fix: File manager, font size issues WIP: ZX81 #3
56
+
Move font where it's supposed to be
57
+
Fix: BASIC renumber now properly checks for overlaps, even if only a selection is renumbered Add: Machine type to BASIC dialect WIP: BASIC for ZX81
58
+
WIP: Refactor preferences Attempt to register file types
59
+
Upd: Rework the preferences dialog
60
+
Add: Sample for displaying a map from Charpad exports
61
+
Add: Find References - also show zone Fix: 64er Checksummer V1/V2, use 3 digit checksum output
62
+
Fix: Source ASM Drag/Drop inside a tab would mess up the text Fix: Charset export of color data of non NES had wrong values
63
+
Add: Search results, display zone info with search result if possible
64
+
Fix: Solution Explorer: Closing a nested node would also forget the project node expansion state
65
+
Fix: Source code commenting half inside a tab would actually not comment it properly
66
+
Add: IFF support in File Manager and graphic screen editor
67
+
Fix: File Manager broken when loading non-prg file WIP: IFF support for File Manager and graphic screen editor
68
+
Fix: binary to BASIC PRINT do not break CHR$
69
+
Fix: binary export to BASIC print statements, page boundaries
70
+
Add: Binary Editor export to PRINT statements, allow setting an address
71
+
Add: File Manager - detect and give option to show koala image in graphic editor
72
+
Add: Binary Editor - Export as PRINT statements (to use PRINT to write in memory)
73
+
Fix: Crash issue with SingleActionPopupControl Fix: BAISC Symbol to macro toggle could really screw up and skip parts of lines Fix: S-BASIC 65 dialect file, token for ERR is actually ERR$
74
+
Fix: SBASIC - Token for ERR is ERR$
75
+
Fix: Charscreen editor bugs (scaling in Commander X16 modes, fill broken since NES)
76
+
Upd: BASIC checksummer
77
+
Add: BASIC checksummers
78
+
Fix: Assembler 4502, missing brackets could lead to a crash (e.g. lda $02,z) WIP: CheckSummer for BASIC
79
+
Add: Outline/Label Explorer - option to sort by type
80
+
Fix: BASIC potential crash with weird BASIC tokens that do not exist in dialect, but are marked as token (tf?)
81
+
Fix: Filemanager issues after WIPping about Add: Assembler - Warning, if opcode is used as label
82
+
Fix: Dialog/Window check for being on screen
83
+
Fix: Assembler editor, syntax color: Only assume opcodes without dot in front WIP: ZX81 base library file
84
+
Fix: Assembler Editor, comment char inside string literals would mark the rest of the line as comment (i hate regex)
85
+
Add: Disassembler, allow label replacing with +1
86
+
Fix: BASIC: Potential issue when toggling from label mode to non label mode
87
+
Fix: Disassembler, named labels are now also inserted inside undisassembled bytes WIP: File Manager
88
+
Fix: Source file encoding UTF-8 could be set to use BOM after opening preferences dialog WIP: TZX support Fix: Disable error markings on custom build steps
89
+
Next attempt at fixing sizing issues in ImageListBox WIP: TZX support in File Manager for Spectrum
90
+
Add: Solution Explorer - open in explorer selects the chosen file
91
+
Fix: SpriteEditor Undo Shift to target did not repaint editor view
92
+
Fix: ASM find all references on macro returned first line of file as well
0 commit comments