Skip to content

Commit 4958b8b

Browse files
committed
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
1 parent aedf0c2 commit 4958b8b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.22.0] - 2025-07-07
11+
12+
### Added
13+
- Comprehensive mobile and responsive design support across the entire application
14+
- New drawer UI component for enhanced mobile navigation
15+
- Mobile-specific layouts for major components (ActivityLog, Header, Organization, Repository)
16+
- Mobile screenshots in documentation showcasing responsive design
17+
18+
### Improved
19+
- Enhanced mobile user experience with optimized layouts for smaller screens
20+
- Updated organization list cards with better mobile responsiveness
21+
- Better touch interaction support throughout the application
22+
23+
### Fixed
24+
- Type definition issues resolved
25+
- Removed unnecessary console.log statements
26+
27+
### Documentation
28+
- Updated README with mobile usage instructions and screenshots
29+
- Added mobile-specific documentation sections
30+
1031
## [2.20.1] - 2025-07-07
1132

1233
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gitea-mirror",
33
"type": "module",
4-
"version": "2.21.0",
4+
"version": "2.22.0",
55
"engines": {
66
"bun": ">=1.2.9"
77
},

0 commit comments

Comments
 (0)