Releases: t00m/MiAZ
Releases · t00m/MiAZ
v0.1.18
v0.1.17-fix2
Fix release for v0.1.17
v0.1.17-fix1
Fix: Bad initialization prevented from enabling repositories
v0.1.17
🚀 Features
Watcher
- Set 2s timeout for all repositories (remote/local)
- Watcher now monitors files correctly when active
Repository managemnet
- New utility methods to detect remote/local paths
- Workflow module now shows repository load errors
Plugins
- New plugin categories and translation templates
- Async file importing capability
- Bulk file deletion performance improvements
- Dynamic plugin info extraction from Python modules
- Removed deprecated filechooser module
- Plugin system refactored for translations
Workspace
- Workspace performance enhancements
🐛 Bug Fixes
- Fixed plugin dialog messages
- Corrected workspace update signals
- Fixed duplicate widget names
- Improved watcher activation logic
- Plugin menu item creation fixes
- Repository detection improvements
- Sidebar visibility fixes
- Moved plugin button to left headerbar
- Fixed workspace view counters
- Improved tooltip translations
- Plugin configuration visibility fixes
- Pending documents toggle visibility
📦 Build & Maintenance
- Added environment scripts
- New icon cache management scripts
- Translation helper scripts
- Plugin definition generation tools
- I18n infrastructure
♻️ Refactoring
- Removed unused imports
- Service loading improvements
- Warning message cleanups
- Plugin renamed (ImportFromDirectory → AddFromDir)
- Duplicate code removal
v0.1.16
✨ Features
- 
Workspace Enhancements: - New column for document extensions in ColumnView
- Ellipsis and tooltips added to document fields
- Country column enabled (text format)
- Selector toolbar revamped
- Restored item.id availability
 
- 
Plugin System: 
 -New methods to get/set plugin status (prevents reloads)
 -User plugin (un)installation from ZIP files
 -Decoupling of Project Management plugin from core
🛠 Fixes
- Plugin settings dialog (workaround)
- Prevent duplicate plugins-updated signals
- Sidebar dropdowns filter updates on config changes
- Simplified and corrected filtering logic
- Disabled incorrect plugin toolbar sensitivity code
- System plugins optimized to avoid multiple loads
- Detect if there is only one repository active and set it as default
v0.1.14-fix1: Merge pull request #141 from t00m/qua
🔧 Fixes
- Fix wrong variable impeding properties to be enabled
v0.1.14: Merge pull request #138 from t00m/qua
✨ Features
- Add confirmation/error/warning dialogs for Selector operations
- Add custom tooltips for enable/disable buttons (based on item types)
- Move "Available/In Use" titles to columnview header Fixes
🔧 Fixes
- Fix plugin downloads by using correct URL variable
v0.1.13
🧾 Pull Request Summary (v0.1.13)
✨ Features
- MiAZDialog improvements:
- Simplified dialog creation with new helper methods.
- Download progress is now shown in a Banner instead of a Dialog.
- Added a non-blocking plugin download process for better responsiveness.
- Added helper methods to locate widgets.
 
🔧 Fixes
- Automatically restarts the application when the default plugin repository is changed.
- Fix a bug impeding the creation of new repositories
📚 Documentation
- Ensures docs are properly distributed during installation.
v0.1.12
✨ Features
- Display plugin info in dialogs
- Add (commented) code for future action on plugin selection
- New dialog response type 'close' for MiAZDialog
- Enable search box by default + descriptive titles for add/remove buttons
- Improve MiAZPlugin class + plugin adaptations
🔧 Refactors
- Disable unused "Aspect" preference page in settings
- Reorder imports in settings module
- Remove unnecessary debug logs
- Comment unused MiAZColumnViewGroup code
- Disable noisy debug messages
🐛 Fixes
- Fix debug message format errors
🛠️ Chores
- Add Flatpak uninstall script
⬆️ Updates
- Migrate pluginsystem module to a new path, under desktop.services
v0.1.10-fix1
Fix workspace update process