Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Releases: potatosalad775/eqTrainer_Legacy

v1.1.0

15 Jul 17:51
Compare
Choose a tag to compare

Changes

  • Removed 'QUERY_ALL_PACKAGES' Permission to comply with latest Google Play Store's Privacy Policy.
  • Updated Flutter Packages

Unfortunately from this version, iOS iPA build will not be provided until further notice. I had to return Macbook back to University. Sorry!


변경사항

  • 구글 플레이스토어의 최신 개인정보 보호 정책에 따르기 위해 'QUERY_ALL_PACKAGES' 권한을 삭제했습니다.
  • 이에 맞춰 일부 Flutter 패키지가 업데이트되었습니다.

안타깝지만, 개발에 사용해왔던 Macbook을 대학에 반납하게 되면서 이번 버전부터는 추후 안내가 있을때까지 iOS iPA 빌드는 제공되지 않을 예정입니다.

v1.0.4

02 Mar 05:42
7f931a7
Compare
Choose a tag to compare

iOS Support Added!

  • eqTrainer now supports iOS. You need to sign eqTrainer by yourself. Recommended to use AltStore.

Changes

  • Playlist File system has changed to support iOS. Even if you are using eqTrainer on Android, You MUST Remove entire playlist and add it again - after updating eqTrainer. Sorry for inconvenience again.
  • Bug Fix: Fixed the bug that Several devices with Android 11 and up was not receiving Update alert.

iOS 지원 추가

변경사항

  • iOS 지원을 위해 플레이리스트 파일 시스템에 일부 변경 사항이 있습니다. 안드로이드 사용자도 앱을 업데이트 한 뒤에는 플레이리스트 완전 삭제 후 곡 재등록이 필요합니다. 불편을 드려 죄송합니다.
  • 버그 수정: 안드로이드 11 이상 버전에서 업데이트 알림창이 제대로 뜨지 않는 문제를 수정했습니다.

v1.0.3

22 Feb 17:03
Compare
Choose a tag to compare
  • Bug Fix: Session Loading Screen was not properly shown since Migration to FFmpegKit.
  • Bug Fix: Last graph was not evenly assigned as an answer for Session
  • New Feature: 'Wipe Cache' feature added. Cache will greatly shorten session preparation time. recommended not to wipe cache unless you really need to.
  • Structure Change: Revamped File and Cache System to greatly reduce time required for each session. - Recommended to REMOVE Cache and entire playlist, and remake a new one. Sorry for Inconvenience.
  • Structure Change: FFmpeg will now lower the audio clip's volume prior to every session - to prevent audio clipping by eq filters.

  • 버그 수정: FFmpegKit로의 이전 이후 세션 로딩 스크린이 제대로 뜨지 않던 문제 수정.
  • 버그 수정: 일정 확률로 마지막 그래프가 세션 정답이 되지 않던 문제 수정.
  • 새로운 기능: '캐시 삭제하기' 기능 추가. 캐시 파일은 세션 준비 시간을 크게 단축하는데 도움이 됩니다. 필요한 경우가 아니면 삭제하지 않는 것을 권장합니다.
  • 구조 변경: 세션 준비 시간 단축을 위해 파일 및 캐시 시스템을 개선했습니다. - 원활한 작동을 위해 업데이트 이후 플레이리스트와 캐시를 모두 삭제한 뒤 플레이리스트를 다시 추가할 것을 권장합니다. 불편을 드려 죄송합니다.
  • 구조 변경: EQ 필터를 적용했을 때 클리핑 현상이 발생하지 않도록 FFmpeg가 세션 시작 전 볼륨을 조절합니다.

v1.0.1

19 Feb 11:54
Compare
Choose a tag to compare

Implemented New UpdateService Feature.
If eqTrainer is not downloaded from Play Store, it will now check for the new version directly from Github Release and notice user.

v1.0.0 - Initial Release

19 Feb 06:01
Compare
Choose a tag to compare

Migrated discontinued Flutter_ffmpeg to FFmpegKit.
Bug Fix