Skip to content

Releases: secondlook-hub/MFinder

MFinder v1.15

Choose a tag to compare

@secondlook-hub secondlook-hub released this 02 Jul 07:04

What's New

드래그앤드롭 덮어쓰기 확인

  • Dropping files where a same-named item exists now asks 덮어쓰기 / 건너뛰기 / 취소 per conflict — same dialog as clipboard paste (v1.14). Applies to drops onto the file list, onto folder rows, and onto sidebar tree folders.
  • Dropping multiple files with several conflicts? Check "남은 충돌 항목에도 모두 적용" to answer once for the rest. 취소 stops the remaining drops.
  • Dropping back into an item's own folder still duplicates on copy and stays a no-op on move (never prompts).

MFinder v1.14

Choose a tag to compare

@secondlook-hub secondlook-hub released this 02 Jul 01:54

What's New

테마 (설정 ⌘,)

  • Built-in 라이트 / 다크 themes. Switching also flips the system appearance (menus, dialogs, scroll bars) to match.
  • 커스텀 테마: 설정 → "새 테마 만들기…" opens an editor — name the theme, pick a light/dark base, and set 창 배경 · 바 배경 · 콘텐츠 배경 · 선택 강조 · 포인트 색상 · 텍스트 · 보조 텍스트. Saved themes persist across launches and can be edited or deleted.

폰트 크기

  • Base font size (10–18pt) for the details table, list/icon view modes, and the sidebar tree. Row heights scale with it.
  • Adjust via the 설정 slider or 보기 메뉴: 글자 크게 (⌘=) / 글자 작게 (⌘-) / 기본 크기 (⌘0).

붙여넣기 덮어쓰기 확인

  • Pasting where a same-named item exists now asks 덮어쓰기 / 건너뛰기 / 취소 per conflict instead of silently overwriting.
  • Multiple conflicts? Check "남은 충돌 항목에도 모두 적용" to answer once for the rest.
  • 취소 keeps the not-yet-pasted entries in the clipboard stack so you can paste them elsewhere. (Drag-and-drop behavior is unchanged.)

UI & 이름 바꾸기

  • The 탭 추가 (+) button now sits right next to the last tab (browser style) instead of the far right edge of the tab bar.
  • Inline rename now exits cleanly when focus leaves the app or window (Cmd+Tab, clicking another window) — typed changes are committed, untouched edits are cancelled. Previously the edit field stayed open.

MFinder v1.13

Choose a tag to compare

@secondlook-hub secondlook-hub released this 20 Jun 02:46

What's New

Smarter drag & drop and paste

Destination handling is now unified across the file table, sidebar tree, and clipboard paste:

  • Overwrite — Dropping or pasting a same-named item replaces the existing one instead of silently auto-renaming to (2).
  • Self-folder safety — Dropping or pasting an item back into its own folder duplicates it on copy, and is a no-op on move/cut. The source is never overwritten onto itself.
  • No stray rename mid-drag — Starting a drag now cancels the click-and-pause rename timer, so a queued rename can't pop open an edit field while you're dragging.

Explorer-style spring-loaded folders

Hovering a collapsed folder in the sidebar during a drag now waits ~1.2s before springing it open — matching Windows Explorer's dwell timing instead of AppKit's near-instant pop.

MFinder v1.12

Choose a tag to compare

@secondlook-hub secondlook-hub released this 24 May 01:33

What's New

  • 서버에 연결 (⌘K) — 이동 메뉴, 네트워크 사이드바 섹션의 우클릭, 또는 사이드바 트리의 "서버에 연결…" 행에서 Finder 스타일의 서버 연결 패널을 열 수 있습니다. smb://, afp://, ftp://, nfs://, WebDAV 등 시스템이 지원하는 모든 스킴을 그대로 받습니다.
  • NetFS 기반 마운트NetFSMountURLAsync를 통해 마운트하므로 자격 증명 시트, 키체인 저장, 볼륨 이름 부여 모두 macOS의 기본 동작을 따릅니다.
  • 네트워크 사이드바 섹션 활성화 — 최근 사용한 서버 + 현재 마운트된 원격 볼륨 + "서버에 연결…" 액션 행이 표시됩니다. 마운트된 서버 행을 클릭하면 마운트 위치로 이동, 우클릭하면 연결 / 연결 끊기 / 주소 복사 / 목록에서 제거 메뉴가 나옵니다.
  • 최근 서버 영구 저장 — UserDefaults에 저장되어 재실행 후에도 유지됩니다.

Fixes

  • 파일 자세히 보기에서 외부 파일 변경 직후 드롭 검증이 비어버린 행 인덱스를 참조해 크래시할 수 있던 가능성을 방어 코드로 차단했습니다 (FileTableView.validateDrop).

MFinder v1.11

Choose a tag to compare

@secondlook-hub secondlook-hub released this 24 May 01:00

What's New

  • 여러 창 사이에서 통합된 클립보드 스택 — 한 MFinder 창에서 멀티파일을 잘라내기/복사하면 다른 모든 MFinder 창에서도 그대로 붙여넣을 수 있습니다. 시스템 페이스트보드를 단일 소스로 사용하며, 커스텀 com.secondlook.MFinder.clipboard-stack 타입에 잘라내기/복사 플래그와 순서까지 함께 실려서 스택 의미가 그대로 유지됩니다.
  • 마우스 오른쪽 버튼 → "새로 만들기" 추가 — 자세히(NSTableView) 모드의 파일 행, 아이콘/리스트/타일/콘텐츠 모드의 파일 행, 사이드바 트리의 폴더 행에서 모두 "새로 만들기" 하위 메뉴를 제공합니다. 빈 영역을 굳이 찾을 필요 없이 어디서든 폴더 / 텍스트 / Markdown / RTF / Shell / HTML / JSON을 만들 수 있습니다.

Fixes

  • 두 개 이상의 MFinder 인스턴스가 떠 있을 때 멀티파일 복사가 다른 창에서 정상적으로 동작하지 않던 문제를 해결했습니다.

MFinder v1.10

Choose a tag to compare

@secondlook-hub secondlook-hub released this 19 May 02:08

What's New

  • Sidebar tree → 속성 — Right-click any folder in the sidebar (즐겨찾기 / 내 PC / nested folders) and pick 속성 to see its 만든 날짜, 수정한 날짜, and total size.
  • Folder size is enumerated in the background, so the dialog opens instantly with "계산 중…" and fills in the size when ready — usable even on huge trees.
  • Single-target by design: even when multiple sidebar rows are selected, 속성 always operates on the row you right-clicked, matching macOS's Get Info ergonomics.

Install

Download MFinder.dmg, open it, drag MFinder to Applications. Existing v1.9 users will see the auto-update prompt on next launch.

MFinder v1.9

Choose a tag to compare

@secondlook-hub secondlook-hub released this 17 May 00:32

What's New

  • Sidebar tree follows the active tab. Switching tabs (or opening a new one) now rebinds the tree to that tab's expansion state and selection. Previously the tree kept showing the originally-loaded tab's location even after you switched tabs.

Install

Download `MFinder.dmg` and drag MFinder to your Applications folder. Existing v1.8 users will be offered this update from inside the app on next launch.

Requires macOS 13.0 Ventura or later.

MFinder v1.8

Choose a tag to compare

@secondlook-hub secondlook-hub released this 16 May 11:53

What's New

  • Multi-select in the sidebar tree. Cmd-click and Shift-click multiple folders in the tree. Cmd+C / Cmd+X / ⌘⌫ from the keyboard, and right-click → 복사 / 잘라내기 / 휴지통으로 이동 / 즐겨찾기에 추가 / Finder에서 보기 / 경로 복사 / 바로 가기 만들기, all act on the entire selection.
  • Single-target actions (이름 바꾸기, 붙여넣기 (이 폴더 안으로), 접기/확장, 꺼내기) stay scoped to the right-clicked row even with multiple rows selected.
  • Multi-folder trash uses a single confirmation dialog ("N개 폴더를 휴지통으로 보내시겠습니까?") and reloads only the affected parents.
  • Extending the sidebar selection no longer drags the file list to whichever row was added last — currentURL only changes on a fresh single-row click.

Install

Download MFinder.dmg and drag MFinder to your Applications folder. Existing v1.7 users will be offered this update from inside the app on next launch.

Requires macOS 13.0 Ventura or later.

MFinder v1.7

Choose a tag to compare

@secondlook-hub secondlook-hub released this 16 May 11:20

What's New

  • RAR / 7z extraction via Bandizip fallback. When the standard CLI extractors (`unrar`, `unar`, `7z`) aren't installed but Bandizip.app is, MFinder hands the archive off to Bandizip instead of failing — so right-click → "여기에 압축 풀기" on a .rar now works on stock macOS as long as you have Bandizip.
  • "보내기 → Bandizip". The file context menu's 보내기 submenu now exposes a Bandizip entry when Bandizip.app is detected. Previously there was no menu path to send a file to Bandizip; that's why the original "반디집으로 보내기" was a dead end.
  • Clearer error text when neither a CLI extractor nor Bandizip is available — mentions Bandizip.app as an option alongside `brew install unar`.

Install

Download `MFinder.dmg` and drag MFinder to your Applications folder. Existing v1.6 users will be offered this update from inside the app on next launch.

Requires macOS 13.0 Ventura or later.

MFinder v1.6

Choose a tag to compare

@secondlook-hub secondlook-hub released this 16 May 11:08

What's New

  • Live volume list in the sidebar. Mounted DMGs, external drives, and network shares now show up under 내 PC the moment they mount, and disappear immediately when unmounted — no relaunch needed.
  • Eject from MFinder. Right-click a volume in the tree → 꺼내기 to unmount. If the currently-shown folder was on the ejected volume, MFinder navigates back to your home directory instead of leaving you on a dead path.

Install

Download MFinder.dmg and drag MFinder to your Applications folder. Existing v1.5 users will be offered this update from inside the app on next launch.

Requires macOS 13.0 Ventura or later.