Vali-98 / ChatterUI

Simple frontend for LLMs built in react-native.
GNU Affero General Public License v3.0
591 stars 31 forks source link

Version mismatch in the beta releases #93

Closed netroy closed 1 month ago

netroy commented 1 month ago

Hi, I'm installing this via Obtainium, which in turn is downloading the APK from github releases. The issue is that the version is hard-coded to 0.7.10 here, which makes Obtainium always think that the installed app is out of date. The version shown in the app sidebar is also incorrect because of this.

If this is intentional, please free to close this issue. But if it's unintentional, and you'd like me to send a PR, please let me know 🙏🏽

Vali-98 commented 1 month ago

Are you installing the pre-releases? If so, the version is intended to be inaccurate.

That said, I will consider properly signing the app with the correct beta versions.

netroy commented 1 month ago

Are you installing the pre-releases

yeah. I have the prereleases flag enabled in Obtainium.

I will consider properly signing the app

Thanks ❤️, but keeping the version in sync doesn't need to depend on the signing related work, right?

Vali-98 commented 1 month ago

Thanks ❤️, but keeping the version in sync doesn't need to depend on the signing related work, right?

Oh yeah, I just meant properly placing the correct version tag in the app.config.js