Skip to content

Releases: pylipp/sdd

v0.2.3.0

05 Oct 10:08
Compare
Choose a tag to compare

Added

  • App management file for Python

v0.2.2.0

08 Jan 16:12
Compare
Choose a tag to compare

Added

v0.2.1.1

21 Jan 23:54
Compare
Choose a tag to compare
Use gh for creating github release

v0.2.1.0

21 Jan 23:56
Compare
Choose a tag to compare

Added

  • App management file for xsv
  • App management file for Telegram
  • App management file for Pandoc
  • App management file for wuzz
  • App management file for xh
  • App management file for gitui
  • App management file for ncdu
  • App management file for dasel
  • App management file for git-trim
  • App management file for go. Note that you should add export GOROOT=~/.local/go; export GOPATH=~/.local/share/goprojects; export PATH=$GOPATH/bin:$GOROOT/bin:$PATH or similar to your ~/.profile

Changed

  • Use GitHub Actions for CI, see #15

Fixed

  • New download URL for ncdu, see #18
  • Update bash completion file path for fd, see #18
  • Support installation of pip on Python 3.5, see #18

v0.2.0.0

31 Jul 20:32
Compare
Choose a tag to compare

Added

  • App management file for gh
  • App management file for jira
  • App management file for delta
  • App management file for qrcp
  • App management file for slack-term
  • App management file for dust
  • The corresponding bash completion is installed with fd.
  • The corresponding bash completion is installed with ripgrep.
  • man pages are installed with gh (available since v0.9.0)
  • Short forms for all provided options, see #11
  • Bash and zsh completion scripts, see #13

Changes

  • Avoid using GitHub API calls, see #11
  • list command without further option defaults to show installed packages, see #11
  • Bash completion for apps is now installed into ~/.local/share/bash-completion/completions, see #13

Fixed

  • Avoid false matching by part of package names, see #11
  • Update download URL for shellcheck releases, see #14

v0.1.1.0

14 Mar 12:57
Compare
Choose a tag to compare

Added

  • App management file for shfmt
  • When installing shellcheck, the corresponding man page is installed if pandoc is available.
  • When running install/upgrade/uninstall, a spinner is displayed to indicate background activity.
  • sdd is more verbose about internal processes if the SDD_VERBOSE environment variable is set.

Changed

  • Specifying a version for installing or upgrading pip is possible.
  • Upgrading oh-my-zsh now git-pulls in existing $ZSH repository.
  • Any output from sdd_* management functions is redirected to a log file.

Fixed

  • Handle non-existing custom apps directory when listing available apps.

v0.1.0.0

06 Feb 22:19
Compare
Choose a tag to compare

First release.

Added

  • Changelog file and related tooling.