Skip to content

Commit 366dfe6

Browse files
committed
Update: changelog
1 parent 91918dc commit 366dfe6

3 files changed

Lines changed: 20 additions & 6 deletions

File tree

.github/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
### 0.9.10
1+
### 0.9.25
22

33
**:cactus:Feature**
44

55
- display and inline math surport #36
66
- Image path auto complement #96
7+
- Feature: Toggle loose list item in paragraph menu #103
8+
- Add loose and tight list compatibility #74
79

810
**:butterfly:Optimization**
911

1012
- adjust lineHeight and fontSize in typewriter mode
1113
- optimization of output unstylish html @fxha
1214
- Use 'fuzzaldrin' to filter language when insert code block
15+
- Optimization: Obey the GFM and optimization of thematic break update. - Jocs
16+
- Optimization: More than six # characters is not a heading So we don't need to highlight `#` - Jocs
17+
- Optimization: A closing sequence of # characters is optional when write ATX heading - Jocs
18+
- Optimization: watch image path change and rebuild the cache - Jocs
19+
- Update: update vue and snabbdom to the latest version - Jocs
20+
- Optimization: Use 'fuzzaldrin' to filter language when insert code block - Jocs
21+
- Update travis-ci (#92) - Felix Häusler
1322

1423
**:beetle:Bug fix**
1524

@@ -18,6 +27,12 @@
1827
- fix: #63
1928
- fix: crash on first launch due missing directory (#78, #90, #93)
2029
- fix: #101
30+
- Bugfix: #112 - Jocs
31+
- Bugfix: can not empty the content in source code mode #105 - Jocs
32+
- Bugfix: #107
33+
- fix: #88 (#108) - Felix Häusler
34+
- Allow exiting full screen with maximize button on windows (#109) - Felix Häusler
35+
- Bugfix: Caret can not move right when it's at the end of math format. #101 - Jocs
2136

2237

2338
### 0.8.12

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ install:
6060
script:
6161
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js
6262
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e
63-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yarn run release:linux ; fi
64-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then yarn run release:all ; fi
63+
- yarn run release
6564

6665
branches:
6766
only:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "marktext",
3-
"version": "0.9.10",
3+
"version": "0.9.25",
44
"author": "Jocs <[email protected]>",
55
"description": "Next generation markdown editor",
66
"license": "MIT",
77
"main": "./dist/electron/main.js",
88
"scripts": {
9-
"release": "node .electron-vue/build.js && electron-builder --win --linux",
10-
"release:all": "node .electron-vue/build.js && electron-builder -mwl",
9+
"release:win:linux": "node .electron-vue/build.js && electron-builder --win --linux",
10+
"release": "node .electron-vue/build.js && electron-builder -mwl",
1111
"release:linux": "node .electron-vue/build.js && electron-builder --linux",
1212
"release:mac": "node .electron-vue/build.js && electron-builder --mac",
1313
"release:win": "node .electron-vue/build.js && electron-builder --win",

0 commit comments

Comments
 (0)