-
v1.2.5 - 알람 시스템 단순화 Stable
released this
2026-02-28 09:12:55 +00:00 | 59 commits to main since this release변경사항
알람 시스템 단순화
- 기본 알람(legacy) 로직 완전 제거
- 알람 ID 체계 단순화: alarmDbId * 100 + dayOffset
- 예약 범위 축소: 오늘/내일만 예약
- 삭제된 알람이 울리는 문제 해결
개선사항
- AlarmSyncManager 즉시 반영 로직
- AlarmReceiver 강화: DB 검증 + 근무 조건 검증
- suspend 함수로 비동기 처리 개선
Full Changelog: https://git.webpluss.net/sanjeok77/ShiftRing/commits/v1.2.5
Downloads