Commit Graph
214801 Commits
Author SHA1 Message Date
Martin Weinelt e9834efebc zsh-powerlevel10k: 1.1 → 1.2.0
Changes since the last release

    New segments:
        wifi: shows WiFi data transfer speed; can optionally display security level, SSID, etc.
        asdf: tool versions from asdf.
        taskwarrior: task counts from taskwarrior.
        phpenv: PHP version from phpenv.
    New parameters:
        POWERLEVEL9K_${SEGMENT}_${STATE}_SHOW_ON_UPGLOB with regular fallback; this allows you to display a prompt segment only whethere is a file matching a certain pattern in the current directory, or in .., or in ../.., etc. For example: POWERLEVEL9K_NODE_VERSION_SHOW_ON_UPGLOB='package.json|node_modules' to show node_version segment only in Node project directories.
        POWERLEVEL9K_VPN_IP_SHOW_ALL: if set to true, vpn_ip will show IPs from all matching network interfaces instead of just the first.
        POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER: when set to true, drops path before the last marked directory (usually a Git repo root).
        More fine grained control over battery colors: POWERLEVEL9K_BATTERY_${state}_{STAGES,LEVEL_BACKGROUND,LEVEL_FOREGROUND}.
        Network transfer speed: P9K_IP_TX_RATE and P9K_IP_RX_RATE in ip segment.
    Configuration wizard:
        Gracefully handle non-writable ~/.zshrc.
        New segments enabled by default: asdf, taskwarrior, phpenv.
        New segments disabled by default: php_version, laravel_version.
        Git status now displays VCS_STATUS_PUSH_COMMITS_{AHEAD,BEHIND}.
        Git status now displays "─" when POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY is in effect.
        Git status by default ignores the git repo rooted at $HOME; see POWERLEVEL9K_VCS_DISABLED_WORKDIR_PATTERN.
        Pure style now has context on the very left; upstream: sindresorhus/pure#530.
        When installing the recommended font for iTerm2, detect and attempt to delete (after confirmation from the user) other versions of MesloLGS NF.
    New style: robbyrussell; not exposed through the wizard; enable it with source .../powerlevel10k/config/p10k-robbyrussell.zsh.
    Prompt performance improvements:
        Async worker chatter is now 2x faster.
        Prompt rendering and gitstatus_query now run in parallel; this reduces prompt latency by up to 5ms.
    Bug fixes:
        truncate_to_last now behaves exactly like %1~.
        Don't crap out when file names contain colon.
        Don't crap out when using more than one prompt_char.
        Don't crap out when PATH is empty.
        gcloud now works when using non-default configs.
        timewarrior segment now respects $TIMEWARRIORDB (thanks, @errantepiphany!).
        Pick up ip and ifconfig tools from PATH (used to be /sbin/ip and /sbin/ifconfig).
        SHOW_ON_COMMAND now works with legacy custom prompt segments.
        Git status in Pure style now has correct number of spaces.
    Robustness improvements:
        Work around a bug in sysread in Zsh (fixed in Zsh 5.8).
        Replace all wide icons with narrow by default (many terminals choke on wide icons).
        Replace terraform icons with another (emacs crashes on the old icon).
        Prompt should now function even when locale is misconfigured as long as there is at least one UTF-8 locale installed on the system.
        Workarounds for Zsh bugs in handling of ZLE_RPROMPT_INDENT=0 are now applied in more cases.
    gitstatus:
        Support repositories where .git is a symbolic link.
        Support repositories with preciousObjects extension.
        Add VCS_STATUS_PUSH_{REMOTE_NAME,REMOTE_URL,COMMITS_AHEAD,COMMITS_BEHIND}: similar to VCS_STATUS_{REMOTE_NAME,REMOTE_URL,COMMITS_AHEAD,COMMITS_BEHIND} but for @push remote.
        Add VCS_STATUS_NUM_SKIP_WORKTREE and VCS_STATUS_NUM_ASSUME_UNCHANGED: the number of files in the index with --skip-worktree and --assume-unchanged bits respectively`.
        Support Cygwin on older versions of Windows
        Completely rewritten Zsh API (similar to async worker in powerlevel10k); this makes startup about 5x faster and should be more robust.
        The gitstatusd binary is now looked up as follows:
            If GITSTATUS_DAEMON is an absolute path, use that.
            Else if GITSTATUS_DAEMON is a valid command name (PATH lookup), use that.
            Else if GITSTATUS_DAEMON is not empty, try $gitstatus_dir/{usrbin,bin}/$GITSTATUS_DAEMON (in this order).
            Else try $gitstatus_dir/{usrbin,bin}/gitstatusd-$os-$arch{,-static} (in this order).
2020-02-26 22:24:24 +01:00
Michael WeissandGitHub 954d44f875 Merge pull request #81016 from primeos/chromium
chromium: 80.0.3987.116 -> 80.0.3987.122
2020-02-26 19:38:21 +01:00
Michael Weiss 1d961a4c6d chromiumDev: Fix the build
Building Chromium 82 requires LLVM 10 for the new argument
"-fintegrated-cc1". LLVM 9 fails with:
clang++: error: unknown argument: '-fintegrated-cc1'
2020-02-26 19:21:59 +01:00
Michael Weiss 8be566d288 chromium: 80.0.3987.116 -> 80.0.3987.122
https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_24.html

This update includes 3 security fixes.

CVEs:
CVE-2020-6407 CVE-2020-6418
2020-02-26 19:21:58 +01:00
Franz PletzandGitHub 2dff70f0f3 Merge pull request #80981 from bachp/nextcloud-x-frame-warning
nixos/nextcloud: prevent warning about missing X-Frame-Option
2020-02-26 17:37:38 +00:00
R. RyanTMandGitHub 0b919c249f mill: 0.6.0 -> 0.6.1 (#81017) 2020-02-26 12:18:16 -05:00
Lancelot SIXandGitHub 2d7549ae2a Merge pull request #81018 from vanschelven/swagger-spec-validator-2.5
pythonPackages.swagger-spec-validator 2.4.3 -> 2.5.0
2020-02-26 18:17:20 +01:00
Tim Steinbach b880ee9bb6 oh-my-zsh: 2020-02-19 -> 2020-02-26 2020-02-26 11:47:28 -05:00
Tim Steinbach 8f3f727e06 zoom-us: 3.5.359165.0223 -> 3.5.359539.0224 2020-02-26 11:45:29 -05:00
Tim Steinbach c95293c503 vivaldi: 2.11.1811.41-1 -> 2.11.1811.44-1 2020-02-26 11:44:23 -05:00
Georges DubusandGitHub 6c4813a238 Merge pull request #81005 from eraserhd/parinfer-rust-fix
parinfer-rust: 0.4.2 -> 0.4.3
2020-02-26 17:34:09 +01:00
Jörg ThalheimandGitHub f47755d59c Merge pull request #81106 from foxit64/master
update telegraf 1.13.3 => 1.13.4
2020-02-26 16:32:11 +00:00
Georges DubusandGitHub 186cd76007 Merge pull request #79737 from clkamp/add-cvsq
cvsq: init at 1.10
2020-02-26 17:22:06 +01:00
Jörg ThalheimandGitHub 8e1350e392 Merge pull request #81122 from vcunat/p/kresd-extraFeatures
nixos/kresd: never force `extraFeatures = false`
2020-02-26 16:11:38 +00:00
worldofpeaceandGitHub 0babf18003 Merge pull request #71378 from bb010g/git-my
git-my: init at 1.1.2
2020-02-26 15:54:16 +00:00
Doron BeharandMatthieu Coudron ca35318508 luaPackages.nvim-client: 0.2.0-1 -> 0.2.2-1 2020-02-26 15:47:54 +01:00
Vladimír Čunát 5f881209f9 nixos/kresd: never force extraFeatures = false
Fixes #81109.  Regressed in PR #78392 (26858063).
2020-02-26 15:10:53 +01:00
José Romildo MalaquiasandGitHub bee470ef9a Merge pull request #80962 from romildo/upd.vimix-gtk-themes
vimix-gtk-themes: init at 2020-02-24
2020-02-26 08:32:43 -03:00
Richard MarkoandFrederik Rietdijk d617e54692 talloc: 2.1.14 -> 2.1.16, build with python3 2020-02-26 11:55:39 +01:00
foxit64 19e98d1917 update telegraf 1.13.3 => 1.13.4 2020-02-26 11:46:35 +01:00
Mario RodasandGitHub 55beed9922 Merge pull request #81093 from bhipple/u/rust-cargo-gitAndTools.git-ignore
gitAndTools.git-ignore: upgrade cargo fetcher and cargoSha256
2020-02-26 03:53:16 -05:00
Mario RodasandGitHub fdc118806b Merge pull request #81092 from bhipple/u/rust-cargo-gitAndTools.git-codeowners
gitAndTools.git-codeowners: upgrade cargo fetcher and cargoSha256
2020-02-26 03:48:19 -05:00
Edward Tjörnhammar d5b5ff5ae5 rPackages.ggbio: patch away spelling mistake 2020-02-26 09:45:23 +01:00
Mario RodasandGitHub 260a5296d7 Merge pull request #81077 from marsam/update-pastel
pastel: 0.6.1 -> 0.7.0
2020-02-26 03:44:39 -05:00
Mario RodasandGitHub d4cba71766 Merge pull request #81088 from bhipple/u/rust-cargo-gitAndTools.git-absorb
gitAndTools.git-absorb: upgrade cargo fetcher and cargoSha256
2020-02-26 03:43:18 -05:00
Mario RodasandGitHub e3a556ca56 Merge pull request #81090 from bhipple/u/rust-cargo-gitAndTools.git-gone
gitAndTools.git-gone: upgrade cargo fetcher and cargoSha256
2020-02-26 03:43:06 -05:00
Mario RodasandGitHub 3802756ca2 Merge pull request #81086 from bhipple/u/rust-cargo-boringtun
boringtun: upgrade cargo fetcher and cargoSha256
2020-02-26 03:38:48 -05:00
Mario RodasandGitHub 1210a7fe5a Merge pull request #81095 from bhipple/u/rust-cargo-gitAndTools.delta
gitAndTools.delta: upgrade cargo fetcher and cargoSha256
2020-02-26 03:38:31 -05:00
Mario RodasandGitHub 96e98d1ea2 Merge pull request #81046 from filalex77/topgrade-4.0.2
topgrade: 3.9.0 -> 4.0.2
2020-02-26 03:32:46 -05:00
bb010g ddb272bf1d git-my: init at 1.1.2 2020-02-25 23:04:20 -08:00
bb010g 846097b7af git-and-tools: strongly alphabetize 2020-02-25 23:04:20 -08:00
bb010g a7cb757af4 git-and-tools: canonicalize hyphenated names
Old intercaps names are aliased.

darcs-to-git: rename from darcsToGit
git-fast-export: rename from gitFastExport
git-remote-gcrypt: rename from gitRemoteGcrypt
hub-unstable: rename from hubUnstable
top-git: rename from topGit
2020-02-25 23:04:20 -08:00
bb010gandworldofpeace 925404027a hub-unstable: remove
This has been here for 2 years; we can remove it.

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2020-02-25 23:04:20 -08:00
Benjamin Hipple c3f7554a34 gitAndTools.delta: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-25 23:24:48 -05:00
Benjamin Hipple f2b14397d4 gitAndTools.git-ignore: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-25 23:20:29 -05:00
Benjamin Hipple a717457135 gitAndTools.git-codeowners: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-25 23:15:04 -05:00
Benjamin Hipple 69ac30f87d gitAndTools.git-gone: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-25 23:12:45 -05:00
Benjamin Hipple 42850aabd1 gitAndTools.git-absorb: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-25 23:03:55 -05:00
Benjamin Hipple a93903de39 boringtun: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-25 22:18:50 -05:00
Mario RodasandGitHub 3a0da440a3 Merge pull request #81056 from r-ryantm/auto-update/bfs
bfs: 1.5.2 -> 1.6
2020-02-25 21:36:21 -05:00
Mario RodasandGitHub 0d59920d8d Merge pull request #81068 from r-ryantm/auto-update/datamash
datamash: 1.5 -> 1.6
2020-02-25 21:35:16 -05:00
Sébastien MaretandJon a0f50fe24b pythonPackages.reproject: fix tests
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-02-25 18:30:05 -08:00
Mario Rodas d032f5a8d2 pastel: 0.6.1 -> 0.7.0
Changelog: https://github.com/sharkdp/pastel/releases/tag/v0.7.0
2020-02-25 20:23:21 -05:00
worldofpeaceandGitHub 705afab44d Merge pull request #80982 from worldofpeace/qt-derivation-fixes
various: use qt5's mkDerivation
2020-02-25 20:11:06 -05:00
worldofpeaceandGitHub a89a919fb3 Merge pull request #71235 from BookBub/elasticsearch-analysis-icu
elasticsearchPlugins: add analysis-icu plugin
2020-02-25 19:16:19 -05:00
Jonathan RingerandJon 9d4aab7880 steam.chrootenv: add udev
Needed by Shadow of the Tomb Raider
2020-02-25 16:10:30 -08:00
Silvan MosbergerandGitHub 5f37069888 Merge pull request #80861 from emilazy/acme-fullchain
nixos/acme: move the crt to fullchain.pem
2020-02-26 00:48:53 +01:00
R. RyanTM 10f3643c7c datamash: 1.5 -> 1.6 2020-02-25 23:38:27 +00:00
markuskowaandGitHub 26277c18fb Merge pull request #80709 from r-ryantm/auto-update/rtl_433
rtl_433: 19.08 -> 20.02
2020-02-25 23:58:55 +01:00
Maximilian BoschandGitHub cac1e32bd5 Merge pull request #81026 from marsam/update-tflint
tflint: 0.14.0 -> 0.15.0
2020-02-25 23:55:43 +01:00