Skip to content

0.11.0

Compare
Choose a tag to compare
@ewen-lbh ewen-lbh released this 29 Jun 19:02
· 189 commits to master since this release

Changed

  • Made the "this option cannot be used with Google Keep" more helpful by suggesting to specify a repository
  • When you decide to update via the notification, if your upgrade includes a major version bump (i.e. potentially breaking changes happen), the script won't re-run your command automatically to prevent potential problems (eg. you did ideaseed -ttagname, then decided to upgrade to v1.0.0, but with this new version -t is now a shorthand for --title instead of --tag. ideaseed -ttagname won't be run again automatically with the new version to prevent potentially "dangerous" actions)
  • The blue accent color used at multiple places was a fixed color, #268CCE. It now uses the blue ANSI color so that the program uses your blue and conforms to your terminal color scheme.
  • Markdown italic text, bold text and emojis (eg. 🐧) are rendered in the changelog
  • All markdown is rendered in cards (issues, projects and also Google Keep cards), including italics, bold and emojis.

Fixed

  • A debug print() managed to slip through and get into the previous releases (it looked like bug is ff0000, and was printing the label name and its color hex code)
  • Crash when the --user-project was not found or the column of a user project was not found

Added

  • --config: A configuration wizard that asks you some questions and sets up the alias for you. The alias is automatically added to the shell's rc file, provided that your login shell is either:
    • fish
    • bash
    • zsh
    • csh (not tested)
    • ksh (not tested)
    • tcsh (not tested)