chore: gitattributes, CI cache, changelog unreleased, ikon 256px (934KB->68KB)
Some checks failed
Build & Release / build-linux (push) Has been cancelled
Build & Release / build-windows (push) Has been cancelled
Build & Release / create-release (push) Has been cancelled

This commit is contained in:
Alhan
2026-08-07 00:19:36 +03:00
parent 504d84f6f6
commit 714c4c998e
5 changed files with 19 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
* text=auto eol=lf
*.png binary

View File

@@ -16,6 +16,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- name: Install Linux dependencies
run: |
@@ -52,6 +53,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- name: Get dependencies
run: flutter pub get

View File

@@ -2,6 +2,21 @@
All notable changes to imajViewer are documented in this file.
## [Unreleased]
### Added
- Internationalization: Turkish + English, auto-detected from system locale
- Zoom decodes at original resolution while zooming in (crisp details)
- Max zoom increased to 20x
### Fixed
- Black screen flash during zoom (gapless playback)
### Changed
- App ID `com.example.imajviewer``com.softmediadesign.imajviewer`
- CI now runs `flutter analyze` and `flutter test` on every push
- `pubspec.yaml` description in English (open-source ready)
## [1.1.0] - 2026-08-06
### Fixed

Binary file not shown.

Before

Width:  |  Height:  |  Size: 912 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 912 KiB

After

Width:  |  Height:  |  Size: 68 KiB