bump: version 0.9.5
This commit is contained in:
parent
0a208ea8ef
commit
141c39dbb7
3 changed files with 9 additions and 6 deletions
11
README.md
11
README.md
|
@ -20,12 +20,15 @@ This plugin is the same as the built-in **Word Count** plugin, except when you s
|
||||||
|
|
||||||
- @leoccyao
|
- @leoccyao
|
||||||
- Added all word, char, sentence count when not viewing a markdown file.
|
- Added all word, char, sentence count when not viewing a markdown file.
|
||||||
- @lishid
|
- @chrisgrieser
|
||||||
- Helped solve the performance issue.
|
- Added Footnotes and Citation Counting.
|
||||||
|
- @bakuzan
|
||||||
|
- Added page counts.
|
||||||
|
- Fixed issue that caused errors at start up.
|
||||||
- @THeK3nger
|
- @THeK3nger
|
||||||
- Fixed issue that occurred when renaming files.
|
- Fixed issue that occurred when renaming files.
|
||||||
- @bakuzan
|
- @lishid
|
||||||
- Fixed issue that caused errors at start up.
|
- Helped solve the performance issue.
|
||||||
- @Noxellar
|
- @Noxellar
|
||||||
- Fixed alt bar spacing issue.
|
- Fixed alt bar spacing issue.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "better-word-count",
|
"id": "better-word-count",
|
||||||
"name": "Better Word Count",
|
"name": "Better Word Count",
|
||||||
"version": "0.9.4",
|
"version": "0.9.5",
|
||||||
"description": "Counts the words of selected text in the editor.",
|
"description": "Counts the words of selected text in the editor.",
|
||||||
"author": "Luke Leppan",
|
"author": "Luke Leppan",
|
||||||
"authorUrl": "https://lukeleppan.com",
|
"authorUrl": "https://lukeleppan.com",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "better-word-count",
|
"name": "better-word-count",
|
||||||
"version": "0.9.4",
|
"version": "0.9.5",
|
||||||
"description": "Counts the words of selected text in the editor.",
|
"description": "Counts the words of selected text in the editor.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue