Skip to content

Releases: aplteam/Cider

Version 0.45.0

09 Dec 07:48
Compare
Choose a tag to compare
  • If the Dropbox check is not configured in the Cider config file, Cider now checks whether there is a folder Dropbox/ in the current user's home folder. If so, the check is performed.
  • ]UpdateCider now accepts an optional argument: a Cider version number
  • Bug fixes
    • CheckForGit, when asking the user what to do, allowed "quit" but did not handle it correctly
    • ProjectConfig: did not return the expected result when editing was disallowed
    • Make did not ask for a change of the Version function anymore
    • When a new Cider project was created and opened, Link complained about a trailing slash

To be consumed as a Tatin package from https://tatin.dev

Version 0.44.0

16 Nov 19:22
Compare
Choose a tag to compare
  • ]OpenProject's reporting on Git enhanced and streamlined
  • Bug fixes
    • The file cider.config.template wrongly came with a property CIDER.version.

      As a result, CreateProject injected this wrongly into the new file cider.config

To be consumed as a Tatin package from https://tatin.dev

Version 0.43.2

14 Oct 15:25
Compare
Choose a tag to compare
  • Git status report improved
  • Bug fixes:
    • When the user set the global config parm ReportGitStatus to 3, things went south
    • If a project was opened that is not managed by Git, an error was reported (wrongly)
    • New version of the APLGit2 package installed which fixes a bug when a dot was specified as a folder
    • ListTatinDependencies crashed when a folder was specified with the -full flag
    • Bug fix in CheckForGit

To be consumed as a Tatin package from https://tatin.dev

Version 0.43.1

04 Oct 17:53
Compare
Choose a tag to compare
  • Package updated (NuGet, APLGit2, Tester2)
  • Bug fixes
    • On Windows with OneDrive being used to sync the user's Documents/ folder, GetProgramFilesFolder and GetMyUCMDsFolder both returned incorrect information.
    • Where once USERPROFILE was used to establish a path now 4070⌶ is used on Windows
    • The function ProjectConfig was supposed to show the given config file in read-only mode but returned the content instead

To be consumed as a Tatin package from https://tatin.dev

Version 0.43.0

24 Sep 17:38
Compare
Choose a tag to compare
  • ]OpenProject now understands -alias=., resulting in the name of the project in lowercase as alias.
  • ListTatinDependencies now accepts the path to a package installation folder in addition to a project
    folder and a project path
  • The -raw flag has been removed from ListTatinDependencies - if you need raw data use the API
  • ListTatinDependencies -full has been changed: it now reports always all installation folders without
    asking questions
  • The layout of ]ListTatinDependencies -full has been changed
  • Bug fixes
    • Case problem fixed: LoadNuGetDependencies rather than LoadNugetDependencies
    • LoadNuGetDependencies should have used an absolute path to the DLL but didn't

To be consumed as a Tatin package from https://tatin.dev

Version 0.42.4

07 Sep 08:35
Compare
Choose a tag to compare

Bug fixes

  • GetCiderGlobalConfigFilename created a global Cider config file with the wrong defaults
  • CheckForDropboxConflicts did not honour the "verbose" config parameter as intended
  • Report of Link non-default parameters was distorted

To be consumed as a Tatin package from https://tatin.dev

Version 0.42.3

05 Sep 15:14
Compare
Choose a tag to compare

Bug fixes

  • Documentation amended
  • CheckForDropBoxConflict crashed on a path that consisted of nothing but spaces

To be consumed as a Tatin package from https://tatin.dev

Version 0.42.2

17 Aug 06:59
Compare
Choose a tag to compare
  • Bug fixes
    • OpenProject printed wrong messages to the session in case of -verbose
    • Typo in TestCases.Prepare fixed
    • Question regarding package updates clarified
    • Editing the list of aliases refused to accept the perfectly legal character "_"
    • Deleting all aliases by removing all contents from the edit window did not work
    • When aliases were edited, all "" are now replaced by "/"
    • Editing the list of aliases asks for cancellation now in case of a problem
    • CheckForDropboxConflicts now ignores an empty path rather than crashing on it
  • Packages updated

Version 0.42.1

12 Jul 18:35
Compare
Choose a tag to compare
  • Cider now comes with Release Notes.
  • Documentation of CloseProject and CheckForDropBoxConflicts polished.
  • The ]Cider.Config file now prints the content of Cider's global config file to the session, and there
    is now an -edit flag but no -print flag anymore. That brings it in line with similar functions/commands
    in both Cider and Tatin.
  • ]Cider.ProjectConfig prints the contents of any project config file to the session unless the -edit flag
    is specified.
  • Bug fixes
    • CreateConfigFile crashed on ##.tatinVars when it should have addressed tatinVars instead.
      As a result, the policy was changed: it does NOT inject TatinVars into the root of the project anymore
      in case the tatinVars property is not empty.
    • The API-function CloseProject failed when a ref was passed as a project
    • CloseProject failed on a non-lowercase alias name

To be consumed as a Tatin package from https://tatin.dev

Version 0.42.0

06 Jul 07:11
Compare
Choose a tag to compare
  • Help page for OpenProject improved
  • -??? help page for OpenProject added
  • In OpenProject, -watch= did not allow "none" but should
  • -watch=, when specified, was not reported; now it is ALWAYS reported
  • A [LINK] section in the Cider config file is from now on ignored in case there is a file .linkconfig;
    the user will be informed
  • Help pages reorganized: they are now variables for much easier editing

To be consumed as a Tatin package from https://tatin.dev