Releases: aplteam/Cider
Releases · aplteam/Cider
Version 0.45.0
- 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 correctlyProjectConfig
: did not return the expected result when editing was disallowedMake
did not ask for a change of theVersion
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
]OpenProject
's reporting on Git enhanced and streamlined- Bug fixes
-
The file
cider.config.template
wrongly came with a propertyCIDER.version
.As a result,
CreateProject
injected this wrongly into the new filecider.config
-
To be consumed as a Tatin package from https://tatin.dev
Version 0.43.2
- 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
- When the user set the global config parm
To be consumed as a Tatin package from https://tatin.dev
Version 0.43.1
- Package updated (
NuGet
,APLGit2
,Tester2
) - Bug fixes
- On Windows with OneDrive being used to sync the user's
Documents/
folder,GetProgramFilesFolder
andGetMyUCMDsFolder
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
- On Windows with OneDrive being used to sync the user's
To be consumed as a Tatin package from https://tatin.dev
Version 0.43.0
]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 fromListTatinDependencies
- 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 thanLoadNugetDependencies
LoadNuGetDependencies
should have used an absolute path to the DLL but didn't
- Case problem fixed:
To be consumed as a Tatin package from https://tatin.dev
Version 0.42.4
Bug fixes
GetCiderGlobalConfigFilename
created a global Cider config file with the wrong defaultsCheckForDropboxConflicts
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
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
- 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
- OpenProject printed wrong messages to the session in case of
- Packages updated
Version 0.42.1
- Cider now comes with Release Notes.
- Documentation of
CloseProject
andCheckForDropBoxConflicts
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 addressedtatinVars
instead.
As a result, the policy was changed: it does NOT injectTatinVars
into the root of the project anymore
in case thetatinVars
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
- Help page for
OpenProject
improved -???
help page forOpenProject
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