Skip to content

Commit

Permalink
chore(readme): updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Oct 21, 2019
1 parent 234fd69 commit 3facff4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG.md
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.18.1] - 2019-10-21
- [Issue #97](https://github.com/prb28/vscode-amiga-assembly/issues/87) Code builded outside the application can't be debugged
- [Feat #87](https://github.com/prb28/vscode-amiga-assembly/issues/87) Use of Webview.toWebviewResource

### [0.18.0] - 2019-09-21
- [Feat #91](https://github.com/prb28/vscode-amiga-assembly/issues/91) Add ascii representation in popups
- [Feat #89](https://github.com/prb28/vscode-amiga-assembly/issues/89) Gdb remote protocol review
Expand Down Expand Up @@ -82,38 +86,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Disassemble a file

### [0.6.2] - 2018-06-28
### Fixed
- [Issue #3](https://github.com/prb28/vscode-amiga-assembly/issues/3) Language Packs category is for display language extensions

### [0.6.0] - 2018-06-01
### Added
- Integration of VASM : build and diagnostics in the editor
- Integration of VLINK : linking the executable
### Updated
- m68k instruction set documentation (contribution from [Stephen Moody](https://github.com/SteveMoody73))
### Fixed
- [Issue #1](https://github.com/prb28/vscode-amiga-assembly/issues/1) Parsing error in calculator

### [0.5.0] - 2018-05-20
### Added
- Color provider
- Added documentation for CIAA and CIAB
- Shows the values set to the registers
- Show values in decimal / hexadecimal and binary
- Calculator

## [0.4.0] - 2018-05-15
### Added
### [0.4.0] - 2018-05-15
- Format selection of document
- Format on typing
- Configurable default spacings

## [0.3.0] - 2018-05-14
### Added
### [0.3.0] - 2018-05-14
- Documentation hover keywords (instructions and register)

## [0.2.0] - 2018-05-11
### Added
### [0.2.0] - 2018-05-11
- Initial release of Amiga Assembly
- Editor Highlights
- Document Formatting
4 changes: 3 additions & 1 deletion README.md
@@ -1,6 +1,5 @@
[![Build Status Travis](https://travis-ci.org/prb28/vscode-amiga-assembly.svg?branch=master)](https://travis-ci.org/prb28/vscode-amiga-assembly) [![Build Status AppVeyor](https://ci.appveyor.com/api/projects/status/github/prb28/vscode-amiga-assembly?branch=master)](https://ci.appveyor.com/project/prb28/vscode-amiga-assembly)
[![Coverage Status](https://coveralls.io/repos/github/prb28/vscode-amiga-assembly/badge.png?branch=master)](https://coveralls.io/github/prb28/vscode-amiga-assembly?branch=master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=prb28_vscode-amiga-assembly&metric=alert_status)](https://sonarcloud.io/dashboard?id=prb28_vscode-amiga-assembly)

# Amiga Assembly for Visual Studio Code
Amiga Assembly for Visual Studio Code is a extension to support assembly language for the Amiga Motorola 68000 machines and emulators.
Expand Down Expand Up @@ -78,6 +77,9 @@ The assembly language will be formatted with the standard shortcuts :


## Release Notes
## New in 0.18.1
- Bug fixes

## New in 0.18.0
- Numerical popups with parametrized format and ASCII representation
- Format a document with TABs
Expand Down

0 comments on commit 3facff4

Please sign in to comment.