From 4958b8b9ecab9cbfb738895efdc07af9168dfbd5 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Tue, 8 Jul 2025 00:17:19 +0530 Subject: [PATCH] Release v2.22.0 ### Added - Comprehensive mobile and responsive design support across the entire application - New drawer UI component for enhanced mobile navigation - Mobile-specific layouts for major components - Mobile screenshots in documentation ### Improved - Enhanced mobile user experience with optimized layouts - Updated organization list cards with better mobile responsiveness - Better touch interaction support throughout the application ### Fixed - Type definition issues resolved - Removed unnecessary console.log statements ### Documentation - Updated README with mobile usage instructions and screenshots - Added mobile-specific documentation sections --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14873a..f514ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.22.0] - 2025-07-07 + +### Added +- Comprehensive mobile and responsive design support across the entire application +- New drawer UI component for enhanced mobile navigation +- Mobile-specific layouts for major components (ActivityLog, Header, Organization, Repository) +- Mobile screenshots in documentation showcasing responsive design + +### Improved +- Enhanced mobile user experience with optimized layouts for smaller screens +- Updated organization list cards with better mobile responsiveness +- Better touch interaction support throughout the application + +### Fixed +- Type definition issues resolved +- Removed unnecessary console.log statements + +### Documentation +- Updated README with mobile usage instructions and screenshots +- Added mobile-specific documentation sections + ## [2.20.1] - 2025-07-07 ### Fixed diff --git a/package.json b/package.json index 05e5838..bd80b70 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.21.0", + "version": "2.22.0", "engines": { "bun": ">=1.2.9" },