diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee97c8..48f6453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ # Changelog -## [0.2.0] - 2017-01-26 +## 0.2.1 - 2017-01-26 +### Fixed +- Files not being detected as AGC, AGC, Argus or Binsource + +## 0.2.0 - 2017-01-26 ### Removed - Basic linting capabilities. These have been moved to [AGC Assembly Lint](https://github.com/wopian/agc-assembly-lint). -## [0.1.4] - 2017-01-03 +## 0.1.4 - 2017-01-03 ### Added - Helper for AGC - Options for AGS, Argus and Binsource -## [0.1.3] - 2016-12-30 +## 0.1.3 - 2016-12-30 ### Changed - Rewrote source code in TypeScript - Merged `languages` back into `syntax` @@ -17,11 +21,11 @@ ### Added - Barebones helper for AGC -## [0.1.2] - 2016-12-29 +## 0.1.2 - 2016-12-29 ### Fixed - Typo causing AGS and Argus to fail -## [0.1.1] - 2016-12-29 +## 0.1.1 - 2016-12-29 ### Added - Missing comment definitions @@ -33,11 +37,11 @@ ### Fixed - Argus language tokenizer failure -## [0.1.0] - 2016-12-29 +## 0.1.0 - 2016-12-29 ### Changed - Reorganised source files -## [0.0.3] - 2016-12-29 +## 0.0.3 - 2016-12-29 ### Added - Remainder of documentation - Package icon @@ -45,10 +49,10 @@ ### Fixed - Typo in settings -## [0.0.2] - 2016-12-28 +## 0.0.2 - 2016-12-28 ### Fixed - Minor bugs -## [0.0.1] - 2016-12-28 +## 0.0.1 - 2016-12-28 ### Added - Initial release of AGC Assembly \ No newline at end of file diff --git a/README.md b/README.md index f3064e4..83c4221 100644 --- a/README.md +++ b/README.md @@ -105,38 +105,7 @@ npm t - This can temporarily be fixed by just switching tabs. ## Releases -### 0.1.4 - 2017-01-03 -#### Added -- Helper for AGC -- Options for AGS, Argus and Binsource - -### 0.1.3 - 2016-12-30 -#### Changed -- Rewrote source code in TypeScript -- Merged `languages` back into `syntax` - -#### Added -- Barebones helper for AGC - -### 0.1.2 - 2016-12-29 -#### Fixed -- Typo causing AGS and Argus to fail - -### 0.1.1 - 2016-12-29 -#### Added -- Missing comment definitions - -#### Changed -- Moved language test files to samples -- Moved images into `./images` -- Moved build script into `./src` - -#### Fixed -- Argus language tokenizer failure - -### 0.1.0 - 2016-12-29 -#### Changed -- Reorganised source files +See [CHANGELOG](https://github.com/wopian/agc-assembly/blob/master/CHANGELOG.md) [Travis]:https://img.shields.io/travis/wopian/agc-assembly.svg?style=flat-square [GitHub Release]:https://img.shields.io/github/release/wopian/agc-assembly.svg?style=flat-square diff --git a/package.json b/package.json index 873c403..b57fd5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agc-assembly", "displayName": "AGC Assembly", - "version": "0.2.0", + "version": "0.2.1", "description": "Syntax highlighting for Apollo Guidance Computer (AGC) assembly source code", "publisher": "wopian", "license": "Apache-2.0", @@ -25,12 +25,6 @@ "Apollo Guidance Computer", "Assembly" ], - "activationEvents": [ - "onLanguage:agc", - "onLanguage:ags", - "onLanguage:argus", - "onLanguage:binsource" - ], "contributes": { "languages": [ {