10000 Comparing v3.1.2...v3.1.3 · 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.2
Choose a base ref
...
head repository: bordaigorl/rmview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.3
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

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
Loading
0