[ soapbox-pub/shakespeare ] Fix lint errors for the 50th time
[ vitorpamplona/amethyst ] Faster event serializer -> sha256 -> id comparison without creating intermediary buffers.
[ flox1an/nostube ] chore: style fix
[ CodyTseng/jumble ] feat: add relay recommendations based on user language
[ PrimalHQ/primal-android-app ] Add project-level opt-in for Kotlin Time & UUID
[ burned-caroche455/haven-kit ] Update README.md
[ kenya12345678/NostrGator ] Update README.md
[ soapbox-pub/shakespeare ] Refactor ConfigureRepoStep to eliminate code duplication - Move GRASP server URL generation before the if/else branches - Move validation before the if/else branches - Move 5-second wait after both branches - Reduces code duplication by ~50 lines while maintaining identical functionality
[ PrimalHQ/primal-android-app ] Fix slow responsiveness in remote app connection details screen (#811)
[ flox1an/nostube ] fix: prevent accidental publish when transitioning to step 4 Add multiple safeguards to prevent video from auto-publishing when clicking Next from step 3 to step 4 in the upload wizard: - Add justArrivedAtStep4 state with 500ms protection window - Block form submission during the transition period - Disable Publish button during protection window - Add Enter key prevention to ContentWarning input - Add explicit type="button" to Advanced button