Releases: Sberm/Transgender.rs
Releases · Sberm/Transgender.rs
1.5.7 Release
For quick installation, use:
curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bashWhat'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 ~/.zshrc1.5.6 Release
For quick installation, use:
curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bashWhat'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 ~/.zshrc1.5.5 Release
For quick installation, use:
curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bashWhat'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 ~/.zshrc1.5.4 Release
For quick installation, use:
curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bashWhat'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 ~/.zshrc1.5.3 Release
For quick installation, use:
curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bashWhat'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 ~/.zshrc1.5.2 Release
For quick installation, use:
curl -fsSL https://raw.githubusercontent.com/Sberm/Transgender.rs/refs/heads/main/scripts/install.sh | bashWhat'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 ~/.zshrc1.5.1 Release
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 ~/.zshrc1.5.0 Release
What's new
- Add more tests for canvas and util
- Change some minor implementation details
- Refactor (very minor)
Enjoy!
1.4.3 Release
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
Changelog
- Implement a basic test suite.
Enjoy!