Releases: mydictionary-project/mydictionary-demo
v4.1.1
It is a LTS version.
Upgrade MYDICTIONARY to v4.1.1.
v4.1.0
Upgrade MYDICTIONARY to v4.1.0.
v4.0.0
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
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
to
Tips: version "darwin" is built for macOS.
v2.3.0
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
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
Increase code readability.
Tips: version "darwin" is built for macOS.
v2.1.0
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
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
Optimize the method of time display.
Tips: version "darwin" is built for macOS.