Releases: karthik-minnikanti/devbench-kit
Releases · karthik-minnikanti/devbench-kit
DevBench 0.1.10
Full Changelog: v0.1.9...v0.1.10
DevBench 0.1.9
Full Changelog: v0.1.8...v0.1.9
DevBench 0.1.8
Full Changelog: v0.1.7...v0.1.8
DevBench 0.1.7
Full Changelog: v0.1.6...v0.1.7
DevBench 0.1.6
Full Changelog: v0.1.5...v0.1.6
DevBench 0.1.5
Full Changelog: v0.1.4...v0.1.5
DevBench 0.1.4
Full Changelog: v0.1.3...v0.1.4
DevBench 0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.1
What's Changed
- Improved API client and Notes by @karthik-minnikanti in #1
New Contributors
- @karthik-minnikanti made their first contribution in #1
Full Changelog: 0.1...v0.1.1
0.1
Version 0.1 - Initial Release
Release Date: January 2025
We're excited to announce the initial release of DevBench! This is the first public release of our comprehensive desktop application for developers.
🎉 What's New
API Client
- Postman-like Interface: Full-featured REST API testing tool
- Request Management: Create, save, and organize API requests in folders
- Multiple HTTP Methods: Support for GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD
- Response Views: Preview, Raw, and Headers view modes
- Import Support: Import cURL commands and Swagger/Postman collections
- Search & Organization: Real-time search and folder-based organization
- Individual File Storage: Each request saved as a separate JSON file for Git sync
Daily Planner
- Task Management: Create, edit, and delete tasks with status tracking
- Time Blocking: Schedule tasks in time blocks
- Work Modes: Deep Work, Meetings, Collaboration, Learning, Review
- Analytics & Insights: Task completion statistics and productivity metrics
- Week View: Overview of the entire week with task distribution
- Habit Tracking: Create and track daily habits with streak calculation
- Daily Reflections: Capture thoughts and carry forward incomplete tasks
JavaScript Runner
- Execute JavaScript code in a sandboxed environment
- Real-time code execution with output display
- Support for modern JavaScript features
Notes
- Rich Text Editor: BlockNote-based editor with full formatting support
- Auto-save: Automatic saving with Git sync
- UUID-based Naming: Unique identifiers for all notes
- Search & Filter: Find notes quickly with date-grouped organization
- Conflict-free Editing: Individual file storage prevents merge conflicts
Drawing (Excalidraw)
- Create beautiful diagrams and sketches
- Full Excalidraw integration
- Export functionality
- Auto-save with Git sync
UML Editor
- Create UML diagrams using Mermaid syntax
- Monaco Editor with syntax highlighting
- Live preview
- Export to PNG
- Support for sequence diagrams, flowcharts, class diagrams, and more
🚀 Key Features
- Cross-platform: Available for macOS, Windows, and Linux
- Git Integration: All data automatically synced with Git repositories
- Offline First: Works completely offline
- Modern UI: Clean, intuitive interface with consistent theming
- Fast & Responsive: Built with Electron and React for optimal performance
📦 Installation
macOS
- Download
DevBench-1.0.0.dmg(Intel) orDevBench-1.0.0-arm64.dmg(Apple Silicon) - Note: Since the app is not code-signed, you'll need to allow Gatekeeper:
- Right-click on DevBench in Applications and select "Open"
- Click "Open" in the security dialog
Windows
- Download
DevBench Setup 1.0.0.exefor installation - Or
DevBench 1.0.0.exefor portable version
Linux
- AppImage:
DevBench-1.0.0.AppImage(x64) orDevBench-1.0.0-arm64.AppImage - Debian/Ubuntu:
devbench-desktop_1.0.0_amd64.debordevbench-desktop_1.0.0_arm64.deb
🔧 Setup Requirements
- Git: Required for data synchronization
- Node.js: Not required (bundled with the application)
📝 Known Issues
- Native module rebuilding may fail on some systems (build process skips this by default)
- Some TypeScript type errors may appear but don't affect functionality
- macOS builds are not code-signed (Gatekeeper bypass required)
🙏 Acknowledgments
Thank you for trying DevBench! We're committed to making this the best developer productivity tool. Your feedback and contributions are welcome.
📚 Documentation
- Full documentation available in README.md
- For issues and feature requests, please visit our GitHub repository
🔗 Links
- Homepage: https://devbench.in
- License: MIT License
- Contact: contact@devbench.in
Note: This is the initial release. We're actively working on improvements and new features. Stay tuned for updates!