[PR #73] [MERGED] display version in UI and add troubleshooting instructions #78

Closed
opened 2026-03-03 01:21:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cs01/termpair/pull/73
Author: @cs01
Created: 8/6/2021
Status: Merged
Merged: 8/6/2021
Merged by: @cs01

Base: masterHead: cs01/add-version


📝 Commits (1)

  • 0c6b1a6 display version in UI and add troubleshooting instructions

📊 Changes

8 files changed (+46 additions, -42 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 README.md (+8 -6)
📝 termpair/constants.py (+3 -2)
📝 termpair/frontend_src/src/App.tsx (+25 -6)
termpair/frontend_src/src/constants.ts (+2 -0)
📝 termpair/server.py (+4 -13)
📝 termpair/server_websocket_subprotocol_handlers.py (+1 -12)
📝 termpair/share.py (+1 -3)

📄 Description

  • I have added an entry to CHANGELOG.md

Summary of changes

  • Display version running in webpage
  • Add troubleshooting instructions to remind users a compatible version must be used
  • Some style updates
  • Some readme updates
  • Remove support for other subprotocol versions
  • Increment version in codebase

Test plan

Tested by running

nox -s serve
nox -s broadcast

and confirming things looked good

closes #73


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cs01/termpair/pull/73 **Author:** [@cs01](https://github.com/cs01) **Created:** 8/6/2021 **Status:** ✅ Merged **Merged:** 8/6/2021 **Merged by:** [@cs01](https://github.com/cs01) **Base:** `master` ← **Head:** `cs01/add-version` --- ### 📝 Commits (1) - [`0c6b1a6`](https://github.com/cs01/termpair/commit/0c6b1a696d28bf4d29f2995c564b4d04f75af763) display version in UI and add troubleshooting instructions ### 📊 Changes **8 files changed** (+46 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `README.md` (+8 -6) 📝 `termpair/constants.py` (+3 -2) 📝 `termpair/frontend_src/src/App.tsx` (+25 -6) ➕ `termpair/frontend_src/src/constants.ts` (+2 -0) 📝 `termpair/server.py` (+4 -13) 📝 `termpair/server_websocket_subprotocol_handlers.py` (+1 -12) 📝 `termpair/share.py` (+1 -3) </details> ### 📄 Description <!-- add an 'x' in the brackets below --> * [x] I have added an entry to `CHANGELOG.md` ## Summary of changes * Display version running in webpage * Add troubleshooting instructions to remind users a compatible version must be used * Some style updates * Some readme updates * Remove support for other subprotocol versions * Increment version in codebase ## Test plan <!-- provide evidence of testing, preferably with command(s) that can be copy+pasted by others --> Tested by running ``` nox -s serve nox -s broadcast ``` and confirming things looked good closes #73 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:21:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termpair#78
No description provided.