chore: gitattributes, CI cache, changelog unreleased, ikon 256px (934KB->68KB)
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
* text=auto eol=lf
|
||||||
|
*.png binary
|
||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Install Linux dependencies
|
- name: Install Linux dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -52,6 +53,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|||||||
15
CHANGELOG.md
15
CHANGELOG.md
@@ -2,6 +2,21 @@
|
|||||||
|
|
||||||
All notable changes to imajViewer are documented in this file.
|
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
|
## [1.1.0] - 2026-08-06
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
BIN
imajviewer.png
BIN
imajviewer.png
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 |
Reference in New Issue
Block a user