Skip to content

Sentory 2.0.5

Choose a tag to compare

@NudeNyang NudeNyang released this 04 Aug 16:48
· 27 commits to main since this release

Sentory 2.0.5

Sentory 2.0.5에 Tauri 전환 과정에서 빠졌던 자동 업데이트 기능을 되살렸습니다.
GitHub판은 새 버전을 알아서 확인하고 PC 환경에 알맞은 파일을 내려받습니다.
검증을 통과한 파일은 앱 안에서 바로 설치할 수 있습니다. 기존 보관함과 설정은
업데이트 후에도 그대로 남습니다.

자동 업데이트

앱을 켠 지 6초가 지나면 첫 업데이트 확인을 시작합니다. 이후 GitHub Releases를
확인하는 간격은 6시간입니다. 바로 확인하고 싶을 때는 설정에서 지금 확인
누르면 됩니다.

새 버전을 찾으면 PC 아키텍처가 x64인지 ARM64인지, 현재 앱이 설치형인지
포터블인지 구분해 패키지를 고릅니다. 다운로드는 임시 폴더에서 진행합니다.
GitHub Release의 SHA-256 값이나 함께 올린 .sha256 파일과 일치해야 설치 버튼이
나타납니다.

설치를 누르면 Sentory가 종료되고 업데이트가 시작됩니다. 설치형은 기존 설치
위치에 새 버전을 설치하며, 포터블은 현재 폴더의 실행 파일을 바꿉니다. 마치면
Sentory가 자동으로 다시 열립니다.

Microsoft Store판은 이전처럼 Store에서 업데이트하며, 앱에는 GitHub 업데이트
기능이 나오지 않습니다.

2.0.4 사용자 안내

2.0.4에는 자동 설치 기능이 없습니다. 이번에는 GitHub Release에서 2.0.5 설치형이나
포터블 파일을 직접 받아야 합니다. 2.0.5로 한 번 올리면 다음 정식 버전부터 앱
안에서 내려받고 설치할 수 있습니다.

다운로드

사용 환경 설치형 포터블
Intel·AMD Windows PC Sentory-win-x64-setup.exe Sentory-win-x64-portable.zip
Windows on ARM PC Sentory-win-arm64-setup.exe Sentory-win-arm64-portable.zip

현재 실행 파일과 설치 프로그램은 코드 서명을 받지 않았습니다. Windows에서 알 수
없는 게시자나 SmartScreen 경고가 나타날 수 있습니다. 공식 Release에서 받은
파일인지 확인하고, 필요하면 함께 제공되는 .sha256 파일과 비교해 주세요. 소스는
Sentory-2.0.5-source.zipv2.0.5 태그에서 받을 수 있습니다.


English

Sentory 2.0.5 restores automatic updates that were missing after the Tauri migration.
GitHub builds now check for stable releases after startup and every six hours, download
the package matching the current architecture and installation type, and verify its
SHA-256 value before enabling installation.

Installing an update closes Sentory, replaces the installed or portable application
files, and starts Sentory again. Microsoft Store builds continue to receive updates
through the Store and do not expose the GitHub update controls.

Sentory 2.0.4 cannot install this update automatically. Download and install 2.0.5 once
from this Release; later stable versions can then be downloaded and installed inside
the app.

The Release includes x64 and ARM64 installers and portable packages. The files are not
code-signed, so Windows may show an Unknown Publisher or SmartScreen warning. Use the
accompanying SHA-256 files to verify downloads when needed.