Skip to content

Releases: berrysauce/trex

trex 0.1.7 🦖

04 Jul 09:08
5abea7e
Compare
Choose a tag to compare

ℹ️ You can upgrade trex with pip install trex --upgrade.

⚠️ Using this release is recommended for security reasons

  • added command docstring to set command
  • bumped certifi, requests, and gitpython for security

Full Changelog: 0.1.6...0.1.7

trex 0.1.6 🦖

08 Aug 21:00
Compare
Choose a tag to compare

ℹ️ You can upgrade trex with pip install trex --upgrade.

  • added --open parameter to trex show command to open the templates directory
  • added "Type" header to trex show table
  • added trex remote to add remote templates from GitHub 🎉
  • renamed trex show back to trex all
  • added functionality to make from remote 🎉
  • updated site 🎉

Full Changelog: 0.1.5...0.1.6

trex 0.1.5 🦖

15 Jul 20:33
Compare
Choose a tag to compare

ℹ️ You can upgrade trex with pip install trex --upgrade.

  • removed working text when using the config command
  • added version check and upgrade prompt
  • added dependency installation (closes #2) 🎉
  • fixed some issues pointed out by Pylint (more to come)
  • renamed all command to show (now trex show) due to Pylint warning

Full Changelog: 0.1.4...0.1.5

trex 0.1.4 🦖

07 Jul 17:56
Compare
Choose a tag to compare

🎉 This is the first public release of trex. You can install trex with pip install trex.

  • added venv initialization, if chosen on make
  • removed tip border
  • upped minimum Python version to 3.9
  • made changes to pyproject.toml and README.md

Full Changelog: 0.1.3...0.1.4

trex 0.1.3 🦖

30 Apr 11:35
Compare
Choose a tag to compare
trex 0.1.3 🦖 Pre-release
Pre-release

⚠️ Please note that this is a pre-release. I cannot guarantee functionality or safety.

  • added git initialization, if chosen on make, thanks to gitpython
  • changed printout style for better readability from terminal to terminal
  • fixed KeyError in get_template() function

For now, trex is only installable via poetry. Run poetry install in the trex directory.

Full Changelog: 0.1.2...0.1.3

trex 0.1.2 🦖

29 Apr 19:00
Compare
Choose a tag to compare
trex 0.1.2 🦖 Pre-release
Pre-release

⚠️ Please note that this is a pre-release. I cannot guarantee functionality or safety.

  • changed terminal print style (with new print functions)
  • fixed KeyError with trex all
  • added "Getting to work" messages
  • limited config options
  • switched reused strings and lists to meta.py
  • made target argument in trex make required

For now, trex is only installable via poetry. Run poetry install in the trex directory.

Full Changelog: 0.1.1...0.1.2

trex 0.1.1 🦖

27 Apr 17:57
Compare
Choose a tag to compare
trex 0.1.1 🦖 Pre-release
Pre-release

⚠️ Please note that this is a pre-release. I cannot guarantee functionality or safety.

Initial public release with basic commands. For now, trex is only installable via poetry. Run poetry install in the trex directory.

Full Changelog: https://github.com/berrysauce/trex/commits/0.1.1