vortix 1.2.1 → 1.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vortix",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "AI-powered remote OS control system with natural language commands, real-time monitoring, and modern web dashboard",
5
5
  "main": "index.js",
6
6
  "bin": {
package/CHANGELOG.md DELETED
@@ -1,94 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.2.1] - 2024-03-29
4
-
5
- ### 📝 Documentation
6
-
7
- - **Improved README** - More professional documentation with reduced emojis
8
- - **Better Formatting** - Cleaner structure and more natural tone
9
- - **Enhanced Readability** - Less AI-generated appearance
10
-
11
- ## [1.2.0] - 2024-03-21
12
-
13
- ### 🎨 Major UI/UX Overhaul
14
-
15
- - **Redesigned Dashboard** - New "Command Center" interface with modern styling
16
- - **Mobile Optimization** - Complete mobile experience with responsive design
17
- - **Enhanced Navigation** - Streamlined top navigation with rounded buttons
18
- - **Improved Layout** - Wider containers for better content visibility
19
- - **Modern Header** - Dynamic header with live status indicators and gradient
20
- icons
21
-
22
- ### ☁️ Cloud-First Architecture
23
-
24
- - **No Backend Setup Required** - Fully cloud-hosted backend (always online)
25
- - **Simplified Installation** - Just install CLI and start using
26
- - **Production-Ready** - Backend runs on reliable cloud infrastructure
27
- - **Zero Configuration** - Works out of the box with cloud services
28
-
29
- ### 📱 Mobile Experience
30
-
31
- - **Mobile Command Input** - Dedicated command interface for mobile devices
32
- - **Touch-Optimized UI** - Perfect touch interactions and gestures
33
- - **Responsive Design** - Seamless experience across all screen sizes
34
- - **Mobile Menu** - Clean slide-down navigation menu
35
- - **Single Interface** - No duplicate elements, clean mobile layout
36
-
37
- ### ✨ Enhanced Features
38
-
39
- - **Improved File Transfer** - Better mobile support with download buttons
40
- - **Real-time Updates** - Faster system stats with 1-second intervals
41
- - **Better Animations** - Smooth framer-motion animations throughout
42
- - **Enhanced Security** - Improved authentication and connection handling
43
- - **Performance Boost** - Optimized rendering and data updates
44
-
45
- ### 🔧 Technical Improvements
46
-
47
- - **TypeScript Fixes** - Resolved all compilation errors
48
- - **Build Optimization** - Faster builds and better error handling
49
- - **Code Cleanup** - Removed duplicate code and improved structure
50
- - **Better Error Handling** - More informative error messages
51
- - **Improved Diagnostics** - Better debugging and monitoring
52
-
53
- ### 🚀 Developer Experience
54
-
55
- - **Updated Documentation** - Comprehensive README with examples
56
- - **Better CLI Help** - Improved command descriptions and usage
57
- - **Enhanced Keywords** - Better npm discoverability
58
- - **Modern Stack** - Latest React, Next.js, and Framer Motion
59
-
60
- ## [1.1.0] - 2024-03-14
61
-
62
- ### Added
63
-
64
- - Real-time system stats monitoring (CPU, Memory, Disk)
65
- - Improved CPU measurement accuracy for Windows using wmic
66
- - Platform detection sent immediately on connection
67
- - Better error logging with close codes and reasons
68
- - Auto-start status now loads automatically for authenticated devices
69
-
70
- ### Changed
71
-
72
- - Default backend URL now points to production (wss://vortix.onrender.com)
73
- - Reduced system stats measurement time from 1s to 500ms for faster response
74
- - System stats update interval changed from 3s to 1s for real-time feel
75
- - Removed verbose console logs for cleaner output
76
-
77
- ### Fixed
78
-
79
- - Fixed platform detection for AI command generation
80
- - Fixed WebSocket connection state tracking in dashboard
81
- - Fixed file transfer not showing files on initial load
82
- - Fixed auto-start toggle not reflecting correct state
83
- - Fixed "notepad" command on Windows (AI now generates correct commands)
84
- - Fixed system stats showing 0% in production
85
-
86
- ### Backend
87
-
88
- - Added HTTP server for health checks (/health endpoint)
89
- - Improved WebSocket upgrade handling for better cloud platform compatibility
90
- - Better error handling and connection stability
91
-
92
- ## [1.0.5] - Previous Release
93
-
94
- - Initial stable release