1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-02 20:41:32 +00:00

Update for v1.7.0-alpha1

Andy McFadden 2020-07-22 11:07:38 -07:00
parent 2c5d5ae6df
commit 72762f9bdd

@ -1,5 +1,21 @@
A detailed log of changes, in reverse chronological order.
### 2020/07/22 1.7.0-alpha1 ###
New features:
* Added operand wrap length option to app settings.
* Added File > Reload External Files.
Other changes:
* Added OMF conversion options: disable per-segment comments; offset segment by $0100.
* Change un-smart PLP handling for 65816.
* Tweaked default column widths for clipboard and Export.
* Renamed PluginDll directory to PluginDllCache.
* Expanded SGEC: support notes and long comments; added export feature.
* Added more GS/OS constants.
Bug fixes:
* Fixed crash associated with computer suspending while project open.
### 2020/07/11 1.7.0-dev2 ###
New features:
* Added ability to set the value of the Data Bank Register ('B').