8000 Comparing v3.1...vnc · bordaigorl/rmview · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bordaigorl/rmview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1
Choose a base ref
...
head repository: bordaigorl/rmview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vnc
Choose a head ref
  • 17 commits
  • 9 files changed
  • 6 contributors

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    4019e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b745d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa75e28 View commit details
    Browse the repository at this point in the history
  4. add binary release workflow (#115)

    Co-authored-by: ddvk <ddvk>
    ddvk authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    384eda3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. ScreenShare: Insist on ignoring audience in JWT decoding

    This should fix incompatibility with pyjwt > 2.1.0
    bordaigorl committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    396acde View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    61122f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Merge pull request #142 from maunke/feature/screenshot-to-clipboard

    Add screenshot to clipboard action
    bordaigorl authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9a48de1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. 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
    ```
    adoy committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f9104f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Merge pull request #145 from adoy/fix-ref-before-assign

    Fix local variable 'version_server' referenced before assignment
    bordaigorl authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    7fbcc7c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    0ebddac View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    23ef92f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a81026 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Fix for issue #146

    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.
    kjyager authored and bordaigorl committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    cb555f9 View commit details
    Browse the repository at this point in the history
  2. 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.
    kjyager authored and bordaigorl committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    01a2165 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Bump version

    bordaigorl committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c254ab1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    b6139a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d171b65 View commit details
    Browse the repository at this point in the history
Loading
0