Skip to content

Several improvements and fixes

Choose a tag to compare

@aplteam aplteam released this 17 Mar 19:53
· 492 commits to main since this release
  • The alias syntax got enhanced; accepts now a wildcard like ]Cider.OpenProject [co*]

  • ]Cider.CreateProject now asks the user whether the project should also be opened.

    It did so in the past but silently, leaving some room for doubt.

  • The ]Cider.CreateProject command now has a -quiet flag, mainly for tests.

  • When no namespace is passed to ]Cider.CreateProject the last part of the path is taken as name now

  • The file cider.config.RemoveMe got renamed to cider.config.template

  • When a tatin installation folder does not exist or is empty no error is generated anymore

  • Bug fixes:

    • Alias names should NOT be case-sensitive.
    • Some user commands accepted (and ignored) an argument when they shouldn't.
    • Erratic RANK ERROR on OpenProject fixed