Skip to content

Releases: ewen-lbh/ideaseed

0.9.0

22 Jun 12:06
Compare
Choose a tag to compare

Fixed

  • The third example in the --help screen was missing a COLUMN argument

Added

  • ideaseed now has a logo! ideaseed's logo

  • 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

20 Jun 13:49
Compare
Choose a tag to compare

Fixed

  • Fix update notification from appearing
  • Fix wrong version appearing in:
    • update notification message
    • --about screen
    • --version

0.8.0

20 Jun 13:20
Compare
Choose a tag to compare

Changed

  • Revamped UI when adding cards:

    • to Google Keep: demo
    • to GitHub:
      • with --issue: demo
      • without --issue: demo
  • Revamped "Logging in..." message for Google Keep

0.7.0

19 Jun 12:54
Compare
Choose a tag to compare

Added

  • [#19] Option -l/--label: alias for --tag.

0.6.0

19 Jun 12:54
Compare
Choose a tag to compare

Added

  • [#5] Add --pin to pin Google Keep cards

0.5.0

19 Jun 12:50
Compare
Choose a tag to compare

Added

  • [#9] Make --tag work with --issue: When creating an issue, --tag=TAG means "Add label TAG to the created issue".

0.4.1

19 Jun 13:08
Compare
Choose a tag to compare

Fixed

  • Fix error "undeclared variable Literal" (from cli_box).

0.4.0

19 Jun 13:07
Compare
Choose a tag to compare

Added

  • [#10] Add "Update available" notification when a new update is available, and prompts to download the new version, then re-runs the command using the new version.

0.3.0

19 Jun 13:08
Compare
Choose a tag to compare

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 to cyan, which is then resolved to teal.

Fixed

  • When using Google Keep, the "Logging in..." message was printed only when the login was finished (at the same time as " Done.").

0.2.1

19 Jun 13:09
Compare
Choose a tag to compare

Fixed

  • Fix AuthenticatedUser has no attribute 'get_projects' when using user profile projects.