Skip to content

Releases: appledragon/everythingByMdfind

v1.4.2

24 Mar 15:36

Choose a tag to compare

Changelog: v1.4.1 → v1.4.2

✨ New Features

  • Spotlight Metadata Viewer — New "📝 Spotlight Metadata" option in the file context menu. Runs mdls on selected files and shows results in a styled read-only dialog with dark-mode support, copy-to-clipboard, and error/timeout handling.
  • Recent File Bookmarks — Added three quick-access bookmarks under the Bookmarks menu:
    • 🕐 Recent 24 Hours
    • 📅 Recent 7 Days
    • 📆 Recent 30 Days
  • VS Code-style Search Toggle Buttons — Replaced the three checkboxes (Search by File Name, Match Case, Full Match) with compact toggle icon buttons (Fn, Aa, "") embedded inside the search input field, with tooltips on hover.

🎨 UI / UX Improvements

  • Search container styling — Search input now has an integrated container with focus border highlighting (accent color on focus), matching modern IDE search box design.
  • Export Format Dialog refactored — Export format options now use a data-driven loop with unified tooltip and description layout, reducing code duplication.
  • Dialog stylesheet consolidation — Extracted get_dialog_stylesheet() utility function for consistent dark/light mode dialog styling across all dialogs.
  • QLineEdit context menus — All text input fields now have custom right-click context menus.
  • Tooltip style improvementsBeautifulToolTip now supports parameterized dark/light styling via setup_style(dark=...).

v1.4.1

13 Jan 06:04

Choose a tag to compare

Refactor file handling and enhance image loading in MdfindApp for improved performance and UI responsiveness

v1.4.0 Disk Space Analysis

01 Dec 08:06
4ced8e8

Choose a tag to compare

Disk Space Analysis: Analyze disk space usage for any directory:
* One-click home directory space analysis
* Interactive bar chart visualization showing top space-consuming folders
* Right-click on any folder in search results to analyze its space usage
* Double-click chart bars to drill down into subdirectories for detailed analysis
* Visual breakdown of subdirectory sizes with color-coded charts
* Automatic sorting by size to identify the largest folders

v1.3.7

03 Nov 07:55

Choose a tag to compare

Add tab pinning, persistence, and UI refinements

v1.3.6

18 Sep 11:50

Choose a tag to compare

Everything by mdfind v1.3.6 Release Notes

🎨 Major Theme System Overhaul
New Theme Options
🌃 Tokyo Night - Popular deep blue-purple theme with eye-friendly design
⛈️ Tokyo Night Storm - Darker variant of Tokyo Night theme
🏮 Chinolor Dark - Chinese traditional color dark theme with ink and jade aesthetics
🏯 Chinolor Light - Chinese traditional color light theme with elegant paper-white background

📤 Export System Complete Redesign
Multi-Format Export Support
📄 JSON - Structured data with metadata, timestamps, and detailed file information
📊 Excel - Professional spreadsheets with auto-formatted columns and styling
🌐 HTML - Interactive web pages with statistics overview and modern responsive design
📝 Markdown - GitHub-style tables perfect for documentation and wikis
📋 CSV - Legacy format maintained for backward compatibility

🎯 UI/UX Major Enhancements

📱 User Experience Improvements

v1.3.5

03 Sep 04:42

Choose a tag to compare

Fill query box with tab-specific search parameters when switching tabs

v1.3.4

01 Sep 05:12

Choose a tag to compare

add Close All Tabs

v1.3.3

18 Aug 12:18

Choose a tag to compare

feat: Update version to 1.3.3 and add ZIP compression functionality w…

v1.3.2

29 Jul 05:23

Choose a tag to compare

feat: Update version to 1.3.2 and add refresh functionality to search

v1.3.1

28 Jul 06:44

Choose a tag to compare

feat: Update version to 1.3.1 and add safety checks for tree widget v…