Releases: Zoomicon/READCOM_App
Version 0.0.9
Note: ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK, AT "ASSETS"
For usage information see release notes of first release
- Added Copy/Paste buttons shown in Edit Mode at the right sidebar to Copy ActiveStoryItem to Operating System's Clipboard (in .READCOM format) and to paste data in .READCOM format from it into the ActiveStoryItem as a child StoryItem (only that clipboard format/flavour is supported for now - in the future will also support pasting of other content flavours like images/audio and create respective StoryItem children)
- Added button of right sidebar now adds a blank TVectorStoryItem (can select it in edit mode and right click to see its Load button and set its .SVG content). Useful mainly for prototyping / shows a default placeholder image
The .exe file is compiled for 32-bit Windows (runs on 64-bit Windows too)
The .upx.exe file is the same one, but UPX-compressed (much smaller, might take an instant more to start up and may trigger antivirus false alerts)
Version 0.0.8
Note: ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK, AT "ASSETS"
For usage information see release notes of first release
- EditMode / StructureVisibility / TargetsVisibility toggle buttons now appear as such (stay pressed visually)
The .exe file is compiled for 32-bit Windows (runs on 64-bit Windows too)
The .upx.exe file is the same one, but UPX-compressed (much smaller, might take an instant more to start up and may trigger antivirus false alerts)
Version 0.0.7
Note: ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK, AT "ASSETS"
For usage information see release notes of first release
- Added usage hints (shown on mouse hover) to GUI elements
The .exe file is compiled for 32-bit Windows (runs on 64-bit Windows too)
The .upx.exe file is the same one, but UPX-compressed (much smaller, might take an instant more to start up and may trigger antivirus false alerts)
Version 0.0.6
Note: ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK, AT "ASSETS"
For usage information see release notes of first release
- Added About and Help buttons
- At Edit mode, one can right-click the active StoryItem to show its Options popup and set its as Home (can have only one), set it as StoryPoint (takes part in navigation with Previous/Next buttons)
- ESC key now navigates one level up (to parent item) and SHIFT+ESC navigates to root item directly (both are intended for Edit mode, may not keep for non-Edit mode)
- Various smaller fixes and enhancements
The .exe file is compiled for 32-bit Windows (runs on 64-bit Windows too)
The .upx.exe file is the same one, but UPX-compressed (much smaller, might take an instant more to start up and may trigger antivirus false alerts)
Version 0.0.5
PLEASE ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK
For usage information see release notes of first release
Fix for previous version's issue with Root StoryItem display
StructureView now autohides when exiting EditMode
The .exe file is compiled for 32-bit Windows (runs on 64-bit Windows too)
The .upx.exe file is the same one, but UPX-compressed (much smaller, might take an instant more to start up and may trigger antivirus false alerts)
Version 0.0.4
PLEASE ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK
For usage information see release notes of first release
StructureView now autohides after selection when not in Edit mode
In Edit mode it stays open (can close via the StructureView button) since drag&drop operations are allowed between StructureView items
Version 0.0.3
PLEASE ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK
For usage information see release notes of first release
- Structure View sidebar now toggles open with respective button instead of autohiding upon item selection
- In Edit Mode, Structure View is now allowing drag&drop operations to reorder (bring child to front by drag-dropping it in same parent node in the tree) and reparent StoryItems. Upon drag-drop the target item is made active.
- AudioStoryItems are now only visible in Edit Mode
Notes:
- with the drag&drop functionality in StructureView, now in edit mode one can drag-drop to move an ImageStoryItem say showing a cow from one parent ImageStoryItem showing a background (serving as a location/timepoint in the story) to another parent (other location/timepoint in the story).
- currently not rescaling/repositioning items when reparented via the structure view so they may go out of view sometimes depending on the position they had in their previous parent item.
Version 0.0.2
PLEASE ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK
- Fixed memory leaks
- Fixed regression: AreaSelector now only selects just the contained children in its area, not all intersected ones
For usage information see release notes of previous version
Version 0.0.1
PLEASE ALWAYS DOWNLOAD THE LATEST VERSION FROM THIS LINK
Early demo version with editing functionality available
Try downloading and opening this story for testing:
https://github.com/Zoomicon/READCOM_Gallery/tree/main/Gallery/Stories/Aesop%20Fables/The%20Tortoise%20and%20the%20Hare
-
CTRL+MouseWheel to zoom in/out.
-
Navigate (and pick active StoryItem) with Structure Viewer (sidebar) and the Home button (Left/Right buttons or keyboard not working yet)
-
Press the Edit mode key to enter Edit Mode:
-- Right click in a StoryItem to add (+) child items into it current active StoryItem
-- Drag to do a selection, then you can move (from center) and resize (from corners) the top item via the selector (some SVG items still have blank area around them so since their borders are not yet shown in edit mode do make large enough selections to catch them)
-- ALT+MouseWheel to resize a child in edit mode.
Please ignore any memory leak messages on closing of the app, this is a preliminary debug build (most leaks are caused by opening the structure viewer, by the code that does image previews generation to show in the structure tree there)