@equinor/fusion-framework-cli 12.0.2 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 12.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3459](https://github.com/equinor/fusion-framework/pull/3459) [`58b5cee`](https://github.com/equinor/fusion-framework/commit/58b5ceeba5c6488a459ecaa22013823d3310ebc9) Thanks [@odinr](https://github.com/odinr)! - Enhanced Git repository cloning with user-controlled protocol selection.
8
+
9
+ - Added interactive prompt for users to choose between HTTPS and SSH protocols
10
+ - Implemented intelligent SSH detection using both git config and filesystem checks
11
+ - Removed automatic SSH-to-HTTPS fallback in favor of explicit user choice
12
+ - Improved user experience with clear protocol descriptions and smart defaults
13
+ - Refactored SSH detection logic into testable helper functions for better maintainability
14
+ - Optimized SSH key detection to stop after finding first match for better performance
15
+ - Enhanced cross-platform compatibility with proper Node.js APIs instead of shell commands
16
+
17
+ This change gives users full control over their Git authentication method while maintaining compatibility across different development environments and improving code quality.
18
+
3
19
  ## 12.0.2
4
20
 
5
21
  ### Patch Changes