Skip to content

Releases: mydictionary-project/mydictionary-demo

v4.1.1

20 Sep 07:09
Compare
Choose a tag to compare

It is a LTS version.

Upgrade MYDICTIONARY to v4.1.1.

v4.1.0

18 Sep 15:54
Compare
Choose a tag to compare

Upgrade MYDICTIONARY to v4.1.0.

v4.0.0

18 Sep 12:51
Compare
Choose a tag to compare

The application is renamed.

Upgrade MYDICTIONARY to v4.0.0.


To upgrade the application from v3:

Change the file name from mydictionary-client-cli.setting.json to mydictionary-demo.setting.json.

v3.0.0

30 Jan 03:40
Compare
Choose a tag to compare

The application is renamed!

Update for the API change of MYDICTIONARY.


To upgrade the application from v2:

1. Replace the Executable File

2. Rename the Configuration File

Change the file name from

mydictionary-local-cli.setting.json

to

mydictionary-client-cli.setting.json

3. Update the Configuration File

Change lines in file mydictionary.setting.json from

"filePath": "data/(... your file ...)",

to

"fileName": "(... your file ...)",

4. Replace "Define" by "Definition"

Change lines in all ".xlsx" files from

bing-dictionary.xlsx

to

bing-dictionary.xlsx


Tips: version "darwin" is built for macOS.

v2.3.0

16 Nov 05:39
Compare
Choose a tag to compare

Add cache support for online query.

Now, the application is able to save much time and data flow when querying online.

Tips: version "darwin" is built for macOS.

v2.2.0

15 Nov 04:42
Compare
Choose a tag to compare

Improve fault tolerance of collections and dictionaries.

After this version, if there are some format faults in collections and dictionaries, the application will tolerant them.

If these collections and dictionaries are writable, the application will fix these format faults.

Tips: version "darwin" is built for macOS.

v2.1.1

15 Nov 04:31
Compare
Choose a tag to compare

Increase code readability.

Tips: version "darwin" is built for macOS.

v2.1.0

11 Nov 15:27
Compare
Choose a tag to compare

The application will rewrite all setting files before quit.

After this version, setting files will be automatically updated if their formats changed when upgrading the application.

Tips: version "darwin" is built for macOS.

v2.0.0

03 Oct 06:14
Compare
Choose a tag to compare

Change the setting format.


To upgrade the application from v1:

Replace the executable file.

Change member online.service in file mydictionary.setting.json from

"service":
{
	"bingDictionary":true,
	"icibaCollins":true,
	"merriamWebster":true
},

to

"service":
{
	"Bing Dictionary":true,
	"iCIBA Collins":true,
	"Merriam Webster":true
},

Tips: version "darwin" is built for macOS.

v1.0.1

03 Oct 06:12
Compare
Choose a tag to compare

Optimize the method of time display.

Tips: version "darwin" is built for macOS.