Skip to content

Releases: Sberm/Transgender.rs

1.5.7 Release

14 Sep 15:54

Choose a tag to compare

For quick installation, use:

curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bash

What's new

  • Minor improvements on the engineering side.

How to use the release binary

sudo cp transgender-<version>-<arch> /usr/local/bin/transgender
echo 'eval "$(transgender --sh)"' >> ~/.bashrc
source ~/.bashrc
# on zsh
echo 'eval "$(transgender --sh)"' >> ~/.zshrc
source ~/.zshrc

1.5.6 Release

27 Aug 18:08

Choose a tag to compare

For quick installation, use:

curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bash

What's new

  • Code cleanup and optimization

How to use the release binary

sudo cp transgender-<version>-<arch> /usr/local/bin/transgender
echo 'eval "$(transgender --sh)"' >> ~/.bashrc
source ~/.bashrc
# on zsh
echo 'eval "$(transgender --sh)"' >> ~/.zshrc
source ~/.zshrc

1.5.5 Release

20 Jul 05:53

Choose a tag to compare

For quick installation, use:

curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bash

What's new

  • Fix dark theme

How to use the release binary

sudo cp transgender-<version>-<arch> /usr/local/bin/transgender
echo 'eval "$(transgender --sh)"' >> ~/.bashrc
source ~/.bashrc
# on zsh
echo 'eval "$(transgender --sh)"' >> ~/.zshrc
source ~/.zshrc

1.5.4 Release

09 Jul 22:57

Choose a tag to compare

For quick installation, use:

curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bash

What's new

  • Refactor and optimize the code
  • Modify build options

How to use the release binary

sudo cp transgender-<version>-<arch> /usr/local/bin/transgender
echo 'eval "$(transgender --sh)"' >> ~/.bashrc
source ~/.bashrc
# on zsh
echo 'eval "$(transgender --sh)"' >> ~/.zshrc
source ~/.zshrc

1.5.3 Release

01 Jul 09:12

Choose a tag to compare

For quick installation, use:

curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bash

What's new

  • Fix some tests

How to use the release binary

sudo cp transgender-<version>-<arch> /usr/local/bin/transgender
echo 'eval "$(transgender --sh)"' >> ~/.bashrc
source ~/.bashrc
# on zsh
echo 'eval "$(transgender --sh)"' >> ~/.zshrc
source ~/.zshrc

1.5.2 Release

10 Jun 22:57

Choose a tag to compare

For quick installation, use:

curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bash

What's new

  • Refactor slightly
  • Add an Installation script

How to use the release binary

sudo cp transgender-<version>-<arch> /usr/local/bin/transgender
echo 'eval "$(transgender --sh)"' >> ~/.bashrc
source ~/.bashrc
# on zsh
echo 'eval "$(transgender --sh)"' >> ~/.zshrc
source ~/.zshrc

1.5.1 Release

09 Jun 20:48

Choose a tag to compare

What's new

  • trans's first binary release

How to use the release binary

sudo cp transgender-<version>-<arch> /usr/local/bin/transgender
echo 'eval "$(transgender --sh)"' >> ~/.bashrc
source ~/.bashrc
# on zsh
echo 'eval "$(transgender --sh)"' >> ~/.zshrc
source ~/.zshrc

1.5.0 Release

24 May 15:53

Choose a tag to compare

What's new

  • Add more tests for canvas and util
  • Change some minor implementation details
  • Refactor (very minor)

Enjoy!

1.4.3 Release

13 Apr 16:27

Choose a tag to compare

What's new

  • Add Chris the Sea Slug
  • Add a documentation website
  • Add reverse search using question mark ?
  • Parallel the tests, again.

Enjoy!

1.4.1 Release

06 Apr 18:17

Choose a tag to compare

Changelog

  • Implement a basic test suite.

Enjoy!