glaumar / QRookie

Download and install Quest games from ROOKIE Public Mirror (like VRP Rookie Sideloader but for Linux and MacOS)
GNU General Public License v3.0
25 stars 2 forks source link

Filter by release date #5

Closed st-ivan closed 3 months ago

st-ivan commented 4 months ago

Hey there, thanks for fixing the download/cache issue. Can you please add the option to filter games by release date? Thanks, loving this app.

glaumar commented 4 months ago

OK, I will add it, it's quite simple, but the new version may not be released soon

st-ivan commented 4 months ago

awesome! looking forward to it.

glaumar commented 4 months ago

Now QRookie will sort games by update date by default, and display the most recently updated games at the front. I think this is more convenient than manually entering dates in the filter bar(feat: a723a75953d1ad234cb313c876c6dd055ba8c295)

st-ivan commented 4 months ago

Now QRookie will sort games by update date by default, and display the most recently updated games at the front. I think this is more convenient than manually entering dates in the filter bar(feat: a723a75)

awesome!.. has this been released yet?

glaumar commented 4 months ago

It's not released yet. If you want to try it in advance, you can compile it yourself, something like this:

flatpak install runtime/org.kde.Platform/x86_64/6.6
flatpak install runtime/org.kde.Sdk/x86_64/6.6
git clone https://github.com/glaumar/QRookie.git
cd QRookie
flatpak-builder build_flatpak  io.github.glaumar.QRookie.yml --force-clean
flatpak build-export export build_flatpak && flatpak build-bundle export QRookie.flatpak io.github.glaumar.QRookie --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
flatpak install QRookie.flatpak
st-ivan commented 3 months ago

thanks.. after running the 6th cmd i get error: Build directory build_flatpak not finalized. I used flatpak build-finish as recommended. Then ran the 6th cmd again and i get error: QRookie/build_flatpak/export/share/icons/hicolor/16x16/apps/io.github.glaumar.QRookie.png is not a valid icon: Format not recognized

So i cant run the last cmd because i get: QRookie/QRookie.flatpak”: open() failed: No such file or directory

glaumar commented 3 months ago

In fact, I am releasing v0.2.4, just download this installation package directly: QRookie.flatpak