Aria Moradi

Results 100 comments of Aria Moradi

> Isn't checking for new release updates also a part of this feature? That would mean querying the github api to check for new releases, which requires making an http...

The PWA version doesn't have this issue, users can use it until there is a fix. @johannesjo is it possible to downgrade the android app? it doesn't seem to me...

I am working on merging work non destructively from https://github.com/PassionateAngler/CDDA-Game-Launcher to the code base, it removes windows support and adds Linux support but it's possible to have both worlds work...

> Rolling back to 5.70 works for me. I'll investigate which version introduced this bug. I downgraded `bluez` to `5.70-2` on ArchLinux an can confirm that the issue is resolved.

> I downgraded bluez to 5.70-2 The last good release on Arch is 5.71-3 To add the the issue my keyboard is a Rapoo model K8100M and the Mouse is...

Currently I satisfy my workflow needs with ```yml - name: Upload Release uses: xresloader/upload-to-github-release@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: "master/repo/*" tags: true draft: true verbose: true ```

The version used is godot 3 whatever is the latest stable, it won't change to godot 4 without a major porting effort.