Releases: ricardoquesada/vchar64
Releases · ricardoquesada/vchar64
VChar64 0.2.4
VChar64 0.2.3
VChar64 v0.2.2
- [NEW] Keyboard Shortcuts:
- Shift + Command + N: New Uppercase charset
- Shift + Control + N: New Lowercase charset
- [FIX] Fix crash when launching app + Colodore palette selected
- [FIX] Issue #22: Better error reporting when open invalid files
- [FIX] Copy & Paste Map of different sizes works as expected
VChar64 v0.2.1
- [NEW] VICE Snapshot: Added support for new VICE v3 snapshot header format
- [NEW] VICE Snapshot: Added support for C128MEM VICE snapshot segment (only first 64k)
- [NEW] Palette: Added Colodore palette using 50% brightness, 100% contrast, 50% color values
- [FIX] Auto-detect new version: Does not use HTTPS. Only HTTP. Less requirements
VChar64 v0.2.0
- [NEW] Issue #13: Import VICE Snapshot supports importing maps as well
- [NEW] Issue #14: Possibility to restore the last open files at launch. Enabled by default
- [NEW] Issue #17: Added "File -> Clone Current Project"
- [NEW] Auto Update: Check if there is a new version every 7 days. Enabled by default
- [BUGFIX] Issue #11: Doesn't crash when clicking radios on empty Koa file
- [BUGFIX] Issue #15: Menu->Colors->Multicolor are enabled/disabled as expected
- [BUGFIX] Issue #16: Map/Charset/Tileset: Backward selection works as expected
- [BUGFIX] Opening an already-open file will activate that window instead of opening a duplicate tab
- [BUGFIX] Moves references to retro.moe/pungas.space from empty charset to About dialog
- [BUGFIX] Fix memory leak when deleting a State instance
- [BUGFIX] Fix crash when using the Map widget with no open documents
- [BUGFIX] Settings code unified in Preferences code. OpenLastDir settings bug fixed
VChar64 v0.1.0
- [NEW] Export: saves exported addresses in vcharproj file. Increased version to 3
- [BUGFIX] Compiles on Ubuntu 16.04
- [BUGFIX] Export: Export As shows most recent export addresses
- [BUGFIX] Export: generates an Undo event only if it is different than previous state
- [BUGFIX] Save: sets the Undo Stack as clean, but doesn't clear it
- [BUGFIX] Save: saved files are appended to the recent files entry
- [BUGFIX] Recent Files: Non existing entries appear as disabled
- [BUGFIX] Multicolor: radios are enabled/disabled accordingly
- [BUGFIX] Multicolor: copy & paste updates multicolor as well
VChar64 v0.0.13
- [NEW] Charset and Tilset widgets have grid and zoom levels
- [NEW] Map Widget: can enter tiles by using the keyboard
- [NEW] Map Widget: can enter tiles by using ALT + tile_number
- [NEW] Beeps are only played when there is an error. Before two beeps were used on errors. Now a single beep.
- [BUGFIX] Export: uses the name of recently saved project
- [BUGFIX] Export Dialog: tab-order fixed
- [BUGFIX] Copy/Paste: doesn't allow copy paste invalid buffers
- [BUGFIX] Cut: works as expected when using "inverse" range state->cut() no longer receives an offset since the offset is taken from the range
- [BUGFIX] Cut: doesn't crash if cut is triggered when no window has focus
- [BUGFIX] Map widget: selecting with keyboard for the first time works as expected
- [BUGFIX] Maps scrolls normal speed (even big maps)
- [BUGFIX] TilesetWidget and CharsetWidget use zoomLevel to instead of pixelSize for zooming. Faster and less memory(?)
- [BUGFIX] Resizing maps works as expected
- [BUGFIX] Displays correct tile in map when tile is resized. Doesn't crash on debug mode as well.
VChar64 v0.0.12
- [NEW] Koala Import: supports importing subregions. Useful when 256 chars are not enough to import the whole bitmap
- [NEW] Added unknown font. Ripped from here: http://csdb.dk/release/?id=144857
- [NEW] VICE snapshot import: Default charset address is the one that was used at the moment the snapshot was taken
- [NEW] Save/Export: Plays one beep on success, two beeps on error
- [NEW] Main Window: Status Bar shows the coordinates of the different widgets
- [BUGFIX] Export: shows correct extension when browsing file
- [BUGFIX] VICE/Koala Import: sets the name of the imported file in the tab
- [BUGFIX] Koala Import: detects duplicates chars, making the conversion smaller
VChar64 v0.0.11
- [NEW] Added Koala import support.
- Includes different heuristics
- Only works if it can convert the image in 256 or less chars
- [NEW] Added Tile Map support
- Supports copy & paste & cut. Plus Undo & Redo
- It has Rect Select, Flood Fill, Paint tools. Plus Clear and Grid. It has Zoom and an scroll area.
- 'Export' supports exporting the map data
- [NEW] Added "global foreground / one per tile" mode
- 'Export' supports exporting the "tile colors"
- [NEW] Export: Added "assembler" export format
- [NEW] Import CharPad: Added support for tile colors and map
- [NEW] Tile Dock: has an scroll area
- [NEW] Menu: Moved "Tile" actions from 'Edit' to 'Tile'
- Moved docks actions from "View / Views" to "View"
- Added new "Map" menu
- [NEW] Toolbar: Added "New", "Undo" and "Redo" actions
- [NEW] Server: C128 images uses a .d71 disk image instead of a .d64 disk image
- [NEW] Server: Supports "one color per tile" mode
- [NEW] Tests: added new subdirectory which contains many... test files
- [NEW] Examples: added Commando and Subchrist Chrome examples
- [NEW] Examples: added c64_loader. Shows how to load the exported data in the c64
- [BUGFIX] cut: works as expected.
- [BUGFIX] Color Dock: Pens were grouped in the "Pen" group. Color Palette grows/shrinks automatically
- [BUGFIX]: Internal code: signals code simplified. Less duplicate signals (faster redraws)
- [BUGFIX]: Shortcuts 1,2,3,4 work as expected again
- [BUGFIX]: Imports CharPad files correctly (both v4 and v5 format)
- [BUGFIX]: Server: Don't send duplciated data (faster transfers)
VChar64 v0.0.10
- [NEW] C64/C128 VChar TCP/IP server. Allows to preview your changes in real C64 or C128 (in C128 mode).
- [NEW] Xlink menu moved under the "Preview" menu
- [BUGFIX] Fix minor bugs in Xlink.