Skip to content

Commit

Permalink
preparing for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
sotch-pr35mac committed May 12, 2018
1 parent 19342fc commit 25cefac
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion app/src/component/syngMenu/aboutSyng/aboutSyng.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>
<h2>Syng | 词应</h2>
<h3>Dictionary App | 词典应用</h3>
<h4>v1.1.1</h4>
<h4>v1.2.0</h4>
</center>
<br>
<br>
Expand Down
1 change: 0 additions & 1 deletion app/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/src/syng.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<div class=\"container\" _v-0ac5a1d3=\"\">\n <br _v-0ac5a1d3=\"\">\n <center _v-0ac5a1d3=\"\">\n <img src=\"../style/img/syng-logo.png\" height=\"120px\" width=\"120px\" _v-0ac5a1d3=\"\">\n <br _v-0ac5a1d3=\"\">\n <h2 _v-0ac5a1d3=\"\">Syng | 词应</h2>\n <h3 _v-0ac5a1d3=\"\">Dictionary App | 词典应用</h3>\n <h4 _v-0ac5a1d3=\"\">v1.1.1</h4>\n </center>\n <br _v-0ac5a1d3=\"\">\n <br _v-0ac5a1d3=\"\">\n <center _v-0ac5a1d3=\"\">\n <button-group size=\"large\" _v-0ac5a1d3=\"\">\n <i-button type=\"primary\" v-if=\"viewingAbout\" _v-0ac5a1d3=\"\">About</i-button>\n <i-button v-on:click=\"switchView()\" v-if=\"!viewingAbout\" _v-0ac5a1d3=\"\">About</i-button>\n <i-button v-on:click=\"switchView()\" v-if=\"viewingAbout\" _v-0ac5a1d3=\"\">Acknowledgments</i-button>\n <i-button type=\"primary\" v-if=\"!viewingAbout\" _v-0ac5a1d3=\"\">Acknowledgments</i-button>\n </button-group>\n </center>\n <div v-if=\"viewingAbout\" class=\"about-dialog\" _v-0ac5a1d3=\"\">\n <div class=\"about-dialog-content\" _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\">\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 </p>\n <br _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\">\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 </p>\n <br _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\">\n Syng is actively being developed, and contributors are welcome. For more information visit syngdict.com.\n </p>\n </div>\n </div>\n <div v-if=\"!viewingAbout\" class=\"about-dialog\" _v-0ac5a1d3=\"\">\n <div class=\"about-dialog-content\" _v-0ac5a1d3=\"\">\n <center _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">Created by Preston Wang-Stosur-Bassett</b></p>\n </center>\n <br _v-0ac5a1d3=\"\">\n <center _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\">\n Syng relies on many libraries and projects. Currently Syng would not exist without:\n </p>\n </center>\n <br _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">CC-CEDICT:</b> Chinese Dictionary Database</p>\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">node-cc-cedict:</b> Syng uses a heavily modified version of John Heroy's node-cc-cedict project for using Node.js to query the CC-CEDICT database.</p>\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">Franc:</b> Language Detection for Search</p>\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">hanzi-writer:</b> Stroke Order Animations</p>\n </div>\n </div>\n</div>\n"
;(typeof module.exports === "function"? module.exports.options: module.exports).template = "\n<div class=\"container\" _v-0ac5a1d3=\"\">\n <br _v-0ac5a1d3=\"\">\n <center _v-0ac5a1d3=\"\">\n <img src=\"../style/img/syng-logo.png\" height=\"120px\" width=\"120px\" _v-0ac5a1d3=\"\">\n <br _v-0ac5a1d3=\"\">\n <h2 _v-0ac5a1d3=\"\">Syng | 词应</h2>\n <h3 _v-0ac5a1d3=\"\">Dictionary App | 词典应用</h3>\n <h4 _v-0ac5a1d3=\"\">v1.2.0</h4>\n </center>\n <br _v-0ac5a1d3=\"\">\n <br _v-0ac5a1d3=\"\">\n <center _v-0ac5a1d3=\"\">\n <button-group size=\"large\" _v-0ac5a1d3=\"\">\n <i-button type=\"primary\" v-if=\"viewingAbout\" _v-0ac5a1d3=\"\">About</i-button>\n <i-button v-on:click=\"switchView()\" v-if=\"!viewingAbout\" _v-0ac5a1d3=\"\">About</i-button>\n <i-button v-on:click=\"switchView()\" v-if=\"viewingAbout\" _v-0ac5a1d3=\"\">Acknowledgments</i-button>\n <i-button type=\"primary\" v-if=\"!viewingAbout\" _v-0ac5a1d3=\"\">Acknowledgments</i-button>\n </button-group>\n </center>\n <div v-if=\"viewingAbout\" class=\"about-dialog\" _v-0ac5a1d3=\"\">\n <div class=\"about-dialog-content\" _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\">\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 </p>\n <br _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\">\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 </p>\n <br _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\">\n Syng is actively being developed, and contributors are welcome. For more information visit syngdict.com.\n </p>\n </div>\n </div>\n <div v-if=\"!viewingAbout\" class=\"about-dialog\" _v-0ac5a1d3=\"\">\n <div class=\"about-dialog-content\" _v-0ac5a1d3=\"\">\n <center _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">Created by Preston Wang-Stosur-Bassett</b></p>\n </center>\n <br _v-0ac5a1d3=\"\">\n <center _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\">\n Syng relies on many libraries and projects. Currently Syng would not exist without:\n </p>\n </center>\n <br _v-0ac5a1d3=\"\">\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">CC-CEDICT:</b> Chinese Dictionary Database</p>\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">node-cc-cedict:</b> Syng uses a heavily modified version of John Heroy's node-cc-cedict project for using Node.js to query the CC-CEDICT database.</p>\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">Franc:</b> Language Detection for Search</p>\n <p _v-0ac5a1d3=\"\"><b _v-0ac5a1d3=\"\">hanzi-writer:</b> Stroke Order Animations</p>\n </div>\n </div>\n</div>\n"
if (module.hot) {(function () { module.hot.accept()
var hotAPI = require("vue-hot-reload-api")
hotAPI.install(require("vue"), true)
Expand Down
2 changes: 1 addition & 1 deletion app/views/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<body>
<center>
<h1 id="giant-logo">Syng | 词应</h1>
<h3 id="version-text">v1.1.1</h3>
<h3 id="version-text">v1.2.0</h3>
<style type='text/css'> width: 100%;
@-webkit-keyframes uil-ripple {
0% {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Syng",
"version": "1.1.1",
"version": "1.2.0",
"author": "Preston Wang-Stosur-Bassett",
"description": "Syng is a free, open-source, cross-platform, Chinese-to-English dictionary app.",
"repository": "http://github.com/sotch-pr35mac/syng",
Expand Down

0 comments on commit 25cefac

Please sign in to comment.