All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Better automatic language detection during search
- Dark mode
- Redesigned interface
- Improved startup speed
- Improved search speed and accuracy
- Migrated from Electron to Tauri
- Migrated to PouchDB
- Updated app icon
- Startup splash screen
- Added support for custom tone colors as described in Issue #146
- Updated Icon
- Fixed several CVE's
- Removed frequency data
- Removed loading messages
- Added character frequency feature as described in Issue #102
- Changed the dropdowns in search, bookmarks, and reader to cards
- Fixed loading animation in all text fields as described in Issue #103
- Added help menu as described in Issue #72
- Added clipboard and web reader as described in Issue #60
- Updated to a newer version of CC-CEDICT (Released 2018-08-12)
- Added very basic pinyin detection for search as described in #26
- Added HSK Labels as described in Issue #98
- Added List Filtering in Bookmarks Section as described in Issue #30
- Decreased load time to bottleneck as described in Issue #99
- Visual enhancements including Issue #100
- Updated CC-CEDICT database to most recent release (May 11 2018)
- Fixed traditional character stroke order error as described in Issue #95
- Text to Speech support as described in Issue #67
- Character Stroke Animations as described in Issue #90
- Duplicates in search results as described in Issue #85
- Issue with searching for pinyin with tone numbers
- Missing capital letter pinyin as described in Issue #86
- Updated to a newer version of CC-CEDICT (Released 2018-02-07)
- Changed fields in dictionary database (app/src/db/cc-cedict.json)
- Moved prettify-pinyin to Rust (in syng-dictionary-creator)
- Improved startup load times by more than 30% by decreasing syng dictionary file size
- Improved searchable terms as described in Issue #40
- Fixed problem with text overflow with notes in bookmarks as described in Issue #81
- Fixed issue prettifying no-tone syllables in prettify pinyin tool as described in Issue #80
- A menu item and keyboard shortcut for switching input, as described in Issue #64
- Pinyinify Characters (汉字 --> 拼音) as described in Issue #59
- Pinyin Searchable with Tones Marks as described in Issue #56
- Component Characters in Bookmarks Section as described in Issue #50
- Support for custom word lists as described in Issue #49
- Support for notes on words in bookmarks section as described in Issue #38
- Donate button as described in Issue #73
- Support for user error submitting
- One window user interface as described in #66
- 羡 Character Unsearchable #63
- Character Coloring for Words Containing No Tone Characters #52
- Pinyin search with capital letters #76
- Punctuation in search results in error
- Search Engine's hashmap library
- Search Engine loading method (now complies with syng-dictionary-creator)
- User interface for Large Character View
- Development flow and build process
- Library for pinyinization
- Icon
- Location for syng persistant data (ie bookmarks)
- Fixed Display Issues on Windows
- Added Import and Export of bookmarks as described in Issue #36
- Added Error Reports as described in Issue #37
- Added Pinyin Converter as described in Issue #23
- Added Character Converter as described in Issue #22
- Added View Changelog to Help Menu
- Added Logging Platform for Debugging
- Added Automatically Generated Tests Based on Bookmarks as described in Issue #27
- Added Component Characters Section to Search Results as described in Issue #34
- Fixed Issue #31, Search Button on New Line on Windows
- Fixed Issue #43, Improper Behavior after Closing Main Window on Mac
- Fixed Issue #47, Pinyin Font too Small to Read
- Fixed Issue #21 学 simplified character not searchable
- Fixed Issue #28 Path error when adding words to bookmarks.
Initial Release