From 25cefac497cccd0503de10235f8c0f6d4b143303 Mon Sep 17 00:00:00 2001 From: Preston Wang-Stosur-Bassett Date: Sat, 12 May 2018 18:49:34 -0400 Subject: [PATCH] preparing for new release --- CHANGELOG.md | 2 +- README.md | 8 +++++--- app/src/component/syngMenu/aboutSyng/aboutSyng.vue | 2 +- app/src/main.js | 1 - app/src/syng.js | 2 +- app/views/splash.html | 2 +- package.json | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3e9aa9..050c2c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [x.x.x] - xxxx-xx-xx +## [1.2.0] - 2018-05-12 ### Added - Added very basic pinyin detection for search as described in #26 - Added HSK Labels as described in Issue #98 diff --git a/README.md b/README.md index e1f95f03..0390779a 100755 --- a/README.md +++ b/README.md @@ -39,9 +39,11 @@ Syng is a stylized spelling of cíyīng, the Pinyin for 词应. 词应 has been - View character stroke order animations to study writing characters ## __What's new?__ -Syng v1.1.0 includes a few new features and several bug fixes. For a full list of changes, see [the changelog](https://github.com/sotch-pr35mac/syng/blob/master/CHANGELOG.md). -1. Audio Pronunciation -2. Character Stroke Animations +Syng v1.2.0 includes a few new features and visual enhancements. For a full list of changes, see [the changelog](https://github.com/sotch-pr35mac/syng/blob/master/CHANGELOG.md). +1. Added Bookmarks Filtering +2. Added HSK Label +3. Decrease Startup Time +4. Visual Enhacenments ## __Screenshots__ More screenshots available on [the Syng website](http://syngdict.com). diff --git a/app/src/component/syngMenu/aboutSyng/aboutSyng.vue b/app/src/component/syngMenu/aboutSyng/aboutSyng.vue index 5c1e0951..a926d219 100644 --- a/app/src/component/syngMenu/aboutSyng/aboutSyng.vue +++ b/app/src/component/syngMenu/aboutSyng/aboutSyng.vue @@ -6,7 +6,7 @@

Syng | 词应

Dictionary App | 词典应用

-

v1.1.1

+

v1.2.0



diff --git a/app/src/main.js b/app/src/main.js index 51ac3de5..4585ea91 100755 --- a/app/src/main.js +++ b/app/src/main.js @@ -41,7 +41,6 @@ app.on('ready', function() { }); mainWindow.loadURL("file://"+__dirname+"/../views/index.html"); - mainWindow.openDevTools(); mainWindow.on('close', function(e) { // On macOS, don't close the window, just hide it diff --git a/app/src/syng.js b/app/src/syng.js index 245248d5..6b7e405f 100644 --- a/app/src/syng.js +++ b/app/src/syng.js @@ -2599,7 +2599,7 @@ module.exports = { } if (module.exports.__esModule) module.exports = module.exports.default -;(typeof module.exports === "function"? module.exports.options: module.exports).template = "\n
\n
\n
\n \n
\n

Syng | 词应

\n

Dictionary App | 词典应用

\n

v1.1.1

\n
\n
\n
\n
\n \n About\n About\n Acknowledgments\n Acknowledgments\n \n
\n
\n
\n

\n Syng was created to be a simple, yet full featured Chinese language study tool. Syng is free, cross platform, and open source, so that no matter how much money you have, or what computer you use, you can enjoy all of its features.\n

\n
\n

\n The name Syng comes from the stylized spelling of cíyīng, the pinyin for 词应. 词应 is short for 词典应用, literally translating to Dictionary App.\n

\n
\n

\n Syng is actively being developed, and contributors are welcome. For more information visit syngdict.com.\n

\n
\n
\n
\n
\n
\n

Created by Preston Wang-Stosur-Bassett

\n
\n
\n
\n

\n Syng relies on many libraries and projects. Currently Syng would not exist without:\n

\n
\n
\n

CC-CEDICT: Chinese Dictionary Database

\n

node-cc-cedict: Syng uses a heavily modified version of John Heroy's node-cc-cedict project for using Node.js to query the CC-CEDICT database.

\n

Franc: Language Detection for Search

\n

hanzi-writer: Stroke Order Animations

\n
\n
\n
\n" +;(typeof module.exports === "function"? module.exports.options: module.exports).template = "\n
\n
\n
\n \n
\n

Syng | 词应

\n

Dictionary App | 词典应用

\n

v1.2.0

\n
\n
\n
\n
\n \n About\n About\n Acknowledgments\n Acknowledgments\n \n
\n
\n
\n

\n Syng was created to be a simple, yet full featured Chinese language study tool. Syng is free, cross platform, and open source, so that no matter how much money you have, or what computer you use, you can enjoy all of its features.\n

\n
\n

\n The name Syng comes from the stylized spelling of cíyīng, the pinyin for 词应. 词应 is short for 词典应用, literally translating to Dictionary App.\n

\n
\n

\n Syng is actively being developed, and contributors are welcome. For more information visit syngdict.com.\n

\n
\n
\n
\n
\n
\n

Created by Preston Wang-Stosur-Bassett

\n
\n
\n
\n

\n Syng relies on many libraries and projects. Currently Syng would not exist without:\n

\n
\n
\n

CC-CEDICT: Chinese Dictionary Database

\n

node-cc-cedict: Syng uses a heavily modified version of John Heroy's node-cc-cedict project for using Node.js to query the CC-CEDICT database.

\n

Franc: Language Detection for Search

\n

hanzi-writer: Stroke Order Animations

\n
\n
\n
\n" if (module.hot) {(function () { module.hot.accept() var hotAPI = require("vue-hot-reload-api") hotAPI.install(require("vue"), true) diff --git a/app/views/splash.html b/app/views/splash.html index 7f9f261d..cbad7784 100644 --- a/app/views/splash.html +++ b/app/views/splash.html @@ -46,7 +46,7 @@

Syng | 词应

-

v1.1.1

+

v1.2.0