A checklist and discussion about v3.0 (#148) release and new features.
v2.0promptinitinstall.zsh in shuninstall.zsh in sh$SPACESHIP_VERSIONinstall.zsh and uninstall.zshSPACESHIP_OPENEDchar (#115)sections folder)lib folderscripts folder for scripts $LS_COLORS (#273)README.md and docs (#313)@sfarzy I would like to use Conventional Commits. Very useful for generating changelogs. What do you think?
@sfarzy however, I don't want to introduce new dependency like standard-version. Also, I don't like limitations with this approach.
Very useful for generating changelogs
Take a look at skywinder/github-changelog-generator, It's does the job well.
At ShellJS we created https://github.com/shelljs/changelog. This wraps around skywinder's project.
Currently we're using git status --porcelain -b in git section. But it was noted slow in multiple issues. Is there any better way in doing this ?
@salmanulfarzy zsh can provide vsc information out of the box, but it wouldn't be as reach as our implementation.
@denysdovhan
@sei40kr I was playing in a playground with zsh-async. However, I don't have enough time to dive deeper and implement this right now. Would be great if you help!
Please, open another PR to the 3.0 branch. Async API has to be discussed.
@sei40kr any updates?
What's the status on this?
@belak currently I'm busy at work and don't have enough time to finish this release. Hope I'll have more time soon.
3.0 features are settled. It only needs to implement spaceship_upgrade/spaceship_uninstall, resolve some conflicts, fix some styling issues and update docs.
You can support my efforts by contributing or donations. Thanks for understanding!
Not a problem. Thanks for the update! I totally understand being really busy on other stuff.
Since I don't think we need upgrade/uninstall for prezto, I'll add this branch as a theme in our contrib repo and follow this for when there's an official release.
SPACESHIP_PROMPT_SYMBOL has been removed. Use SPACESHIP_CHAR_SYMBOL instead.SPACESHIP_BATTERY_ALWAYS_SHOW has been removed. Use SPACESHIP_BATTERY_SHOW='always' instead.SPACESHIP_BATTERY_CHARGING_SYMBOL has been replaced by SPACESHIP_BATTERY_SYMBOL_CHARGING.SPACESHIP_BATTERY_DISCHARGING_SYMBOL has been replaced by SPACESHIP_BATTERY_SYMBOL_DISCHARGING.SPACESHIP_BATTERY_FULL_SYMBOL has been replaced by SPACESHIP_BATTERY_SYMBOL_FULL.SPACESHIP_HOST_SHOW now accepts value 'always'.SPACESHIP_USER_SHOW now accepts value 'always'.SPACESHIP_HOST_COLOR equals 'blue' instead of 'green'.SPACESHIP_HOST_COLOR_SSH is a new option.SPACESHIP_PROMPT_ORDER has been changed.SPACESHIP_BATTERY_ALWAYS_SHOW has been removed. Use SPACESHIP_BATTERY_SHOW='always' instead.SPACESHIP_PROMPT_FIRST_PREFIX_SHOW is a new option.SPACESHIP_DIR_TRUNC_REPO is a new option.The work on #148 is finished and it's ready to merge after approvement.
Published as v3.0.0!
Most helpful comment
313 is ready to merge and waiting for approvement.
The work on #148 is finished and it's ready to merge after approvement.