Skip to content

Releases: t00m/MiAZ

v0.1.18

25 Jul 21:16
9038880

Choose a tag to compare

Bug fix releae (and minor UI enhancements)

v0.1.17-fix2

30 Jun 16:23
52a08bb

Choose a tag to compare

Fix release for v0.1.17

v0.1.17-fix1

30 Jun 05:45
0364829

Choose a tag to compare

Fix: Bad initialization prevented from enabling repositories

v0.1.17

29 Jun 19:37
fa55b5f

Choose a tag to compare

🚀 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

02 Jun 16:05
bb64359

Choose a tag to compare

✨ 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

11 May 08:02
9c179fe

Choose a tag to compare

🔧 Fixes

  • Fix wrong variable impeding properties to be enabled

v0.1.14: Merge pull request #138 from t00m/qua

10 May 09:39
bbe2ad2

Choose a tag to compare

✨ 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

08 May 21:38
d123b70

Choose a tag to compare

🧾 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

05 May 21:51
02a42c5

Choose a tag to compare

✨ 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

26 Apr 16:48
be222e7

Choose a tag to compare

Fix workspace update process