Releases: Congthanhx1/AutoCadDevLoader
Release list
v2.0.5 - Interactive Status Dialog
When clicking 'Xem trạng thái' (View status) or running the DEVSTATUS command, the plugin information is now displayed in a pop-up alert dialog instead of silently printing to the AutoCAD command line. This makes it much more obvious and user-friendly.
v2.0.4 - Full Error Logging
Fixed an issue where some dependency conflict warnings or other internal loader warnings would only show in the UI but not actually write to the log file on disk. Now, all UI errors are automatically synchronized to the log file.
v2.0.3 - Quick Open Log File
Added an 'OPEN' (MỞ FILE) button next to the copy log button to quickly open the log file in notepad. Clicking the error message itself also opens the log file.
v2.0.2 - UI Layout Perfection
Removed the subtitle text under the main 'CAD DEV LOADER' header. This gives a much cleaner look and completely avoids any chance of text overlapping with the language and close buttons on high-DPI displays.
v2.0.1 - UI Overlap Fix
Fixes an issue where the title labels would overlap the window controls on high DPI screens. The 'About' (Giới thiệu) button has been moved inside the ⋯ (More) menu.
v2.0.0 - Modular Refactor & Auto-Show Panel
This release introduces a fully modular codebase for CadDevLoader, an 'i' info button, and auto-showing the panel upon NETLOAD. Includes bug fixes for UI overlapping and floating over external apps.
v1.0.0 - Initial Release
🚀 AutoCadDevLoader v1.0.0
Phiên bản đầu tiên của AutoCadDevLoader — công cụ hỗ trợ phát triển plugin AutoCAD .NET, ngăn AutoCAD lock file DLL khi rebuild.
✨ Tính năng
- 🔄 Non-locking reload qua temp file — rebuild không cần đóng AutoCAD
- 🔍 Auto-discovery lệnh qua [CommandMethod]
- 📋 Quick panel tìm kiếm lệnh với Favorites & Recent
- 👁️ File watcher — cảnh báo khi build mới sẵn sàng
- 🌐 Giao diện song ngữ (Tiếng Việt / English)
📦 File đính kèm
| File | Dành cho |
|---|---|
CadDevLoader.Net48.dll |
AutoCAD 2021–2024 (.NET Framework 4.8) |
⚠️ Net8 version (AutoCAD 2025–2026) cần build thủ công từ source. Xem hướng dẫn trong README.
📖 Hướng dẫn cài đặt
- Tải
CadDevLoader.Net48.dll - Trong AutoCAD, gõ lệnh
NETLOAD - Chọn file DLL vừa tải
- Gõ
DEVLOADđể load plugin đầu tiên
🔧 Lệnh AutoCAD
| Lệnh | Chức năng |
|---|---|
DEVSHOW |
Mở quick panel tìm kiếm lệnh |
DEVLOAD |
Load DLL plugin mới |
DEVRELOAD |
Reload DLL đang active |
DEVLIST |
Liệt kê các lệnh đã khám phá |
DEVRUN |
Chạy một lệnh cụ thể |
DEVSTATUS |
Xem trạng thái loader và cache paths |