-
Notifications
You must be signed in to change notification settings - Fork 67
Comparing changes
Open a pull request
base repository: bordaigorl/rmview
base: v3.1
head repository: bordaigorl/rmview
compare: vnc
- 17 commits
- 9 files changed
- 6 contributors
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4019e40 - Browse repository at this point
Copy the full SHA 4019e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for b745d07 - Browse repository at this point
Copy the full SHA b745d07View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa75e28 - Browse repository at this point
Copy the full SHA aa75e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 384eda3 - Browse repository at this point
Copy the full SHA 384eda3View commit details
Commits on Mar 2, 2022
-
ScreenShare: Insist on ignoring audience in JWT decoding
This should fix incompatibility with pyjwt > 2.1.0
Configuration menu - View commit details
-
Copy full SHA for 396acde - Browse repository at this point
Copy the full SHA 396acdeView commit details
Commits on Aug 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 61122f1 - Browse repository at this point
Copy the full SHA 61122f1View commit details
Commits on Aug 24, 2022
-
Merge pull request #142 from maunke/feature/screenshot-to-clipboard
Add screenshot to clipboard action
Configuration menu - View commit details
-
Copy full SHA for 9a48de1 - Browse repository at this point
Copy the full SHA 9a48de1View commit details
Commits on Dec 2, 2022
-
Fix local variable 'version_server' referenced before assignment
``` Unhandled Error Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/twisted/python/log.py", line 96, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/usr/local/lib/python3.9/site-packages/twisted/python/log.py", line 80, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/local/lib/python3.9/site-packages/twisted/python/context.py", line 117, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/local/lib/python3.9/site-packages/twisted/python/context.py", line 82, in callWithContext return func(*args, **kw) --- <exception caught here> --- File "/usr/local/lib/python3.9/site-packages/twisted/internet/posixbase.py", line 487, in _doReadOrWrite why = selectable.doRead() File "/usr/local/lib/python3.9/site-packages/twisted/internet/tcp.py", line 248, in doRead return self._dataReceived(data) File "/usr/local/lib/python3.9/site-packages/twisted/internet/tcp.py", line 253, in _dataReceived rval = self.protocol.dataReceived(data) File "/usr/local/lib/python3.9/site-packages/twisted/protocols/tls.py", line 329, in dataReceived self._flushReceiveBIO() File "/usr/local/lib/python3.9/site-packages/twisted/protocols/tls.py", line 295, in _flushReceiveBIO ProtocolWrapper.dataReceived(self, bytes) File "/usr/local/lib/python3.9/site-packages/twisted/protocols/policies.py", line 110, in dataReceived self.wrappedProtocol.dataReceived(data) File "/usr/local/lib/python3.9/site-packages/rmview/rfb.py", line 722, in dataReceived self._handler() File "/usr/local/lib/python3.9/site-packages/rmview/rfb.py", line 195, in _handleInitial version = version_server ```
Configuration menu - View commit details
-
Copy full SHA for f9104f0 - Browse repository at this point
Copy the full SHA f9104f0View commit details
Commits on Dec 4, 2022
-
Merge pull request #145 from adoy/fix-ref-before-assign
Fix local variable 'version_server' referenced before assignment
Configuration menu - View commit details
-
Copy full SHA for 7fbcc7c - Browse repository at this point
Copy the full SHA 7fbcc7cView commit details
Commits on Mar 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ebddac - Browse repository at this point
Copy the full SHA 0ebddacView commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23ef92f - Browse repository at this point
Copy the full SHA 23ef92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a81026 - Browse repository at this point
Copy the full SHA 4a81026View commit details
Commits on Nov 23, 2023
-
The issue arises due to the reMarkable software version no longer being accurately reflected in `/etc/version`. This causes rmview to think it is connecting to an older version. I've fixed this by switching rmview's SW version logic over to the semantic versioning scheme used by recent releases. The SW version is taken from the `REMARKABLE_RELEASE_VERSION` value in `/usr/share/remarkable/update.conf`, as suggested by @Eeems. Support for older versions is to be maintained by mapping the older timestamp version numbers back to the corresponding semantic versions.
Configuration menu - View commit details
-
Copy full SHA for cb555f9 - Browse repository at this point
Copy the full SHA cb555f9View commit details -
Added additional catch-all case for timestamp based versioning
Prior commit reported version 2.9.1.236 for all timestamps greater-than or equal to the 2.9.1.236 timestamp. I realized this might break the versioning logic for later 2.9 SW versions, so I added an additional version tuple of (2.9.1.9999) to represent those versions instead.
Configuration menu - View commit details
-
Copy full SHA for 01a2165 - Browse repository at this point
Copy the full SHA 01a2165View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c254ab1 - Browse repository at this point
Copy the full SHA c254ab1View commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6139a2 - Browse repository at this point
Copy the full SHA b6139a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d171b65 - Browse repository at this point
Copy the full SHA d171b65View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1...vnc