mattttvaughn / chronicle

GNU General Public License v3.0
219 stars 60 forks source link

Please release the updates you have #27

Open rossdargan opened 2 years ago

rossdargan commented 2 years ago

You have made some great changes/updates, but the last update in the store is from June 2020. It's a great app and adding things like android auto would be great!

I'm a c# dev but happy to help out where I can. Are there any of the issues you would like me to look at?

hskrtich commented 2 years ago

@mattttvaughn What do we need to do to get this update release?

mattttvaughn commented 2 years ago

@bskrtich at the moment, no in-app changes needed that I can think of.

I need to get my test server online for Play Store reviewers since Auto is enabled and they usually manually test that. If they find any issues then I'll write some fixes or post an issue here.

And eventually we'll/I'll need to test data migrations from the play store versions of the app to the current version. There's been some changes to db schema, will need to ensure migrations are working correctly

oucil commented 2 years ago

+1 for getting the update to the play store. This isn't meant to be cynical, just a reminder that you're doing all this great work and those of us that paid for the app are still on 0.45.1. There are no instructions on the project page here regarding installing the APK manually, and having tried it a few times, it won't overwrite the Play Store version on the phone, should we uninstall and start fresh here? Are there issues with that? Would just really appreciate some love thrown the way of those of us that supported your early work.

mattttvaughn commented 2 years ago

It looks like issue #38 affects the current play store release, so will have to push this fix ASAP to avoid new users running into blocking behavior on login.

Here's current progress towards a release:

Going to avoid fixing #38 as a hotfix and just focus on this release since it's ready to go.

hskrtich commented 2 years ago

@mattttvaughn I think it would be helpful to try to automate some of the release process to help speed this up in the future and then it would require less of your time.

mattttvaughn commented 2 years ago

@bskrtich agreed. setting up CI seems like it'd be a fairly good value gain. I'll be keeping my eyes on that in the near future