Releases: bazaar-org/bazaar
0.7.15
Hello Bazaar enthusiasts! This quick release brings a few features and many fixes.
IMPORTANT: Bazaar now reads a new environment variable BAZAAR_DESKTOP_SEARCH_PROVIDER_ICON_SIZE, which may be read as an unsigned integer from 1 to 256 to specify the square pixel size of icons sent to the desktop search provider. This should be configured to be a higher value than its default value of 24x24 when on KDE, as krunner paints result icons as much larger than gnome-shell does. This way, the images will not appear blurry as they have historically on KDE.
IMPORTANT: Bazaar now supports a new command line option --preview-metainfo that opens two file selection dialogs, allowing a user to choose a metainfo file and optionally an icon file. It then displays a mock app page, including a banner with a button that leads to a basic page showcasing widgets elements that have the branding. This should be helpful for app developers who would like to see what their app looks like in Bazaar before submitting to Flathub.
Thanks for reading!
What's Changed
- Limit search bar max length by @AlexanderVanhee in #1384
- chore(po): Update Czech translation by @AsciiWolf in #1380
- chore(po): Update Cornish translation by @linfindel in #1381
- Add a install count number by @AlexanderVanhee in #1385
- Fix mobile tile spacing for apps page by @AlexanderVanhee in #1386
- chore(po): update French translation by @theMimolet in #1372
- chore(po): Update Czech translation by @AsciiWolf in #1387
- Update Turkish translation by @yakushabb in #1388
- chore(po): Update Czech translation by @AsciiWolf in #1391
- Fix map lag by @AlexanderVanhee in #1392
- Add support for previewing metainfo files by @AlexanderVanhee in #1393
- chore(po): Update Polish translation by @Micro856 in #1394
- chore(po): Update Brazilian Portuguese translation by @koitorin in #1395
- chore(po): Update Czech translation by @AsciiWolf in #1396
- chore: build python-babel from tarball by @renner0e in #1362
- chore: specify bazaar contributors in metainfo by @Lumaeris in #1398
- Avoid the EOL abbreviation by @AlexanderVanhee in #1400
- Remove primary menu from subpages by @AlexanderVanhee in #1401
- Fix text in description renderer being cut off sometimes by @AlexanderVanhee in #1399
- Move app of the day title to above the carousel by @AlexanderVanhee in #1402
- Use non interactive installations for background metadata refresh by @AlexanderVanhee in #1397
- Remove heart from donate button in primary menu by @AlexanderVanhee in #1404
- Normalize hover states of category tiles by @AlexanderVanhee in #1405
- Make grey of context tiles match buttons by @AlexanderVanhee in #1407
- Rename Flathub page to explore page by @AlexanderVanhee in #1408
- Increase bottom margins on special cards on Flathub page by @AlexanderVanhee in #1403
- Readd the Flathub icon by @AlexanderVanhee in #1411
- Update ostree and flatpak modules by @github-actions[bot] in #1414
- Fix layout shift on installing app in release row by @AlexanderVanhee in #1412
- chore(po): Update Czech translation by @AsciiWolf in #1410
- Added Basque localization by @ibaios in #1417
- Fix updates for user installs in sandbox by @AlexanderVanhee in #1415
- Make exported desktop search provider app icon sizes adjustable by @kolunmi in #1418
- chore(po): update French translation by @theMimolet in #1406
- fix(just): build before bundle by @renner0e in #1422
- Update Turkish translation by @yakushabb in #1423
- feat: add minecraft search tweaks by @renner0e in #1421
New Contributors
Full Changelog: v0.7.14...v0.7.15

0.7.14
Thank you to everyone who donated to me last release!! I really really appreciate you, you have no idea how much it helped! <3
IMPORTANT: hooks have a new, optional field check-appid-regex. This gives you the opportunity to add a basic regex check on an incoming appid before incurring the overhead of spawning a subprocess. This improves performance and reduces script boilerplate for long lists of hooks that execute on specific appids.
Here is the updated example from the docs:
hooks:
- id: handle-jetbrains
when: before-transaction
# new field; if this doesn't match, then the entire hook is skipped
check-appid-regex: ^com\.jetbrains\..*$
dialogs:
- id: jetbrains-warning
title: >-
JetBrains IDEs are not supported in this format
body-use-markup: true
body: >-
This is a <a href="https://www.jetbrains.com/">JetBrains</a>
application and is not officially supported on Flatpak. We
recommend using the Toolbox app to manage JetBrains IDEs.
default-response-id: cancel
options:
- id: cancel
string: "Cancel"
- id: goto-web
string: "Download JetBrains Toolbox"
style: suggested
shell: exec /absolute/path/to/bazaar-jetbrains-hook.bashMain Release Notes from Metainfo:
New Features
- Rework the add-ons dialog
- Add a gradient under the download timeline
- Add a filter button to the search page
- Add a button to show the EULA for some proprietary apps
- Make the names of verified developers clickable links
Fixes
- Fix the colours of the update card
- Make the update banner follow the accent colour
Github Changelog
- Update Turkish translation by @yakushabb in #1338
- Null errors for warnings in async texture by @AlexanderVanhee in #1339
- Make section stack stop jittering by @AlexanderVanhee in #1345
- Minor screenshot page improvements by @AlexanderVanhee in #1343
- fix: warn about PipeWire socket with any suffix by @Commenter25 in #1340
- Add button to show eula for proprietary apps. by @AlexanderVanhee in #1344
- Fix flow box spacing by @AlexanderVanhee in #1347
- Remove tooltip from text button by @AlexanderVanhee in #1348
- Improve "other apps by" section layout by @AlexanderVanhee in #1349
- Make the donation banner follow the accent colour by @AlexanderVanhee in #1350
- Make carousel arrows follow text colour by @AlexanderVanhee in #1351
- chore(po): Update Czech translation by @AsciiWolf in #1354
- Make verified developer names links by @AlexanderVanhee in #1356
- Add link tooltip to "Get More Information" in version history dialog by @AlexanderVanhee in #1357
- chore: update flatpak deps by @renner0e in #1361
- chore(po): update French translation by @theMimolet in #1364
- feat: add CODEOWNERS by @renner0e in #1363
- Remake the global progress bar with wdgt by @kolunmi in #1358
- Rework Add-ons dialog by @AlexanderVanhee in #1342
- Make the Updates Card use an expander row by @AlexanderVanhee in #1359
- Hardcode categories instead of fetching from Flathub by @AlexanderVanhee in #1360
- chore(po): update Russian translation by @Lumaeris in #1366
- fix(po): remove context tile blp by @Lumaeris in #1368
- chore(po): Update Czech translation by @AsciiWolf in #1367
- Improve installed sort popover padding by @AlexanderVanhee in #1370
- Fix add-on dialog papercuts by @AlexanderVanhee in #1371
- Add a filter popover button to the search page by @AlexanderVanhee in #1373
- Add nice gradient underneath data graph stats line by @kolunmi in #1376
- Update metainfo by @AlexanderVanhee in #1377
- chore(po): update Russian translation by @Lumaeris in #1378
New Contributors
- @Commenter25 made their first contribution in #1340
Full Changelog: v0.7.13...v0.7.14
0.7.13
Thanks for using Bazaar. If you would like to support me, I would be very grateful. I'm having a bad time https://ko-fi.com/kolunmi
What's Changed
- Fix wrapping of update count label by @AlexanderVanhee in #1237
- Update Turkish translation by @yakushabb in #1241
- Make focus start on install or open button when opening full view by @AlexanderVanhee in #1240
- desktop: List compatible form factors by @fossdd in #1243
- chore: sync manifest with flathub one by @renner0e in #1244
- Remove remote-repos-string from entry-group by @AlexanderVanhee in #1245
- Force icon theme to "Adwaita" at start by @AlexanderVanhee in #1246
- Update meson setup command for bge by @AlexanderVanhee in #1250
- Adds support for links in description renderer by @AlexanderVanhee in #1238
- Remove "install extra" button by @AlexanderVanhee in #1252
- Remove double shadow from update card by @AlexanderVanhee in #1253
- Use flags for categories in entry and entry group by @AlexanderVanhee in #1254
- Fix tiny iconless rich tiles by @AlexanderVanhee in #1255
- Fix half filled columns for "On the Go" section by @AlexanderVanhee in #1260
- Make update card look more like the design by @AlexanderVanhee in #1261
- Fix errors thrown when app metadata is missing by @AlexanderVanhee in #1262
- Disable zoom for screenshot carousel when compact by @AlexanderVanhee in #1263
- Update kw translation by @linfindel in #1265
- chore(po): Update Polish translation by @Micro856 in #1267
- Disable global progress button focus when invisible by @AlexanderVanhee in #1269
- Add permission editing by @AlexanderVanhee in #1271
- (UX) Permission edit screen improvements by @AlexanderVanhee in #1272
- Minor UI fixes by @AlexanderVanhee in #1275
- Update Czech translation by @AsciiWolf in #1274
- fix(ci): don't use sha for cache-key by @renner0e in #1273
- chore(po): update Russian translation by @Lumaeris in #1277
- Update to GNOME 50 Runtime by @AlexanderVanhee in #1278
- Bring back the separate add-ons for non compact widths by @AlexanderVanhee in #1280
- chore(ci): bump to gnome 50 runtime by @renner0e in #1282
- Fix both app icon and its fallback showing at the same time by @AlexanderVanhee in #1285
- Update metainfo by @AlexanderVanhee in #1286
- feat(ci): automate flatpak dependency updates by @renner0e in #1289
- Add undo button to permission reset toast by @AlexanderVanhee in #1288
- fix(ci): set cron to actually do every day by @renner0e in #1290
- Update blueprint-compiler and flatpak modules by @github-actions[bot] in #1291
- Use the install_last_month JSON field from Flathub API by @AlexanderVanhee in #1283
- Add sort options for installed apps by @AlexanderVanhee in #1295
- Remove Permission editing by @AlexanderVanhee in #1294
- chore(po): update Russian translation by @Lumaeris in #1293
- Update Czech translation by @AsciiWolf in #1292
- Remove references to permission editing in metainfo by @AlexanderVanhee in #1297
- Fix system Flathub not being added if user Flathub was found in sandbox by @AlexanderVanhee in #1300
- Make operations sections of update card less dark by @AlexanderVanhee in #1302
- Add lingering cache to async textures by @AlexanderVanhee in #1258
- Cancel the eviction on acquire in async-texture by @AlexanderVanhee in #1306
- chore(po): Update French translation by @theMimolet in #1281
- chore(po): Update Polish translation by @Micro856 in #1303
- chore(po): Update Czech translation by @AsciiWolf in #1304
- chore(po): update Russian translation by @Lumaeris in #1305
- Use natural date formatting for release labels by @AlexanderVanhee in #1311
- Don't show the incorrect total size for update tasks by @AlexanderVanhee in #1312
- Add "Since" label to world map for context by @AlexanderVanhee in #1313
- Rename search-widget to search-page by @AlexanderVanhee in #1314
- Improve world map loading mechanisms by @AlexanderVanhee in #1315
- Make runtime titles not have double versions by @AlexanderVanhee in #1307
- Fix Côte d'Ivoire by @AlexanderVanhee in #1316
- Stop app from crashing when opening a random http URI by @AlexanderVanhee in #1317
- Fix bundles no longer opening at all by @AlexanderVanhee in #1318
- (UX) Show open button on search tile after install by @AlexanderVanhee in #1319
- chore(po): Update Czech translation by @AsciiWolf in #1320
- chore(po): Update French translation by @theMimolet in #1321
- Update kw translation by @linfindel in #1327
- Update Japanese translation by @camegone in #1326
- chore(po): Update Polish translation by @Micro856 in #1328
- chore(id): Update Indonesian translation by @KiKaraage in #1331
- chore(po): update Russian translation by @Lumaeris in #1332
- Fix update button padding in install controls by @AlexanderVanhee in #1333
- chore(po): fix a typo for Russian locale by @Lumaeris in #1334
New Contributors
- @fossdd made their first contribution in #1243
- @github-actions[bot] made their first contribution in #1291
Full Changelog: v0.7.12...v0.7.13
0.7.12
Bugfix Release 0.7.12
0.7.11 introduces a bug where if system parental control settings cannot be read, Bazaar defaults to restricting you to early childhood rated applications 🐤
This release fixes Bazaar to default to no restrictions
What's Changed
- Update Japanese translations by @camegone in #1225
- Adjust featured carousel padding by @AlexanderVanhee in #1228
- Add contextual window titles by @AlexanderVanhee in #1229
- Fix horizontal overflow issues in full view header section by @AlexanderVanhee in #1230
- Add layout manager to app tile for preferred width by @AlexanderVanhee in #1227
- Add tooltip to more info link buttons by @AlexanderVanhee in #1231
- Fix "other apps" label appearing when there are no apps by @AlexanderVanhee in #1232
- Update Czech translation by @AsciiWolf in #1235
Full Changelog: v0.7.11...v0.7.12
0.7.11
0.7.11
NOTE: Bazaar now requires a new dependency malcontent. See the readme's dependency table for more info
This release contains many technical improvements. This changelog reflects roughly 2 weeks of work.
Changes
- Respect system parental controls settings
- Reap download workers when all windows are closed, reducing total memory usage
- Add mnemonics to full app view
- Many updates to language translations
Bug Fixes
- Fix broken library page when backing installed apps model is empty
- Fix int casting bug that was causing RetroDeck to appear to be 18.4 exabytes
- Make "all apps" category pages respect global filters
- Fix some text wrapping issues
Thanks for reading and have a great day!
What's Changed (github generated)
- Update Czech translation by @AsciiWolf in #1164
- Update Turkish translation by @yakushabb in #1165
- Follow GNOME HIG's capitalization guidelines by @ARAKHN1D in #1167
- Update Czech translation by @AsciiWolf in #1168
- Fix icon not matching ui-entry in entry group by @AlexanderVanhee in #1169
- Update Japanese translation by @camegone in #1171
- chore(po): update Russian translation by @Lumaeris in #1172
- Fix some strings being duplicated by @ARAKHN1D in #1173
- Carousel touchpad improvements by @AlexanderVanhee in #1170
- Update kw translation by @linfindel in #1175
- chore(po): Update Polish translation by @Micro856 in #1177
- chore(po): French refresh by @theMimolet in #1179
- Update Czech translation by @AsciiWolf in #1182
- chore(po): Minor update of Polish translation by @Micro856 in #1185
- Fix category tile outline visiblity by @AlexanderVanhee in #1192
- Tweak remove dialog text by @AlexanderVanhee in #1193
- Context tile hit size is larger than intended by @AlexanderVanhee in #1194
- Refactor installation logic by @AlexanderVanhee in #1190
- Update Czech translation by @AsciiWolf in #1195
- add malcontent support (parental controls) by @AlexanderVanhee in #1197
- Remove ancient review remnants from entry by @AlexanderVanhee in #1198
- Fix early childhood by @AlexanderVanhee in #1199
- Update Balarusian strings by @PlagaMedicum in #1200
- Make "all apps" category pages respect filters by @AlexanderVanhee in #1203
- Fix age rating notification by @AlexanderVanhee in #1202
- Remove more unused signal plumbing by @AlexanderVanhee in #1204
- Refresh shortcuts dialog by @AlexanderVanhee in #1205
- Update Czech translation by @AsciiWolf in #1206
- chore(po): French refresh by @theMimolet in #1207
- Add mnemonics to core actions in full view by @AlexanderVanhee in #1211
- Make clamp on full view wider by @AlexanderVanhee in #1209
- Update Czech translation by @AsciiWolf in #1212
- Make Transaction open button a text button by @AlexanderVanhee in #1214
- Fix update card outline by @AlexanderVanhee in #1213
- Update Czech translation by @AsciiWolf in #1217
- Fix installed tile icon dropshadow by @AlexanderVanhee in #1218
- Fix open button not having a label by @AlexanderVanhee in #1219
- Make minimum window height smaller by @AlexanderVanhee in #1220
- Fix potential wrapping issues by @AlexanderVanhee in #1216
- chore(po): update French translation by @theMimolet in #1221
- chore(po): update Russian translation by @Lumaeris in #1222
- chore(po): Update Polish translation by @Micro856 in #1223
- Update Czech translation by @AsciiWolf in #1224
New Contributors
Full Changelog: v0.7.10...v0.7.11
0.7.10
0.7.10
This release fixes some bugs and greatly improves search functionality.
In addition to this, the view-app hook was added. See the docs for more info.
If you missed the previous release, in 0.7.9 we also added the ability to
cancel transactions in the library view, a brand new screenshots carousel,
search suggestion buttons, and app runtime size information. You can also now
skip confirmation dialogs by holding shift as you start a transaction.
Thanks for reading!
(PS: 0.7.9 and onwards requires libproxy as a dependency. See the readme for details)
What's Changed (gh generated)
- Add close window shortcut by @AlexanderVanhee in #1158
- Ask user to setup system Flathub when in Flatpak by @AlexanderVanhee in #1160
- Update Czech translation by @AsciiWolf in #1159
- Strings Update by @theMimolet in #1145
- chore(po): minor French translation update by @theMimolet in #1162
Full Changelog: v0.7.9...v0.7.10
0.7.9
0.7.9
New Features
- Search suggestion pills
- Ability to cancel transactions
- Skip confirmation dialogs by pressing shift
- Runtime size info for app pages
Updated
- Redesigned "What's New" dialog
- Improved search results by utilizing Flathub rankings
- Improved screenshots carousel
What's Changed (gh generated)
- chore(po): update French translation by @theMimolet in #1097
- feat: Support proxy server resolution by @VirtualFreeEx in #1098
- license of file doesn't match with its SPDX-License-Identifier by @AlexanderVanhee in #1104
- Add Belarusian l10n by @PlagaMedicum in #1100
- Disable the update banner on first start by @AlexanderVanhee in #1107
- Mark Fedora Flatpaks nonenumerable by @AlexanderVanhee in #1102
- added arabic translation by @anas-iyad-agha in #1109
- Make removal size use installed-size by @AlexanderVanhee in #1110
- No installed entry selection by @AlexanderVanhee in #1111
- (papercut) Switch install all and global progress bar by @AlexanderVanhee in #1112
- (UX) Improve error handling by @AlexanderVanhee in #1114
- chore(po): Update Polish translation by @Micro856 in #1115
- Add Runtime info to full view by @AlexanderVanhee in #1117
- docs: explain how to get useful crash reports by @renner0e in #1118
- BE l10n: Fix translator-credits by @PlagaMedicum in #1119
- chore(po): Update Brazilian Portuguese translation by @koitorin in #1120
- (UX) Add search suggestion pills by @AlexanderVanhee in #1125
- Use ranking weights based on Flathub data by @AlexanderVanhee in #1124
- Improve kw translation by @linfindel in #1123
- Restore contrast to featured carousel text by @AlexanderVanhee in #1130
- Improve Size Dialog by @AlexanderVanhee in #1131
- Fix crash when clicking on runtime/addon transaction tile by @AlexanderVanhee in #1132
- (Enhancement) Update donation dialog by @AlexanderVanhee in #1133
- Automatically copy release notes from metainfo at build time by @AlexanderVanhee in #1135
- Make lozenge text same color as other text by @AlexanderVanhee in #1137
- Fix hover for rich search cards by @AlexanderVanhee in #1139
- Change raise factor by @AlexanderVanhee in #1140
- chore(po): update Russian translation by @Lumaeris in #1142
- Use icon theme for installed refs by @AlexanderVanhee in #1138
- chore(po): update French translation by @theMimolet in #1144
- Proxy screenshots via Flathub by @AlexanderVanhee in #1147
- Update Czech translation by @AsciiWolf in #1146
- chore(po): Update Polish translation. by @Micro856 in #1150
- chore: mention secureblue in bug report template by @Lumaeris in #1152
- Make holding shift while invoking a transaction skip confirmation dialogs by @kolunmi in #1151
- Update patch notes by @AlexanderVanhee in #1153
- feat: update Indonesian translation for 0.7.9 by @KiKaraage in #1154
- Improve accessibility by @AlexanderVanhee in #1155
- Bring back transaction error button by @AlexanderVanhee in #1156
- Disallow activation from search bar when busy loading by @AlexanderVanhee in #1157
New Contributors
- @VirtualFreeEx made their first contribution in #1098
- @PlagaMedicum made their first contribution in #1100
- @anas-iyad-agha made their first contribution in #1109
Full Changelog: v0.7.8...v0.7.9
0.7.8
0.7.8
This release lets you view and remove user-scoped installed apps from the library page in the Flatpak version of the app. Installing from user remotes is not supported yet.
What's Changed
- chore(po): update Russian translation by @Lumaeris in #1087
- fix: use proper finish-arg for user flatpaks path by @renner0e in #1086
- Update Japanese translation (feb 11) by @camegone in #1089
- update metainfo by @AlexanderVanhee in #1090
- Add error pill to transaction tile by @AlexanderVanhee in #1091
- Reset scroll on enter via global progress bar by @AlexanderVanhee in #1095
- Hide title on app page until header is no longer visible by @AlexanderVanhee in #1093
- Improve list parsing for malformed appstream by @AlexanderVanhee in #1096
Full Changelog: v0.7.7...v0.7.8
0.7.7
0.7.7
Important: until now, Bazaar's EOL runtime detection was severely broken, which means that starting with this release, apps like Lutris and OBS will accurately be marked as EOL. If you are a distributor and would like to prevent apps from having the scary EOL warning on it, please see https://github.com/kolunmi/bazaar/blob/main/docs/overview.md#eol-overrides
This release features the introduction of the Library Page, a centralized area for managing transactions and viewing your installed apps. The transactions sidebar is goneee
Distributors now have a new key to add to curated categories: setting enable-bulk-install: true will enable an "install all" button on a curated category section. See the docs for a full example.
What's Changed
- Add installed version support by @AlexanderVanhee in #1043
- Add "installed" lozenge to version history by @AlexanderVanhee in #1044
- Fix installation not updating version of entry by @AlexanderVanhee in #1045
- docs: add {light,dark}-banner by @renner0e in #1046
- chore: update flathub badge by @Lumaeris in #1048
- fix(po): rename installed to library page and remove share list blp by @Lumaeris in #1049
- chore: use svg variant of flathub badge by @Lumaeris in #1050
- (UX) Add initial app library by @AlexanderVanhee in #1052
- App library fixes by @AlexanderVanhee in #1053
- fix(po): rename transaction view to tile by @Lumaeris in #1059
- chore(po): add updates card, appstream parser by @Lumaeris in #1060
- chore(po): update Russian translation by @Lumaeris in #1061
- chore(po): add donation strings to Russian locale by @Lumaeris in #1062
- chore(po): update French translation by @theMimolet in #1063
- Increase paragraph spacing by @AlexanderVanhee in #1065
- Update kw translation by @linfindel in #1066
- (UX) Library Improvements by @AlexanderVanhee in #1070
- Make add-on install/remove buttons flat by @AlexanderVanhee in #1075
- Add doap file by @AlexanderVanhee in #1073
- Don't show confirm dialog when high risk dialog has been shown by @AlexanderVanhee in #1076
- Bring back the task shortcut by @AlexanderVanhee in #1077
- Allow managment of user installs inside the Flatpak by @AlexanderVanhee in #1079
- chore(po): update Indonesian translation by @KiKaraage in #1080
- chore(po): update & fix zh_CN translation by @jiesou in #1084
- chore(po): update French translation by @theMimolet in #1085
Full Changelog: v0.7.6...v0.7.7
0.7.6
0.7.6
main changes:
- Improve context dialogs
- Fix leftover data bar being shown prematurely
- Have a rotation toggle for flags
- Add hard check to prevent removing Bazaar flatpak
- Improve download statistics tooltips
- Add read support for flatpak bundles
- Fix critical output sometimes during transactions
- Fix error popover refusing to spawn in transaction sidebar
What's Changed (GH generated)
- chore(po): update potfile + update French translation by @theMimolet in #988
- (UX) Improve context dialogs by @AlexanderVanhee in #989
- Fix leftover user data bar being shown prematurely by @AlexanderVanhee in #990
- Have a rotation toggle for flags by @AlexanderVanhee in #991
- fix: justify layout by @x1z53 in #992
- Update Russian translation by @fat0troll in #993
- chore(po): update French translation by @theMimolet in #994
- chore(po): update Russian translation by @Lumaeris in #995
- (UI) Improve stat dialogs by @AlexanderVanhee in #999
- Add Neutrois Pride Flag by @Henryskio in #1003
- Remove Install and remove buttons for Bazaar by @AlexanderVanhee in #998
- Update kw translation by @linfindel in #1006
- Update German Translation by @philhoefer in #1008
- chore(i18n-de): small update by @renner0e in #1009
- add translation and correct false translation by @Thundercup in #1010
- i18n: Update zh_TW by @xlionjuan in #1011
- (UX) Improve the transaction dialog by @AlexanderVanhee in #1013
- Add subcategories by @AlexanderVanhee in #1014
- Minor Full View tweaks by @AlexanderVanhee in #1015
- Full view papercuts by @AlexanderVanhee in #1017
- Refine overview.md for clarity and structure by @castrojo in #1018
- chore: clarify direction of vertical stripes by @Lumaeris in #1019
- chore(po): update Russian translation by @Lumaeris in #1020
- chore(po): Update Polish translation by @Micro856 in #1022
- docs: expand on curated section with the flatpak a bit more by @renner0e in #1027
- chore(po): updated French translations by @theMimolet in #1028
- Add read support for flatpak bundles by @AlexanderVanhee in #1029
- Make subcategories translatable by @AlexanderVanhee in #1031
- Updated pt_PT translation by @azenyr in #1032
- update japanese translations by @camegone in #1038
- Fix data graph not properly following accent color by @AlexanderVanhee in #1039
- Fix carousel background color applying to whole app by @AlexanderVanhee in #1040
- Add support for single app remotes by @AlexanderVanhee in #1036
- Update kw translation by @linfindel in #1041
- chore(po): updated French translation (again) by @rene-coty in #1033
New Contributors
- @x1z53 made their first contribution in #992
- @Henryskio made their first contribution in #1003
- @philhoefer made their first contribution in #1008
- @Thundercup made their first contribution in #1010
- @rene-coty made their first contribution in #1033
Full Changelog: v0.7.5...v0.7.6


