ortoni-report 2.0.7 → 2.0.9

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,27 @@
1
1
  # Change Log:
2
2
 
3
+ ## v2.0.9
4
+
5
+ #### 📦 New Features
6
+ - **Command to Open Report (CLI)**: Introduced a new command to open the Ortoni Report directly for streamlined access.
7
+ ```
8
+ npx ortoni-report show-report
9
+ ```
10
+
11
+ #### 👌 Improvements
12
+ - **Database Optimization**: Enhanced database operations with transactions and indexing for better performance and reliability.
13
+ - **CSS and UI Enhancements**:
14
+ - Improved tabbed design for steps, errors, and logs (#50), ensuring an organized and intuitive user experience.
15
+ - Added CSS improvements for tabs, enhancing visual clarity and usability.
16
+ - Adjusted summary text position for better alignment and readability.
17
+ - **Configuration Options**:
18
+ - Added support for specifying directory, filename, and an optional port number for increased flexibility.
19
+
20
+ ## v2.0.8
21
+
22
+ #### 🐛 Fixes
23
+ - **Peer Dependency**: Added peer dependecy to avoid external package conflict
24
+
3
25
  ## v2.0.7
4
26
 
5
27
  #### 📦 New Features