v1.5.1 (released on 13 Dec 2024)
v1.5.1 (released on 13 Dec 2024)
Bugfixes
#0041 - Explain sheet is not displayed in Explain in iOS16 when the explained text has an entry in System Dictionary. This is similar to the issue in #0005. But there is an additional trigger required which is the absence of Notes Editor as the same issue is not observed in Keyword’s Explain sheet.
#0043 - Prompts are sent to ChatGPT instantly when Explain sheet is being launched, even before users turn to that page. Users might not always want to consult ChatGPT but yet usage quota is still being charged. This is not desirable especially for users who are on free plan with limited quota. Therefore prompts should be sent only when users turn to the ChatGPT page.
#0045 - Optimise memory utilisation by delaying the conversion of compressed audio data to PCM to until it is played.
#0046 - Prompts submission will fail when user logs in ChatGPT. This is caused by the recent addition of speaking mode in ChatGPT. The submission still works if user does not log in.
#0047 - Prompts are submitted under “new chat” when user logs in ChatGPT. This messes up user’s list of chats by creating many separate chats. User should be able to designate a specific chat for the App to submit the prompts.
#0048 - File Picker in New Title Editor always goes back to the App’s document folder upon open. This makes it inconvenient to user when the files to be processed are from other folder. Instead File Picker should start at the last open folder.
Enhancements
None