Tony Mountifield
Tony Mountifield
> > Is this still needed (the .ts files) or is that what's now being done automatically? > > I don't think that's done automatically Correct. The `.ts` files need...
I've just done the `lupdate` and pushed directly to `main`, so the `.ts` files are ready for the final translation pass for each language. For most languages, there are 19...
I've also just removed the `lrelease` step from the checklist above, as it's no longer needed. Is there a template somewhere it also needs removing from?
> Is there a template somewhere it also needs removing from? Just found it in the website, https://github.com/jamulussoftware/jamuluswebsite/blob/release/contribute/en/Release-Process.md
> jamulussoftware/jamulus#3299 -- @softins I've had a look through `COMPILING.md` and I can't see anywhere that would _require_ changes or where it would help by adding anything. Can you confirm...
Single ticks are rendered as `...`. Triple ticks are rendered as `...`. So they can be distinguished in CSS. This is what I do in my `style.css`: ``` code {...
Yes, and have Testflight on it. iOS 16.7, which I think is the latest it will take (2016 model).
Thanks for the updated Testflight. I've tried it out, and can confirm it doesn't crash, and the icon looks fine. But I have found some oddities regarding the Chat window,...
Also, at one point after this, I tapped on Connect in the main window, and the Connect dialog showed at the wrong size:  Tipping the iPad...
> Maybe #3397 Could fix this. I'd like to investigate the UI issues separately. Fair enough. As this PR fixes the crash it's supposed to, I'm happy to approve and...