Releases: mufeedali/Wordbook
Releases · mufeedali/Wordbook
0.6.0
What's Changed
- feat: Add a clear button for search
- fix: Add a 400ms search delay
- fix: Add dupe checks for related
- fix: Fix devel manifest id
- i18n: adds Occitan language by @Mejans in #84
- Remove encoding from .desktop file by @danialbehzadi in #87
- docs: Add contribution info
New Contributors
- @Mejans made their first contribution in #84
- @danialbehzadi made their first contribution in #87
Full Changelog: 0.5.1...0.6.0
Release 0.5.0
What's Changed
- Significant UI changes
- Added Favorites
- Added "Did you mean" suggestions for typos
- Added a context menu action to search for selected text
- Added support for auto-pasting clipboard content on launch
- Improved persistent history management
- Added GNOME Search Provider integration (by @OutCraft-Mods) and a subsequent fix (by @rafaelmardojai).
- The app now remembers window dimensions
- Several performance and responsiveness improvements
- Improved keyboard navigation and accessibility
- Several bug fixes
- Added Italian and Hindi translations (by @albanobattistella and @Scrambled777, respectively)
- Updated translations for German, French, Dutch, Russian, and Turkish
- Ported the UI to use Blueprint
- BREAKING: Settings schema has changed
- Several AppData and other data fixes by the community
New Contributors
- @albanobattistella made their first contribution in #50
- @wjt made their first contribution in #59
- @Scrambled777 made their first contribution in #64
- @yakushabb made their first contribution in #65
- @ann4n made their first contribution in #69
- @OutCraft-Mods made their first contribution in #75
Full Changelog: 0.4.0...0.5.0
0.4.0
Flatpak app-id has changed: dev.mufeed.Wordbook
What's Changed
- GTK4 + Libadwaita Port
- Really cool new icon by @bertob in #30
- Lots of translations for the UI (not definitions)! Thanks a lot! Looking forward to opening up the actual definitions to other languages in the future as well :)
- Reset content scroll value when loading a page (@rafaelmardojai in #24)
- Replace GtkAboutDialog by AdwAboutWindow (@xfgusta in #40)
- History is now retained up to 10 entries across different app runs.
- Now defaults to Live Search.
- Updated the WordNet library and database.
New Contributors
- @rafaelmardojai made their first contribution in #24
- @bertob made their first contribution in #30
- @rene-coty made their first contribution in #34
- @hdsujnb made their first contribution in #36
- @Vistaus made their first contribution in #37
- @xfgusta made their first contribution in #40
- @gregorni made their first contribution in #44
- @sabriunal made their first contribution in #46
Full Changelog: 0.3.1...0.4.0
0.3.1
0.3.0
- Switched to a brand new icon, thanks to @GustavoPeredo !
- Moved history from completions to a new touch-friendly sidebar
- Added "--look-up" CLI argument
- Made some UI improvements to adapt better to different display sizes
- Made some other minor improvements