Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Release Next Major Version v2.0.0 #267

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open

Conversation

schlagmichdoch
Copy link
Owner

@schlagmichdoch schlagmichdoch commented Feb 9, 2024

Stability, speed and file size

UI/UX improvements

Server connection

Code structure

  • Refactor newDisplayName into displayNameCustom
  • Move code for setting language_code to localisation.js
  • Tidy up routing code in network.js
  • Split network.js into ServerConnection.js, PeerManager.js, Peer.js, and FileProcessor.js
  • Split ui.js into PeersUI.js, PeerUI.js, Dialog.js, ui.js
  • Add new files to cache (sw + split files)
  • Add new features to ReadMe

…and auto resume of transfer + sending of queued messages. (fixes #260 and #247)
…t displayName `undefined` in EditPairedDevices Dialog (fixes #221)
…Logic completely. Condense all Relaying of the Websocket Fallback into one message type 'ws-relay'
… console if PairDrop is in debug mode; Implement activation of debug mode via URL argument (`?debug=true`)
… menu is used OR if automatic download has not worked
@schlagmichdoch schlagmichdoch force-pushed the sw_digester branch 3 times, most recently from be0d3d9 to 067a40b Compare February 13, 2024 18:55
@schlagmichdoch schlagmichdoch changed the title WIP: Release Next Minor Version v1.11.0 WIP: Release Next Major Version v2.0.0 May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment