What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.90
(or :latest)
App password creation surfaces the cleartext where you can actually copy it
When you create a new app password on the profile page, the generated token now appears in a green-highlighted inline box at the top of the App passwords section. No more 10-second bottom toast. The box stays visible across reloads of the profile page so you have as much time as you need to copy the token, and clears automatically the moment you navigate to any other page.
The cleartext is never stored on disk — only the hash. Once you leave the profile page or close your browser session, the cleartext is gone.
Credits
Thanks @droM4X for the UX report.