Skip to content

Releases: AtaCanYmc/IstakaUstasi

istaka-ustasi-frontend: v1.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:53
e8a3a16

1.3.0 (2026-07-21)

Features

  • add backend waking toast and implement backend readiness check in app (13959a5)
  • add localization support for Roboflow guide and steps in translations (874bf2d)
  • add robots.txt, humans.txt, and llm.txt to public frontend resources (2bb6ed4)
  • enhance strategy selector with additional algorithms and localization support (3838c2e)
  • implement backend dynamic localization for error messages based on Accept-Language header (8a11727)
  • implement global authentication failure handling and automatic logout (af91b30)
  • update favicon.svg and add site.webmanifest for PWA support (c3104fd)
  • update README with enhanced project overview, features, and architecture details (1601176)
  • user profile settings section to allow updating username (ddd5a1f)
  • user-defined custom Roboflow API keys for unlimited vision scanning (2d97422)

Bug Fixes

  • change page title in index.html to Istaka Ustası (f2c1722)
  • change PWA manifest filename to site.webmanifest (bffe2ef)
  • pass allow_one_after and strategy to vision solve endpoint and background tasks (fc25e62)

istaka-ustasi-backend: v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 19:03
d0a43b0

0.6.0 (2026-07-21)

Features

  • expand strategy options in ArrangeRequestCustom and update documentation (34a7b59)

istaka-ustasi-backend: v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:53
e8a3a16

0.5.0 (2026-07-21)

Features

  • add user custom key check and update vision processing tests (398080d)
  • encrypt user Roboflow API keys before storing in database using Fernet AES-128/256 (a0079c0)
  • enforce user custom Roboflow API keys for all vision processing operations (4ff16d6)
  • implement backend dynamic localization for error messages based on Accept-Language header (8a11727)
  • implement user-friendly error parsing for Roboflow API responses (79e2b85)
  • update README with enhanced project overview, features, and architecture details (1601176)
  • user profile settings section to allow updating username (ddd5a1f)
  • user-defined custom Roboflow API keys for unlimited vision scanning (2d97422)

Bug Fixes

  • allow github pages origin in CORS configuration (54f67c4)
  • pass allow_one_after and strategy to vision solve endpoint and background tasks (fc25e62)

istaka-ustasi-frontend: v1.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:42
bd19f90

1.2.0 (2026-07-19)

Features

  • add allowOneAfter checkbox to configure circular 12-13-1 runs (1798d9a)
  • display total melds score directly underneath the board rack (37706ed)

Bug Fixes

  • add selectedFile state to manage file uploads in VisionUpload component (c0a3f7a)
  • update npm install command to use legacy-peer-deps option (02a14f9)

istaka-ustasi-backend: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:42
bd19f90

0.4.0 (2026-07-19)

Features

  • add allowOneAfter checkbox to configure circular 12-13-1 runs (1798d9a)
  • monkeypatch OkeyRuleValidator to support dynamic allow_one_after configuration (485e97e)

Bug Fixes

  • monkeypatch InferenceHTTPClient.run_workflow to support both image and images parameter maps (c256b50)
  • update OKEY_RF_API_URL in .env.example to point to the correct server (78f0494)

istaka-ustasi-frontend: v1.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 22:29
56c317b

1.1.0 (2026-07-18)

Features

  • Add Docker configuration with Dockerfile, nginx setup, and Docker Compose for frontend and backend services (c87ee65)
  • Add functionality to generate a random hand of tiles and update translations (c8d4f9a)
  • Add initial project structure with core components and configuration files (f8b80c0)
  • Enhance authentication and image validation with token verification and file signature checks (11c75d0)
  • Enhance mobile optimization with safe-area classes and improve user profile caching (69e43c0)
  • Implement job processing for image extraction and solving with background tasks (efe40ee)
  • Implement theme and localization support with language toggle and translations (6135c99)
  • Revise README to enhance project overview, structure, and setup instructions (07d1f66)
  • Update error messages for solving tiles with localization support (566e357)

Bug Fixes

  • make language selector dropdown tap-controlled for mobile screens (b693de2)

istaka-ustasi-frontend: v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 12:53
9492a9b

1.0.0 (2026-07-18)

Features

  • Add initial project structure with core components and configuration files (f8b80c0)
  • Revise README to enhance project overview, structure, and setup instructions (07d1f66)

istaka-ustasi-backend: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 22:29
56c317b

0.3.0 (2026-07-18)

Features

  • Add authentication and user quota management with Supabase integration (4dccb1f)
  • Add core package, models, and custom exception handling (31cad95)
  • Add Docker support with Dockerfile and docker-compose configuration (0556c5c)
  • Add email-validator dependency to requirements (cbbccea)
  • Add pytest configuration for setting the pythonpath (eb95145)
  • Add solver quota management to user profiles and initialization (c7e0710)
  • Add user quota management with initial setup and update functionality (87daf7e)
  • Enhance authentication and image validation with token verification and file signature checks (11c75d0)
  • Enhance user management with database integration and metadata support (f87cd12)
  • Implement authentication endpoints for user signup and login (5fb2ec1)
  • Implement job processing for image extraction and solving with background tasks (efe40ee)
  • Implement logging service and update exception handling (28c7e46)
  • Organize project structure by adding init.py and updating imports in main.py and Dockerfile (b752457)
  • Refactor authentication and user quota management with database integration (ac5c010)
  • Refactor project structure to use src directory for imports (0d5f5e1)
  • Update imports and Dockerfile for improved project structure (a941331)
  • Update initial solver quota to 100 in user profile creation (8760fb9)
  • Update README with project overview, features, and setup instructions (2bc07b5)
  • Update user profile quota parameters for image and solver counts (112e2bc)

istaka-ustasi-backend: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 12:53
9492a9b

0.2.0 (2026-07-18)

Features

  • Add authentication and user quota management with Supabase integration (4dccb1f)
  • Add core package, models, and custom exception handling (31cad95)
  • Add Docker support with Dockerfile and docker-compose configuration (0556c5c)
  • Add solver quota management to user profiles and initialization (c7e0710)
  • Enhance user management with database integration and metadata support (f87cd12)
  • Implement authentication endpoints for user signup and login (5fb2ec1)
  • Implement logging service and update exception handling (28c7e46)
  • Organize project structure by adding init.py and updating imports in main.py and Dockerfile (b752457)
  • Refactor authentication and user quota management with database integration (ac5c010)
  • Refactor project structure to use src directory for imports (0d5f5e1)
  • Update imports and Dockerfile for improved project structure (a941331)
  • Update initial solver quota to 100 in user profile creation (8760fb9)
  • Update README with project overview, features, and setup instructions (2bc07b5)
  • Update user profile quota parameters for image and solver counts (112e2bc)