From 34758ffe0cc7a81e669eee1c16e3b5b22f83b521 Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 7 Apr 2016 00:01:13 +0900 Subject: [PATCH] bump up version to 1.0.0 - [x] task list in markdown - Add tooltips to links - Search text in the document - Outline window - User CSS and favorite code theme - Math formula preview with [katex](https://github.com/Khan/KaTeX) (please use `katex` code block) - [mermaid.js](https://github.com/ludwick/reveal.js-mermaid-plugin) integration (please use `mermaid` code block) - Hidden title bar on OS X - Many more configurations - Improve rendering performance (2x faster) - Optimize app start up time (mermaid, lint result window setup, and so on) - Update Electron to 0.37 - Use native dialog to choose a file or directory - Add more tests - Many refactorings - Replace :emoji: only in text - Fix document layout for print - Fix many bugs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6863eab8..95a231ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shiba", "productName": "Shiba", - "version": "0.11.3", + "version": "1.0.0", "description": "Live markdown previewer with linter", "main": "./build/src/browser/mainu.js", "bin": {