Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
Close #17
  • Loading branch information
GehDoc committed Mar 1, 2020
1 parent 1ccf850 commit cb54a93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
## [1.0.0] - 20200301
### Added
- [DOC] clarify "textile" guards in the code source, and explain how-to use them in CONTRIBUTING.md
- [DOC] Tests are required.
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

Full featured document live preview and rich language support, for the [Textile markup language](https://textile-lang.com/).

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

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

## Working with Textile
Expand Down Expand Up @@ -52,12 +50,9 @@ 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 [RELEASE 1.0.0](https://github.com/GehDoc/vscode-textile-preview/projects/3) :
Fix bugs, and improve documentation and community guidelines.
* then FUTURE :
Implement missing features (see above), keep in sync with VSCode and Textile-JS updates, ...
All remaining ToDOs and issues will be triaged and planned after the first release, in new GitHub projects to track progress fir future release.
All [bugs and enhancements](https://github.com/GehDoc/vscode-textile-preview/issues) are tagged. Mostly :
* Implement missing features (see above), keep in sync with VSCode and Textile-JS updates, ...
* All remaining ToDOs and issues will be triaged and planned soon, now that the first release has been made available.

## Supporting

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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "vscode-textile-preview",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.3.8",
"version": "1.0.0",
"icon": "media/textile-mark_logo.png",
"publisher": "GehDoc",
"preview": true,
"repository": {
"type": "git",
"url": "https://github.com/GehDoc/vscode-textile-preview.git"
Expand Down

0 comments on commit cb54a93

Please sign in to comment.