-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from Hinaser/v1.0.0
V1.0.0
- Loading branch information
Showing
5 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
## [1.0.0] | ||
### Deprecated | ||
- Dropped support for IDE version <= 203.* due to scheduled API removal. | ||
If you are using old IDE, please try to install [email protected]. | ||
|
||
## [0.0.9] | ||
### Changed | ||
- Set maximum compatible IDE version to 211.*. | ||
|
@@ -48,6 +53,7 @@ | |
### Fixed | ||
- Fixed an issue where offline parser did not properly parse and render some gfm syntax. | ||
|
||
[1.0.0]: https://github.com/Hinaser/gfm-advanced/compare/v0.0.9...v1.0.0 | ||
[0.0.9]: https://github.com/Hinaser/gfm-advanced/compare/v0.0.8...v0.0.9 | ||
[0.0.8]: https://github.com/Hinaser/gfm-advanced/compare/v0.0.7...v0.0.8 | ||
[0.0.7]: https://github.com/Hinaser/gfm-advanced/compare/v0.0.6...v0.0.7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<name>GfmA</name> | ||
<vendor email="[email protected]" url="https://github.com/Hinaser">Hinaser</vendor> | ||
|
||
<idea-version since-build="202.6109" until-build="211.*" /> | ||
<idea-version since-build="211.6693.111" /> | ||
|
||
<description><![CDATA[ | ||
<p>Yet another GFM(GitHub Flavored Markdown) Preview plugin for intellij platform</p> | ||
|