Skip to content

Releases: axrona/pulsarship

v0.2.4

10 Aug 04:48
Compare
Choose a tag to compare

What's Changed

  • Fix empty username by @xeyossr in #11

Full Changelog: v0.2.3...v0.2.4

v0.2.3

02 Aug 06:43
Compare
Choose a tag to compare

What's Changed

  • Add config import support and debug helpers by @xeyossr in #8
  • 🛠️ Improve error handling and flag updates for debug mode by @orenoi in #9
  • Improve and Update PKGBUILD and install.sh for Silent Completions by @orenoi in #10

Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 Jul 15:12
02e4e38
Compare
Choose a tag to compare

What's Changed

  • 🛠️ Refactored CLI structure and added version handling by @orenoi in #7
    • Introduced --version flag (build info via ldflags)
    • Added gen-config subcommand to generate default config file
    • Moved right prompt to --right flag under prompt command
    • Rewrote Makefile and AUR build files for proper ldflags support
    • Added install.sh script for easier setup
    • Replaced BurntSushi/toml with pelletier/go-toml/v2

New Contributors

  • @orenoi made their first contribution in #7

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Jul 11:05
3d49426
Compare
Choose a tag to compare

What's Changed

  • Refactor: Git status handling, component separation, and format adjustments by @xeyossr in #6

  • Important: Configuration changes have been made, please refer to the Wiki for updated configuration details.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 Jul 06:19
1f25c65
Compare
Choose a tag to compare

🚀 Pulsarship v0.2.0 – First Stable Release

✨ New Features

🪞 Right Prompt Support

You can now define a right-aligned prompt layout via the prompt_right parameter.

Currently supported on Zsh and Fish shells.

Great for displaying time, git status, or any other contextual info on the right side of the terminal.

🧪 Custom Modules

Build your own modules using the custom.* syntax in your pulsarship.toml!

Example:

[custom.greeting]
run = "greeting.sh"
format = "👋 {output}"

v0.1.0

21 Jul 16:37
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
aur