Skip to content

Releases: Shieldine/git-profile

v1.1.0

03 Aug 20:34
Compare
Choose a tag to compare

Changelog

  • e026dfc 🐛 fix credentials not being set if passed via flags
  • 10daa93 🐛 fix installation script failing in case the installation directory doesn't exit
  • e57eb79 🐛 fix profiles being displayed twice with no flags provided, fix email in copyright notice
  • 118ff99 🚧 Initialise module, add placeholders for commands, implement some commands
  • 5c43cbe 📝 update README.md
  • e674b3c 📝 update README.md
  • f856dd4 📝 update config command description
  • c161fd8 📝 update description of tempset
  • 5bd6b79 📝 update readme and root description
  • 3bbc9b1 📝 update readme, gitignore, add version to root application, add goreleaser config
  • ecc716a 📝 update readme, update command description, change installation dir of the windows installer script
  • 301c0cc 📄 add copyright notice to files
  • d59320f ♻️ change installation path so config doesn't collide with other programs
  • a750350 ♻️ make argument optional
  • fbc4fc0 ♻️ refactor
  • 934f0c2 ♻️ refactor, add error handling in various places
  • e0c5275 ♻️ rename toml property to "profiles"
  • 6e6be59 🙈 Update .gitignore
  • dfc38ec ✨ 🐛 add proper error handling when local config is empty
  • 20d274f ✨ add ProfileConfig struct, add helper functions to handle config and git
  • 668b46c ✨ add install script for Linux and Mac
  • 4868701 ✨ add installation script for windows
  • 4be3464 ✨ add tests, add function to config to make testing possible
  • 0a18198 ✨ implement add command
  • a4caf8b ✨ implement check command
  • 855d592 ✨ implement init command
  • dcb62a5 ✨ implement list command
  • a7d1005 ✨ implement rm command
  • 473bdc5 ✨ implement set command
  • bbd913c ✨ implement tempset command, remove signingKey attribute
  • b6e492b ✨ implement unset command
  • d871ae6 ✨ implement update command, add missing space to text
  • 4eb033e ✨ unix: move config file to dedicated .config directory, update installer to reflect the changes
  • 208f75d ✨ update scripts: make adding to PATH optional, update readme
  • 5a3f522 Initial commit

v1.0.0

01 Jul 14:29
Compare
Choose a tag to compare

Changelog

  • b174156 🐛 fix credentials not being set if passed via flags
  • 4da7d52 🐛 fix profiles being displayed twice with no flags provided, fix email in copyright notice
  • 057cf83 🚧 Initialise module, add placeholders for commands, implement some commands
  • 9139025 📝 update config command description
  • e47dcf0 📝 update readme and root description
  • c5dd744 📝 update readme, gitignore, add version to root application, add goreleaser config
  • bc4f666 📄 add copyright notice to files
  • b0ea7df ♻️ make argument optional
  • bd0241f ♻️ refactor
  • 21d526c ♻️ refactor, add error handling in various places
  • ed29006 ♻️ rename toml property to "profiles"
  • 07edea3 🙈 Update .gitignore
  • ec897ef ✨ add ProfileConfig struct, add helper functions to handle config and git
  • 8a66d8a ✨ add tests, add function to config to make testing possible
  • 8c3a526 ✨ implement add command
  • b79604c ✨ implement check command
  • 3c8fb32 ✨ implement init command
  • 66542ce ✨ implement list command
  • 303ddc2 ✨ implement rm command
  • 8dfdc13 ✨ implement set command
  • d68d027 ✨ implement tempset command, remove signingKey attribute
  • 5b10413 ✨ implement unset command
  • 597ce6d ✨ implement update command, add missing space to text
  • 5a3f522 Initial commit