Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Closes : #12
  • Loading branch information
GehDoc committed Oct 17, 2019
1 parent a1fa1bc commit 5d7ad4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [UNRELEASED]
## [0.3.0] - 2019-10-17
### Added
- [DOC] Adhere to CII best practices
- [DOC] Create code of conduct
- [DOC] Add sponsoring link
- [DOC] Add features summary

### Fixed
- [DOC] Bigger icon
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Full featured document live preview for the [Textile](https://en.wikipedia.org/wiki/Textile_(markup_language)) markup language.

*Still Alpha version !! See the [Roadmap](#roadmap).*
*Beta version !! See the [Roadmap](#roadmap).*

Based on the source code of [Visual Studio Code's Markdown preview](https://github.com/microsoft/vscode/tree/master/extensions/markdown-language-features), it uses a modified version of [textile.js](https://github.com/GehDoc/textile-js) Textile to HTML parser in order to display live preview.

Expand Down Expand Up @@ -53,8 +53,6 @@ See [CHANGELOG.md](CHANGELOG.md).
## Roadmap

All [bugs and enhancements](https://github.com/GehDoc/vscode-textile-preview/issues) are tagged to create the following roadmap, materialized through GitHub Projects :
* Road to the first [BETA](https://github.com/GehDoc/vscode-textile-preview/projects/1) :
Create/stabilize the build system, and advertise this extension to the world.
* Road to the first [RELEASE 1.0.0](https://github.com/GehDoc/vscode-textile-preview/projects/1) :
Fix bugs, and improve documentation and community guidelines.
* then FUTURE :
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-textile-preview",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.2.8",
"version": "0.3.0",
"icon": "media/textile-mark_logo.png",
"publisher": "GehDoc",
"preview": true,
Expand Down

0 comments on commit 5d7ad4a

Please sign in to comment.