Releases: nfdi4plants/ARCitect
Releases · nfdi4plants/ARCitect
0.0.49
New Features:
- progress bar and cancel options while importing files and directories
GitCommitView
now features soft and hard resets, where both restore the state of the repository to the last commit, but a hard reset additionally deletes all files that are not tracked by git (basically emulating a fresh clone)- default file extension of text files changed from 'txt' to 'md'
- improved documentation / help text about git features
Bug Fixes:
- Fixed an issue with downloading LFS files with spaces in the file path
0.0.48
Changes:
- New git debug setting that enables verbose git messages during push and pull requests
- improved OS-specific user directory resolution
- check on ARCitect startup if
git lfs install
was executed on the current machine and do so if not - fix for writing xlsx datamaps (#285)
- fix for opening the file picker in swate (#284)
0.0.47
Major Changes:
- ARCitect now stores an
ARCitect.json
configuration file in the OS-specific user directory that stores settings such as the visibility of tooltips and the url of the used SWATE service. - ARCitect now also stores a local
DatataHubs.json
configuration file in the OS-specific user directory that lists the used data hubs and their access credentials. This way users can add and remove hubs at runtime without editing ARCitect source code. - Configuration files can be edited from the new
SettingsView
. This view also features a reset button under advanced settings which restores defaults.
Minor Changes:
- when users create a new text file via the tree view and did not specify an extension, ARCitect will now default to
.txt
StatusView
cleanup- in the
GitSyncView
the termpersonal access token
has been consistently renamed toaccess token
to highlight the fact that users can use personal access tokens as well as project tokens to authenticate pull and push requests. - The top toolbar features now a new menu called
Tools
that enables users to open the currently opened ARC in VS Code or in the terminal (with shipped git binaries if available)
0.0.46
Feature:
- Integration of new Datahub: datahub.rz.rptu.de
0.0.45
0.0.44
0.0.43
New Features:
- XLSX Merge: If a git pull detects a merge conflict then ARCitect can now attempt to resolve the conflict for XLSX files. The process is described here (#198) and needs to be TESTED in the field.
mardown preview
can now display local images (#267)create new remote dialog
now shows all available DataHub accounts (#261)rename study/assay dialog
now initially suggests current name (#268)- display warning if SWATE service is not responding (#206)
Technical Fixes:
- improved ipc listener managment (it was possible that some listeners were not closed correctly and therefore never stopped listening)
- explicitly inserted tbody dom element into every table dom (new VUE standard)
0.0.42
v0.0.42 v0.0.42
0.0.41
Help
- The help menu was updated
- Hover-over tooltips were added
Large (i.e. LFS) files
- are now tagged as "LFS" in the tree view
- can easily be downloaded via right-click menu for a single file or all files in a directory
Misc
- Tree view order is now fixed to studies | assays | workflows | runs
- Studies and assays can be copied
0.0.40
v0.0.40 v0.0.40