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: NixOS/nixpkgs
base: 8ccf5b63b578
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ed819d8d4f3b
Choose a head ref
  • 13 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 15, 2018

  1. signal-desktop: 1.14.1 -> 1.14.2

    (cherry picked from commit 4fd9ca3)
    primeos committed Oct 15, 2018
    Copy the full SHA
    6aa8bc7 View commit details
    Browse the repository at this point in the history
  2. signal-desktop: 1.14.2 -> 1.14.3

    (cherry picked from commit b68770c)
    primeos committed Oct 15, 2018
    Copy the full SHA
    1160093 View commit details
    Browse the repository at this point in the history
  3. signal-desktop: 1.14.3 -> 1.14.4

    (cherry picked from commit c89bdf9)
    primeos committed Oct 15, 2018
    Copy the full SHA
    323491f View commit details
    Browse the repository at this point in the history
  4. signal-desktop: 1.14.4 -> 1.15.0

    (cherry picked from commit 915e506)
    primeos committed Oct 15, 2018
    Copy the full SHA
    32eba88 View commit details
    Browse the repository at this point in the history
  5. signal-desktop: Allow overriding the spell checker language (#44456)

    Thought this could be useful for others as well. Unfortunately it will
    also override the UI language.
    
    Example usage:
    
      environment.systemPackages = with pkgs; [
        (signal-desktop.override {
          spellcheckerLanguage = "de_DE";
        })
      ];
    
    (cherry picked from commit 9ef1406)
    primeos committed Oct 15, 2018
    Copy the full SHA
    a1d4e98 View commit details
    Browse the repository at this point in the history
  6. signal-desktop: 1.15.0 -> 1.15.3

    Skipped 1.15.1 due to upstream issues (see GitHub), 1.15.2 and 1.15.3
    should be fine (at least there are fewer issues).
    
    (cherry picked from commit c7e0433)
    primeos committed Oct 15, 2018
    Copy the full SHA
    0c19b38 View commit details
    Browse the repository at this point in the history
  7. signal-desktop: 1.15.3 -> 1.15.4

    (cherry picked from commit b28f8b4)
    primeos committed Oct 15, 2018
    Copy the full SHA
    51fc1ed View commit details
    Browse the repository at this point in the history
  8. signal-desktop: 1.15.4 -> 1.15.5

    (cherry picked from commit 9f4e76b)
    primeos committed Oct 15, 2018
    Copy the full SHA
    600065e View commit details
    Browse the repository at this point in the history
  9. signal-desktop: 1.15.5 -> 1.16.0

    (cherry picked from commit 7c1b85c)
    primeos committed Oct 15, 2018
    Copy the full SHA
    ce97b86 View commit details
    Browse the repository at this point in the history
  10. signal-desktop: 1.16.0 -> 1.16.1

    (cherry picked from commit 3410dcd)
    primeos committed Oct 15, 2018
    Copy the full SHA
    acc9de0 View commit details
    Browse the repository at this point in the history
  11. signal-desktop: 1.16.1 -> 1.16.2

    (cherry picked from commit a526719)
    primeos committed Oct 15, 2018
    Copy the full SHA
    1f8f5b1 View commit details
    Browse the repository at this point in the history
  12. signal-desktop: enable notifications

    (cherry picked from commit 820e1ca)
    tobiasBora authored and primeos committed Oct 15, 2018
    Copy the full SHA
    17f1e9b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #48484 from primeos/signal-desktop-backport

    [18.03] Backport Signal-Desktop
    
    Reason: Signal-Desktop displayed the following message: "This version of
    Signal Desktop has expired. Please upgrade to the latest version to
    continue messaging." (see #48436).
    primeos committed Oct 15, 2018
    Copy the full SHA
    ed819d8 View commit details
    Browse the repository at this point in the history