Skip to content

Commit

Permalink
chore(readme): Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Nov 13, 2018
1 parent 029e379 commit 9a5b513
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

### [0.10.1] - 2018-11-13
- Formatter fixes (macros)
- Vasm error parsing fixes

### [0.10.0] - 2018-10-28
- [Feat #32](https://github.com/prb28/vscode-amiga-assembly/issues/32) Print memory adresses in custom registries (dffxxx)
- [Issue #31](https://github.com/prb28/vscode-amiga-assembly/issues/31) Bad symbol address if it is in a different segment/sections from code
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Visit the [WIKI](https://github.com/prb28/vscode-amiga-assembly/wiki) pages to d
**For an easy startup try the** [Example workspace Bundle](https://github.com/prb28/vscode-amiga-wks-example/releases).


## 0.10.0
## 0.10.1
- Copper disassembly

![Disassemble a copper list](images/copperdisassembly.gif)
Expand Down Expand Up @@ -74,6 +74,10 @@ The assembly language will be formatted with the standard shortcuts :


## Release Notes
### 0.10.1
- Formatter fixes (macros)
- Vasm error parsing fixes

### 0.10.0
- Copper disassembly
- Print memory adresses in custom registries (dffxxx)
Expand Down

0 comments on commit 9a5b513

Please sign in to comment.