0.7.3
ATTENTION
For any string scalar property in YAML configs parsed by bazaar, you can now optionally provide a map of language code ids -> translated strings. This is for strings only, thus it doesn't apply to scalars which are explicitly parsed as numbers, etc.
For instance, this is valid:
# ...
category:
title: "My Favorite Apps"
subtitle: "These are really good and you should download them!"
# ...This is also valid:
# ...
category:
title:
en: "My Favorite Apps"
es: "Mis Aplicaciones Favoritas"
ko: "내가 가장 좋아하는 앱들"
subtitle:
en: "These are really good and you should download them!"
es: "¡Son realmente buenos y deberías descargarlos!"
ko: "이것들은 정말 좋으니 꼭 다운로드하세요!"
# ...(I just used google translate for these, sorry if they are bad)
Some improvements:
- Trash user data instead of deleting
- Tweaks to permissions dialog
- Fix broken EOL filtering
- Add text filter to installed page
- Add optional translations mappings for string properties in YAML configs
- Hide EOL apps by default
- Many other minor bug fixes and improvements
What's Changed
- Update Turkish translation by @yakushabb in #899
- Rework safety mechanisms by @AlexanderVanhee in #898
- Trash User Data instead of deleting it by @AlexanderVanhee in #905
- Update pt_PT translation by @azenyr in #907
- Fix small typos in Greek translation by @Xarishark in #906
- Small permission tweaks by @AlexanderVanhee in #908
- Even more small typos fixed by @Xarishark in #909
- (Papercut) Hide releases list shadow if app has no version history by @AlexanderVanhee in #911
- Fallback to default account login if displayname is not found by @AlexanderVanhee in #912
- Update kw translation by @linfindel in #914
- Improve screenshot carousel to show more screenshots by @AlexanderVanhee in #916
- Fix screenshot carousel focus by @AlexanderVanhee in #918
- chore(po): Update French translation by @theMimolet in #921
- FlathubCategorySection: Make it more adaptive by @Kekun in #924
- ReleasesList: Wrap the fallback label by @Kekun in #925
- Reremove subtitle for non spotlight categories by @AlexanderVanhee in #927
- Remove the account menu button revealer by @AlexanderVanhee in #926
- (UX) Improve how app different app sizes are displayed by @AlexanderVanhee in #928
- chore(po): update Ukrainian translation by @Saltane in #930
- chore(po): update Russian translation by @Lumaeris in #931
- (UI) Make Installed search rounded by @AlexanderVanhee in #933
- Serialize spotlight and total entries for Flathub categories by @AlexanderVanhee in #935
- (Bug) Show licenses without a valid link in the license dialog by @AlexanderVanhee in #932
- Disable focus on click for decorated screenshots by @AlexanderVanhee in #936
- Hide EOL by default by @AlexanderVanhee in #940
- Update kw translation by @linfindel in #937
- Correct kw grammar by @linfindel in #943
- (UX) Add a no results page for installed apps by @AlexanderVanhee in #944
- Add "New Window" desktop action by @AlexanderVanhee in #946
- chore(po): update French translations by @theMimolet in #948
- Fix really wide preferences menu by @AlexanderVanhee in #951
- Update Dutch translations by @AlexanderVanhee in #950
- Add separate warning for the X11 permission by @AlexanderVanhee in #949
- (Papercut) Add leeway to fading clamp by @AlexanderVanhee in #956
- Improve labels for "More Apps by" section by @AlexanderVanhee in #957
- Revert webp conversion of screenshots by @AlexanderVanhee in #959
New Contributors
Full Changelog: v0.7.2...v0.7.3