Releases: SYOP200/macwidget-studio
Mac Widget 0.1.x
🎉 macwidget-studio v1.0.0 - Initial Release
We're excited to announce the first official release of macwidget-studio! This is a major milestone bringing beautiful, customizable widgets to your macOS desktop.
📦 What's Included
This initial release provides a solid foundation for building and customizing macOS widgets with a modern tech stack.
✨ Core Features
- 🎨 Widget System - Flexible and extensible widget architecture
- ⚡ Lightning Fast Performance - Built with Vite for optimal speed
- 🎯 Modern UI - Beautiful interface powered by Tailwind CSS and shadcn-ui
- 🔧 Full TypeScript Support - Type-safe development experience
- 📱 Responsive Design - Adapts seamlessly to different screen sizes
- 🌙 Dark Mode Ready - Sleek dark theme support out of the box
🛠️ Technical Stack
| Technology | Version | Purpose |
|---|---|---|
| 18.x | UI Framework | |
| 5.x | Type Safety | |
| 5.x | Build Tool | |
| 3.x | Styling |
🙏 Acknowledgments
Built with love using:
- Lovable - Development platform
- shadcn-ui - UI components
- Lucide - Icon library
- The amazing open-source community
📞 Support
- 🐛 Report bugs via GitHub Issues
- 💬 Discussions in GitHub Discussions
- ⭐ Star this repo if you find it helpful!
🎊 What's Next?
Stay tuned for v1.1.0 with exciting new features:
- Additional widget templates
- Enhanced customization options
- Performance improvements
- Extended documentation
</p>
Full Changelog: Initial Release - v1.0.0
# 🎉 macwidget-studio v1.0.0 - Initial ReleaseWe're excited to announce the first official release of macwidget-studio! This is a major milestone bringing beautiful, customizable widgets to your macOS desktop.
📦 What's Included
This initial release provides a solid foundation for building and customizing macOS widgets with a modern tech stack.
✨ Core Features
- 🎨 Widget System - Flexible and extensible widget architecture
- ⚡ Lightning Fast Performance - Built with Vite for optimal speed
- 🎯 Modern UI - Beautiful interface powered by Tailwind CSS and shadcn-ui
- 🔧 Full TypeScript Support - Type-safe development experience
- 📱 Responsive Design - Adapts seamlessly to different screen sizes
- 🌙 Dark Mode Ready - Sleek dark theme support out of the box
🛠️ Technical Stack
| Technology | Version | Purpose |
|---|---|---|
| 18.x | UI Framework | |
| 5.x | Type Safety | |
| 5.x | Build Tool | |
| 3.x | Styling |
🚀 Getting Started
Prerequisites
Quick Installation
# Clone the repository
git clone https://github.com/SYOP200/macwidget-studio.git
# Navigate to project
cd macwidget-studio
# Switch to dev branch
git checkout dev
# Install dependencies
npm install
# Start the application
npm run devOr use our convenient launcher script:
chmod +x run.sh
./run.sh📊 Project Stats
📝 Available Scripts
| Command | Description |
|---|---|
npm run dev |
Start development server with hot-reload |
npm run build |
Create production build |
npm run preview |
Preview production build locally |
npm run lint |
Run code quality checks |
./run.sh |
Quick launcher with auto-setup |
📚 Documentation
- Installation Guide: Comprehensive setup instructions in [README.md](README.md)
- Troubleshooting: Common issues and solutions included
- Security Policy: See [SECURITY.md](SECURITY.md) for reporting vulnerabilities
🎯 Known Limitations
This is the initial release, and we're already working on improvements:
- Additional widget types coming in future releases
- Enhanced customization options planned
- Performance optimizations in progress
🤝 Contributing
We welcome contributions! Please see our contributing guidelines in the README.
🔐 Security
Found a security issue? Please review our [Security Policy](SECURITY.md) for responsible disclosure.
📦 Downloads
| Asset | Description | Size |
|---|---|---|
| Source Code (zip) | Complete source code archive | ~450 KB |
| Source Code (tar.gz) | Complete source code archive | ~420 KB |
🙏 Acknowledgments
Built with love using:
- [Lovable](https://lovable.dev/) - Development platform
- [shadcn-ui](https://ui.shadcn.com/) - UI components
- [Lucide](https://lucide.dev/) - Icon library
- The amazing open-source community
📞 Support
- 🐛 Report bugs via [GitHub Issues](https://github.com/SYOP200/macwidget-studio/issues)
- 💬 Discussions in [GitHub Discussions](https://github.com/SYOP200/macwidget-studio/discussions)
- ⭐ Star this repo if you find it helpful!
🎊 What's Next?
Stay tuned for v1.1.0 with exciting new features:
- Additional widget templates
- Enhanced customization options
- Performance improvements
- Extended documentation
What's Changed
- Bump vite from 5.4.19 to 5.4.21 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #3
- Create CONTRIBUTING.md by @SYOP200 in #5
- Create CODE_OF_CONDUCT.md by @SYOP200 in #4
New Contributors
- @dependabot[bot] made their first contribution in #3
- @SYOP200 made their first contribution in #5
Full Changelog: https://github.com/SYOP200/macwidget-studio/commits/MW.1.0.x