You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: