Skip to content

Releases: lsh2613/homebrew-devkin

🚀 v1.3.2

Choose a tag to compare

@lsh2613 lsh2613 released this 22 Jul 01:03

변경 사항

split pane과 HTML 미리보기의 크기 제약 및 드래그 동작을 안정화했습니다.

🐞 버그 수정

  • split pane이 툴바 너비를 벗어나거나 리사이즈 이후 잘못된 크기로 계산되던 문제를 수정했습니다.
  • split pane 툴바가 한 줄을 유지하도록 개선하고, HTML 미리보기 iframe을 가로지르는 드래그 동작을 보존했습니다.

설치 / 업그레이드

brew install --cask lsh2613/devkin/devkin     # 신규 설치
brew update && brew upgrade --cask devkin     # 업데이트

What's Changed

Stabilized split-pane sizing constraints and drag behavior in the HTML preview.

🐞 Bug Fixes

  • Fixed split panes exceeding toolbar widths or calculating incorrect bounds after resizing.
  • Kept split-pane toolbars on one line and preserved drag behavior across the HTML preview iframe.

Install / Upgrade

brew install --cask lsh2613/devkin/devkin     # fresh install
brew update && brew upgrade --cask devkin     # upgrade

🚀 v1.3.1

Choose a tag to compare

@lsh2613 lsh2613 released this 02 Jul 01:06

변경 사항

딥링크로 DevKin을 실행할 때 발생하던 시작 오류를 수정했습니다.

🐞 버그 수정

  • 앱이 꺼져 있는 상태에서 devkin://json 같은 딥링크로 열면 메인 프로세스 오류가 발생하던 문제를 수정했습니다.

설치 / 업그레이드

brew trust lsh2613/devkin && brew install --cask lsh2613/devkin/devkin   # 신규 설치
brew trust lsh2613/devkin && brew update && brew upgrade --cask devkin   # 업데이트

What's Changed

Fixed a startup error when opening DevKin from a deep link.

🐞 Bug Fixes

  • Fixed a main-process error that could occur when launching DevKin from a devkin://json style deep link while the app was closed.

Install / Upgrade

brew trust lsh2613/devkin && brew install --cask lsh2613/devkin/devkin   # fresh install
brew trust lsh2613/devkin && brew update && brew upgrade --cask devkin   # upgrade

🚀 v1.3.0

Choose a tag to compare

@lsh2613 lsh2613 released this 19 Jun 02:30

변경 사항

브라우저식 탭, 콘텐츠 검색(⌘F), 설정 페이지, 프리뷰 전용 모드가 추가된 대규모 업데이트입니다.

✨ 새로운 기능

  • : 한 창에서 여러 기능을 탭으로 열고, 드래그로 순서 변경·⌘T로 복제·키보드로 전환할 수 있습니다. 각 탭은 입력 내용을 따로 유지합니다.
  • 콘텐츠 검색 (⌘F): 입력·출력 패널 안에서 텍스트를 찾아 일치 항목을 강조합니다. JSON·JWT·SQL·정규식·텍스트 비교·Base64·마크다운/HTML 등 전반에서 지원합니다.
  • 설정 페이지: 톱니바퀴 버튼으로 여는 /settings에서 딥링크 동작을 켜고 끌 수 있습니다 — 딥링크를 새 탭으로 열기, 딥링크 클립보드 자동 채우기.
  • 프리뷰 전용 모드: 마크다운·HTML 프리뷰에서 입력 패널을 숨기고 결과만 넓게 보는 토글을 추가했습니다.

🐞 버그 수정

  • 기능 목록에서 마우스로 항목을 클릭한 뒤 ⌘1로 포커스를 옮겨도 테두리 하이라이트가 사라지던 문제를 수정했습니다.

설치 / 업그레이드

brew install --cask lsh2613/devkin/devkin     # 신규 설치
brew update && brew upgrade --cask devkin     # 업데이트

What's Changed

A major update adding browser-style tabs, in-pane content search (⌘F), a settings page, and a preview-only mode.

✨ New Features

  • Tabs: Open multiple tools as tabs in one window — reorder by drag, duplicate with ⌘T, and switch via keyboard. Each tab keeps its own input.
  • Content search (⌘F): Find and highlight text inside input/output panes, supported across JSON, JWT, SQL, Regex, Text Diff, Base64, Markdown/HTML, and more.
  • Settings page: A gear button opens /settings, where you can toggle deep-link behavior — open deep links in a new tab, and deep-link clipboard auto-fill.
  • Preview-only mode: Markdown and HTML previews gain a toggle that hides the input pane to show the rendered result full-width.

🐞 Bug Fixes

  • Fixed the feature-list focus highlight disappearing after clicking an item with the mouse and then moving focus with ⌘1.

Install / Upgrade

brew install --cask lsh2613/devkin/devkin     # fresh install
brew update && brew upgrade --cask devkin     # upgrade

🚀 v1.2.3

Choose a tag to compare

@lsh2613 lsh2613 released this 05 Jun 08:29

변경 사항

Time Converter의 사용성을 다듬고, 홈 화면의 Text Diff 딥링크 복사 오류를 바로잡았습니다.

🛠 개선

  • Time Converter의 Unix 시간 기본 단위를 ms로 변경하고, 단위 토글에서 ms 버튼을 s 앞에 배치했습니다.

🐞 버그 수정

  • 홈 화면 기능 목록에서 Text Diff의 딥링크가 devkin://undefined로 표시되어 복사되지 않던 문제를 수정했습니다. 이제 devkin://diff가 올바르게 표시·복사됩니다.

설치 / 업그레이드

brew install --cask lsh2613/devkin/devkin     # 신규 설치
brew update && brew upgrade --cask devkin     # 업데이트

What's Changed

Polished the Time Converter and fixed a broken Text Diff deep-link on the home screen.

🛠 Improvements

  • The Time Converter now defaults the Unix time unit to ms, and the unit toggle places ms before s.

🐞 Bug Fixes

  • Fixed the Text Diff entry in the home feature list showing devkin://undefined and failing to copy. It now correctly shows and copies devkin://diff.

Install / Upgrade

brew install --cask lsh2613/devkin/devkin     # fresh install
brew update && brew upgrade --cask devkin     # upgrade

🚀 v1.2.2

Choose a tag to compare

@lsh2613 lsh2613 released this 04 Jun 05:57

변경 사항

창을 닫은 뒤에도 딥링크로 앱이 다시 열리지 않던 문제를 해결했습니다.

🐞 버그 수정

  • 창을 Cmd+W로 닫아 백그라운드 상태가 된 뒤 devkin://<기능> 딥링크를 실행하면 앱이 다시 뜨지 않던 문제를 수정했습니다. 이제 창이 없을 때 딥링크를 받으면 창을 다시 띄우고 해당 기능 탭으로 이동합니다.

설치 / 업그레이드

brew install --cask lsh2613/devkin/devkin     # 신규 설치
brew update && brew upgrade --cask devkin     # 업데이트

What's Changed

Fixed deep links failing to reopen the app after the window was closed.

🐞 Bug Fixes

  • Fixed an issue where running a devkin://<feature> deep link did nothing once the window had been closed with Cmd+W (leaving the app in the background). The app now recreates its window on a deep link and navigates to the requested feature tab.

Install / Upgrade

brew install --cask lsh2613/devkin/devkin     # fresh install
brew update && brew upgrade --cask devkin     # upgrade

🚀 v1.2.1

Choose a tag to compare

@lsh2613 lsh2613 released this 25 May 08:11

변경 사항

홈 화면 단축키 안내에 표시되던 ⌘K 설명을 실제 동작에 맞게 수정했습니다.

🐞 버그 수정

  • 홈 치트시트의 ⌘K 설명이 이전의 "검색창으로 포커스 이동"으로 남아 있던 문제를 수정하여, 현재 동작인 "현재 기능의 입력 지우기"로 정확하게 안내합니다. (한국어/English 모두 적용)

설치 / 업그레이드

brew install --cask lsh2613/devkin/devkin     # 신규 설치
brew update && brew upgrade --cask devkin     # 업데이트

What's Changed

Corrected the ⌘K shortcut description shown on the Home cheatsheet so it matches the shortcut's current behavior.

🐞 Bug Fixes

  • The Home cheatsheet's ⌘K description still read "moves focus to the search box," carried over from the previous behavior. It now correctly reads "Clear current input." (applied in both Korean and English).

Install / Upgrade

brew install --cask lsh2613/devkin/devkin     # fresh install
brew update && brew upgrade --cask devkin     # upgrade

🚀 v1.2.0

Choose a tag to compare

@lsh2613 lsh2613 released this 24 May 15:22

변경 사항

모든 기능의 Clear 버튼과 단축키를 통일하고, 토글 옵션 스타일을 정리했으며, Sample 로딩 시 발생하던 undo 버그를 수정했습니다.

✨ 새로운 기능

  • 모든 기능에서 ⌘K 단축키로 입력 지우기 (Clear 버튼이 활성화된 상태에서). 검색창 포커스 단축키였던 ⌘K 가 이 동작으로 대체되었습니다.
  • 모든 기능 화면의 우측 상단에 Clear (⌘K) 버튼을 일관되게 배치.

🛠 개선

  • HTML Preview 의 Allow scripts, JSON Converter 의 Auto-fix, Text Inspector 의 Count whitespace, QR Converter 의 Wi-Fi Hidden network 토글을 Text Diff 의 토글 버튼 스타일과 동일하게 통일.

🐞 버그 수정

  • Sample 버튼을 누른 뒤 ⌘Z 로 되돌릴 수 없던 문제를 수정. 이제 Sample 로 불러온 내용을 일반 입력처럼 되돌릴 수 있습니다.

설치 / 업그레이드

brew install --cask lsh2613/devkin/devkin     # 신규 설치
brew update && brew upgrade --cask devkin     # 업데이트

What's Changed

Unified Clear button and shortcut across every feature, tidied up the toggle-option style, and fixed an undo bug after loading Sample.

✨ New Features

  • ⌘K now clears the current feature's input (while the Clear button is enabled) in every feature. It replaces the former sidebar-search focus shortcut.
  • Clear (⌘K) button is consistently placed at the top-right of every feature.

🛠 Improvements

  • The Allow scripts toggle in HTML Preview, Auto-fix in JSON Converter, Count whitespace in Text Inspector, and Wi-Fi Hidden network in QR Converter now use the same toggle-button style as Text Diff's toggles.

🐞 Bug Fixes

  • Fixed an issue where ⌘Z did nothing after pressing Sample. Sample-loaded content can now be undone like normal input.

Install / Upgrade

brew install --cask lsh2613/devkin/devkin     # fresh install
brew update && brew upgrade --cask devkin     # upgrade

🚀 v1.1.0

Choose a tag to compare

@lsh2613 lsh2613 released this 24 May 13:41

변경 사항

텍스트 Diff 기능 추가 및 사이드바 키보드 사용성 개선.

✨ 새로운 기능

  • 텍스트 Diff — 두 텍스트를 나란히 비교하며 단어 단위로 차이를 실시간 강조 표시합니다.

🛠 개선

  • 텍스트 인스펙터 — 샘플 텍스트 버튼 추가; 인코딩·공백 설정을 바꾸면 통계가 즉시 반영됩니다.
  • 사이드바 검색 — 기능 목록에서 타이핑하면 검색창에 바로 포커스되고, 검색창에서 방향키를 누르면 목록으로 자연스럽게 이동합니다.

🐞 버그 수정

  • 사이드바 옵션 메뉴 버튼의 툴팁이 의도치 않게 표시되던 문제를 수정했습니다.

📦 기타

  • 홈 화면에서 로고와 DevKin 이름이 한 줄에 바르게 표시되도록 수정했습니다.

설치 / 업그레이드

brew install --cask lsh2613/devkin/devkin     # 신규 설치
brew update && brew upgrade --cask devkin     # 업데이트

What's Changed

New Text Diff tool and improved sidebar keyboard navigation.

✨ New Features

  • Text Diff — Side-by-side live comparison with word-level difference highlighting.

🛠 Improvements

  • Text Inspector — Added a Sample text button; stats now update instantly when encoding or whitespace settings change.
  • Sidebar search — Typing in the feature list immediately focuses the search box; pressing arrow keys from the search box moves focus back into the list.

🐞 Bug Fixes

  • Fixed an unintended tooltip appearing on the sidebar options menu button.

📦 Miscellaneous

  • Fixed the logo and DevKin name not fitting on one line on the home screen.

Install / Upgrade

brew install --cask lsh2613/devkin/devkin     # fresh install
brew update && brew upgrade --cask devkin     # upgrade

🚀 v1.0.0

Choose a tag to compare

@lsh2613 lsh2613 released this 20 May 08:58
09c4a7c

변경사항

개발할 때 자주 쓰는 변환·검사 도구를 한 앱에 모은 macOS 툴박스 DevKin의 첫 공식 릴리즈입니다.

✨ 새로운 기능

  • JSON·Base64·JWT·SQL·Regex·Time·QR·Markdown/HTML 미리보기·Byte/Length/진법 변환·Text Inspector 등 개발 유틸리티 제공
  • 사이드바, devkin:// 딥링크, Raycast 익스텐션으로 원하는 도구에 즉시 접근
  • 모든 입력 영역에서 타이핑·붙여넣기·드래그앤드롭·파일 선택 지원
  • 기능별 크기 조절이 가능한 분할 화면, 다크 테마
  • 한국어 우선 UI (영어 지원)

설치 / 업그레이드

brew install --cask lsh2613/devkin/devkin   # 신규 설치
brew upgrade --cask devkin                  # 업데이트

What's Changed

This is the first official release of DevKin, a macOS toolbox that brings frequently used developer conversion and validation utilities into a single app.

✨ New Features

  • Includes developer utilities such as JSON, Base64, JWT, SQL, Regex, Time, QR, Markdown/HTML preview, Byte/Length/Base conversions, Text Inspector, and more
  • Quick access to any tool via the sidebar, devkin:// deep links, and the Raycast extension
  • Supports typing, pasting, drag & drop, and file selection across all input areas
  • Resizable split views per tool and a dark theme
  • Korean-first UI (with English support)

Install / Upgrade

brew install --cask lsh2613/devkin/devkin   # fresh install
brew upgrade --cask devkin                  # upgrade