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

Update for v1.8.0-dev1

Andy McFadden 2021-10-08 12:59:40 -07:00
parent 0db2c6bfe9
commit 5b62f1cd94

@ -1,5 +1,20 @@
A detailed log of changes, in reverse chronological order.
### 2021/10/08 v1.8.0-dev1 ###
New features:
* Reworked the way addresses are handled (issue #107):
* Replaced linear list of start points with a hierarchy of nested address regions.
* Added non-addressable areas.
* Added region pre-labels (issue #109).
* Added relative addressing.
Other changes:
* Moved reference manual to "docs" area, so it's viewable from the web.
Bug fixes:
* Fixed resize crash (issue #108).
* Fixed editing of high-ASCII L1 strings (issue #110).
## 2021/08/16 1.7.5 ##
Other changes:
* Fixed keyboard focus after deletion of selected item.