Releases: anears/Artiview
Releases · anears/Artiview
Release list
Artiview v0.3.1
Patch release: fix the recent view being reordered by a global sort choice made in another view (#14).
Artiview v0.3.0
The first cross-platform release: Artiview now ships for macOS, Windows and Linux.
Highlights
- Windows & Linux builds — new and lightly tested; please report issues. (macOS remains Apple Silicon only.)
- English-first UI — English by default, Korean picked up automatically from the system language; both can be forced in Settings.
- Auto-refreshing library — registered local folders are watched natively; new or rewritten agent output appears within seconds, no manual rescan.
- Settings — language and light/dark theme (auto follows the system), applied on confirm. Grid/list layout and sort choice are remembered across runs.
- Docs & licensing — MIT license, user-guide READMEs (EN/KO) with a demo GIF.
Install
| Platform | File |
|---|---|
| macOS (Apple Silicon) | Artiview_0.3.0_aarch64.dmg — unsigned: right-click → Open on first launch |
| Windows | Artiview_0.3.0_x64-setup.exe or .msi — SmartScreen: "More info → Run anyway" |
| Linux | .AppImage (chmod +x), .deb, or .rpm |
Known limitations
SSH host keys are not yet verified against known_hosts; SSH passwords are kept in memory only and re-entered after a restart. See the README for details.
Full changelog: v0.2.0...v0.3.0
Artiview v0.2.0
Artiview v0.2.0
에이전트 산출물(HTML·Markdown) 뷰어의 첫 태그 릴리즈입니다.
✨ 새 기능
- SSH/SFTP 원격 폴더 (#6) — 사이드바 🌐 버튼으로 서버 폴더(
user@host:/path또는~/.ssh/config별칭)를 등록하면 로컬 폴더처럼 스캔·전문검색·썸네일·뷰어가 동작합니다.- 인증: ssh-agent · 기본 키 ·
.pem키 파일 · 비밀번호 (비밀번호는 메모리에만 보관, 디스크 저장 안 함) - 원격 경로 입력 시 하위 폴더 자동완성 (Tab 완성, ↑↓ 선택)
- 원격 HTML 안의 상대경로 이미지·CSS도 정상 로드
- 인증: ssh-agent · 기본 키 ·
- 문서 내 검색 (#2) — 뷰어에서 ⌘/Ctrl+F로 현재 문서 텍스트 검색·하이라이트
- 없어진 파일 처리 (#4) — 이동·삭제된 파일을 배지로 표시하고 안전하게 정리
🛠 안정성·보안
- 뷰어/썸네일 iframe을 앱 오리진에서 격리 (#3)
- 데이터 손실 경로 수정 (#5): 연결 끊긴 드라이브 재스캔 시 라이브러리 보존, 오류 종류별 구분된 복구 UI, 재시도 버튼 등 15건
📦 설치 (macOS, Apple Silicon)
Artiview_0.2.0_aarch64.dmg다운로드 후 열기- Artiview.app을 Applications로 드래그
- 서명되지 않은 앱이므로 첫 실행 시 우클릭 → 열기 (또는 시스템 설정 → 개인정보 보호 및 보안에서 허용)
⚠️ 알려진 제한
- SSH host key를 아직
known_hosts와 대조하지 않습니다 — 신뢰할 수 있는 내부망에서 사용하세요 - SSH 비밀번호는 앱 재시작 시 다시 입력해야 합니다 (Keychain 연동 예정)
- 원격 파일 읽기는 50MB 제한
🤖 Generated with Claude Code