github kolunmi/bazaar v0.7.3
0.7.3

8 hours ago

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

New Contributors

Full Changelog: v0.7.2...v0.7.3

Don't miss a new bazaar release

NewReleases is sending notifications on new releases.