Releases: ewen-lbh/ideaseed
Releases · ewen-lbh/ideaseed
0.9.0
Fixed
- The third example in the
--help
screen was missing a COLUMN argument
Added
-
New flag
-@
/--assign-to
to assign issues to one or more person. Not specifying this flag still self-assigns you just as before -
New flag
-M
/--milestone
to add issues to a milestone -
New flag
--no-self-assign
to prevent self-assigning issues. -
Update notification: New option "What has changed?" to read release notes before upgrading
Changed
- Improved contrast inside cards with bold and colored text
- Colored Google Keep cards see their text colored, not their background, which I thought looked a bit ugly.
- Improved Google Keep "logging in..." messages:
before 0.9.0, the previous line was erased and "Logging in..." was replaced with "Logged in.".
This is pretty cool, but does not work well when there's something else that gets printed, for example when you need to enter credentials to log in. The line no longer gets replaced, but "✅ Logged in." gets printed instead. - Improved error messages when validating options presence
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
Added
- [#15] Add aliases for color names: "cyan" means "teal", "magenta" means "purple", etc. (see
ideaseed --help
, section "Color names") Those aliases behave like other colors, and thus--color cy
expands tocyan
, which is then resolved toteal
.
Fixed
- When using Google Keep, the "Logging in..." message was printed only when the login was finished (at the same time as " Done.").