Skip to content

Commit 5cb077a

Browse files
version update
1 parent 74ce4bf commit 5cb077a

File tree

3 files changed

+83
-1
lines changed

3 files changed

+83
-1
lines changed

C64Models/Version/StudioVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace RetroDevStudio
22
{
33
public static class Version
44
{
5-
public const string VersionBase = "8.1";
5+
public const string VersionBase = "8.2";
66
public const string BuildNumber = "260";
77
}
88
}

C64StudioRelease/shared content/Release Notes.txt

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

20+
04.09.2025 - 8.2: Add: BASIC #bindataprint statement
21+
Fix: MediaManager also borked spaces in filenames (using -renameto)
22+
Fix: Broken space inserted as 0 byte in PETSCII file names
23+
Fix: Git preferences, max length of author
24+
Fix: !nowarn not working (facepalm)
25+
Fix missing PETSCII mapping chars from last fix
26+
Fix: BASIC wrong values for PETSCII symbols (mostly shifted letters, but some others) when using macro mode Fix: BASIC line length check in macro mode Add: BASIC include predefined symbols from configuration
27+
Add jump to line option to context menu
28+
Fix issue #138 (renamed file in (real) folder would remove the folder part of the full filename Fix wrong order of relativizing file names in folders
29+
Fix: New Solution Wizard automatic re-enabling project repository checkbox
30+
Fix: Graphic Screen Import for IFF files Add: Graphic Screen Export option to truncate palette to a fixed color
31+
Add: Char Screen, add missing interleaved export
32+
Fix: inherited macro accessing wrong lines on relabeling
33+
Fix: Potential crash on inherited macros that were not complete
34+
Add: Assembler dependency/symbol inheritance now also working for macros
35+
Fix: The fix to swap CBM-N and CBM-M properly Fix: De-Lars-ed Renumber dialog
36+
Fix: Switched CBM-M and CBM-N character
37+
Fix: text label concattenation with different mappings (!pet)
38+
Add: Text Editors: Find Previous option
39+
Fix: ASM syntax highlighting of comments after an operator
40+
Fix: BASIC in lowercase mode, could insert $efxx chars for uppercase letters in string entry mode
41+
Fix: Graphic Screen Editor - Saving IFF, BODY Chunk size was wrong with compression Fix: Graphic Screen Editor - Allow arbitrary sized images (not only 8x8 etc.)
42+
Add: ASM allow full insertion of string labels for !text type POs
43+
Add/Fix: Rewrite of VICE binary monitor interface (should fix emulation skipping startup breakpoints) - seems to have issues with two breakpoints in close vicinity though Add: Export as IFF with compression for Mega65 compatibility
44+
Fix: GraphicScreenEditor -> Edit Palette working correctly again
45+
Add: Option to configure auto-save Add: Proper graphic screen support for 8bit images (IFF) plus optimized saving
46+
Fix issue #137, Fonts were set as embedded resource instead of Content/Copy Always.
47+
Fix: Tiny64 emulator/debugger updated to properly remove temporary breakpoints once hit plus clear the breakpoint triggered state once a breakpoint has been hit (otherwise you couldn't go forward from a breakpoint anymore) Fix: Syntax coloring updated to also affect the settings dialog
48+
Add: Toggle comment selection
49+
Fix: Syntax Coloring for assembler breaks with tabs (urgh)
50+
Fix: D81 file deletion wrote at wrong track/sector
51+
Add: Charset editor - Allow import onto selection/range Add: Charset editor - Restore default for selection
52+
Adjust size of BASIC text for import/export text boxes
53+
Fix the fixed fix that broke while applying the fix: (Find Next works again after being broken fixing the single char replace all)
54+
Fix: BASIC renumber for normal renumber was broken Fix: FastColoredTextBox after aborted text drag didn't remove highlight
55+
Add: Disassembler - Data Table List
56+
Add: BASIC option to only renumber actual line numbers
57+
Fix: (Finally) Nested loop debugging and byte count seems to work correctly now
58+
Fix: BASIC/ASM replacing single char issue Fix: Disabled DecentForms.Button allowing click Fix: BASIC Renumber wrong error when selection ends with comment
59+
WIP?: Assembler Syntax coloring replaced by parsing instead of regex
60+
WIP: Asm syntax coloring de-regexed
61+
Add: BASIC - > Collapsed token mode Fix: BASIC - > manual entry max length check done on collapsed tokens
62+
Fix: Resource Text issues with 4.8 (replaced with direct text placement) Add: Remove Duplicates feature in map editor/text screen editor (may still have some issues) Fix: Split BASIC and assembler warnings in
63+
WIP: Charset - Collapse duplicates
64+
Fix: Yet another macro dialog crash
65+
Fix: Preferences showing macro names without build info, crash without project
66+
Fix: File Manager: Export file as lower case (to match import) Fix: Potential crash in Navigate Back/Forward after document was closed Add: binary imports, option to auto-handle extension (.prg skips 2 bytes) WIP: Graphic screen editor - color selection/palette handling
67+
Fixing release shared folder
68+
Fix: BASIC, allow [,] as single char tokens Fix: Replace otf with ttf for ZX81 font, otf doesn't work in Windows 7
69+
Add: Option for very first and very last argument (WIP for argument rewrite)
70+
Fix: Renaming item in Solution Exploer also updates main caption
71+
Fix: Theming - Mismatched mouse over and scrollbar range on TreeView Add: BASIC dialect files for Data Becker Supergraphic 64
72+
Fix: Broken file saving, did not follow directory track/sector pointers properly! Add: Data Becker Supergraphic 64 BASIC dialect file
73+
Add: Custom Confirmation dialogs instead of messageboxes, on some occasions with cacheable reply Add: TASM .end statement
74+
Add: Issue #75, Charscreen editor, option to highlight used char in screen
75+
Add: Assembler PO !bin now allows an expression list instead of a single expression
76+
Add: Assembler, enhance PO !bin to allow modification expression
77+
Add: BASIC: Add � as secondary PI replacement key
78+
Fix: Char Editor - Pasting ECM chars Refix: BASIC copy/Paste of lowercase letters in string literals
79+
Fix: CharEditor ECM mode, copy/paste and move to index issues
80+
Fix: More theming issues I've introduced by the previous fix
81+
Fix: Color theming not applied on opening files from solution explorer
82+
Fix: T64 format (export as hex, and open as BASIC)
83+
Fix: BASIC renumber, did not recognize end overlap if line was empty
84+
Fix: D81 file writing broken on second file (would mangle t/s pointers of first file)
85+
Fix: BASIC string entry mode, broke Undo (and maybe other accelerators)
86+
Fix: Character import of hires with >= 8 could result in custom color being set to %8
87+
Add: Preferences - Clearing Cached Data (search/replace history) Add: Mousewheel zoom for graphic screen editor
88+
Fix: Find/Replace, replace with autosuggest did not allow case variants
89+
Add: Graphic Screen editor, scrolling with middle button
90+
Fix: BASIC lowercase working again for real now
91+
Fix: BASIC -> broke compiling in lower case BASICs Fix: Debugger not always unmarking active debug line
92+
Add: Changing order of emulators changes order in combo directly
93+
Add: Assembler !fill with to range, add times argument
94+
Add: Assembler !repeat <num> statement
95+
Fix: BASIC Editor, lowercase messed up label mode. Ctrl-Tab working again
96+
Fix: Doc issue for !fill range Fix: BASIC editor, some ctrl commands outside of quote mode didn't work anymore (e.g. Ctrl Home, Ctrl End, etc.) Fix: Assembler: Issue with !zone without brackets inside inactive scope messed up the scope count
97+
Add: Only do warning W1004 if not in baselib file
98+
Add: Preferences -> Tools -> Macro insertion in parameter fields for tools
99+
Fix: Crash on Macro dialog double click if no edit control has been passed
100+
101+
20102
02.04.2025 - 8.1: Fix: Crash in charset export as BASIC data Add: Make unused constant warning different to allow ignoring
21103
Add: !Fill <from> to <to> option Fix: Assembler, showing unused label warning for LABEL = ..expressions
22104
Fix: Assembler combined comments are cleared if after a line of actual code Add: New S-BASIC tokens FCALC, RFCALC, replaces RESET
21 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)