Skip to content

Releases: hpedrorodrigues/sphynx

v0.1.6

19 Jan 21:08
0226d30
Compare
Choose a tag to compare

What's changed

Features

  • Adding package "eksctl" to MacOS playbook (#63)
  • Adding support to list contexts/namespaces in individual commands (#62)
  • Adding package "terraform" to MacOS playbooks (#59)
  • Making Jetbrains Toolbox version dynamic in Linux playbooks (#56)

Bug Fixes

  • Removing OhMyZsh installation from playbooks (#58)
  • Using the correct version of NPM in Linux Playbooks (#55)
  • Fixing command "system clear-trash" for MacOS (#54)

Maintenance

  • Refactoring kubernetes functions (#61)
  • Fixing usage of "yq" after upgrading it (#60)
  • Using the same vscode configuration for Linux/MacOS (#57)

v0.1.5

17 Dec 19:23
4171771
Compare
Choose a tag to compare

What's changed

Features

  • Adding command "docker top" (#51)
  • Adding package "hexyl" to playbooks (#50)
  • Changing timeout of each dig retry to 3 seconds in command "system dns" (#49)
  • Using bat when it's available and flag "--raw" is used (#48)

Bug Fixes

  • Checking for the default config "init.defaultBranch" in command "git check" (#53)

Maintenance

  • Changing bat theme to Dracula (#52)

v0.1.4

15 Dec 17:59
d89250b
Compare
Choose a tag to compare

What's changed

Features

  • Adding command "git check" (#37)

Bug Fixes

  • Change wait time to 5 milliseconds in function "sx::network::can_reach" (#44)
  • Checking network availability before running some commands (#40)

Maintenance

  • Converting some network functions to aliases (#45)
  • Adding check for supported OS before running commands (#43)
  • Moving old functions to "requirements.sh" (#42)
  • Removing Openshift commands (#41)
  • Updating starship and tmux settings (#39)
  • Removing command "git summary" (#38)

v0.1.3

13 Dec 19:32
ec5099a
Compare
Choose a tag to compare

What's changed

Features

  • Adding command "docker tmux" (#36)
  • Adding command "kubernetes tmux" (#31)

Bug Fixes

  • Fixing log level in terminal commands (#33)

Maintenance

  • Refactoring terminal commands (#34)
  • Creating a library for "screen" (#32)

v0.1.2

11 Dec 20:21
1136d0c
Compare
Choose a tag to compare

What's changed

Features

  • Adding support to extract .bz2 and .7z files (#29)
  • Adding command "security certificate" (#27)
  • Adding support to select a container in command "kubernetes exec" (#25)
  • Using "bash" whenever possible otherwise using "sh" in command "docker exec" (#24)
  • Adding support to change shell prompt in command "kubernetes exec" (#23)
  • Using "bash" whenever possible otherwise using "sh" in command "kubernetes exec" (#22)
  • Adding support to pick a protocol (https or ssh) in command "git clone" (#21)

Maintenance

  • Adding logs to kubernetes commands (#28)
  • Moving command "extract" to namespace "fs" (#26)

v0.1.1

08 Dec 00:02
1d00a78
Compare
Choose a tag to compare

What's changed

Features

  • Adding function "cert" (#17)
  • Adding some utility functions (i.e loc, ram, loadcores, console) (#11)
  • Querying only ipv4 or ipv6 based on nameserver address in command "system dns" (#5)
  • Adding commands for Docker (#4)

Bug Fixes

  • Using SX_FZF_ARGS variable in docker commands (#19)
  • Exposing env var CLOUDSDK_HOME and loading the gcloud path file (#18)
  • Checking if a screen session is currently active before running tmux commands, and vice-versa (#15)
  • Fixing validation of base flags (--namespaces and --commands) (#14)
  • Adding support to run some functions in Linux (i.e sx::os::open, sx::os::browser::open) (#12)
  • Continuing the execution even if the query for a specific nameserver fails in command "system dns" (#8)

Maintenance

  • Updating README.md file with shell startup performance data (#20)
  • Removing oh-my-zsh plugins (#16)
  • Adding license file (#13)
  • Adding file ".bash_logout" (#10)
  • Updating Confluent images to 6.0.1 (#9)
  • Loading the default tmux session only when using Alacritty (#7)
  • Refactoring global commands (#6)
  • Moving docs from ".github/docs" to ".wiki" (#3)
  • Renaming folder ".docs" to ".wiki" (#2)
  • Cleaning up resources only when needed in alien script (#1)

v0.1.0

03 Dec 17:47
Compare
Choose a tag to compare

Initial release \o/