Skip to content

Commit 9ce4892

Browse files
feat: add release announcement for InkNest v1.4.4 with new features and enhancements
1 parent c9045bc commit 9ce4892

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
slug: release-v1.4.4
3+
title: InkNest v1.4.4 Release
4+
authors: [p2devs]
5+
tags: [release]
6+
---
7+
8+
# 📢 InkNest v1.4.4 Release Announcement
9+
10+
Hey everyone! 🎉 We're excited to announce **InkNest v1.4.4** is now available!
11+
12+
<!-- truncate -->
13+
14+
## ✨ What's New
15+
16+
### 📱 Gravity Scroll - Hands-Free Reading
17+
The headline feature of this release is **Gravity Scroll**, a revolutionary way to read manga hands-free! Simply tilt your device to navigate through pages.
18+
19+
- **Tilt-based navigation**: Tilt your phone forward to scroll up, backward to scroll down
20+
- **Customizable sensitivity**: 10-level sensitivity slider (1-10) to adjust tilt responsiveness
21+
- **Auto/Manual calibration**: Choose between automatic calibration when your phone is still, or manual calibration with a tap
22+
- **Haptic feedback**: Light vibration confirms scroll start/stop for tactile feedback
23+
- **Real-time tilt indicator**: Visual display shows your current tilt angle and scroll direction
24+
- **Built-in walkthrough**: Interactive tutorial introduces new users to gravity scroll controls
25+
26+
**Battery optimization**: The feature uses throttled sensor updates (10Hz) and frame processing (30fps) to minimize battery impact while maintaining smooth scrolling.
27+
28+
### 🔧 Android Enhancements
29+
30+
#### New Permissions
31+
- Added `VIBRATE` permission to AndroidManifest.xml for haptic feedback support
32+
33+
#### ProGuard Rules
34+
- Updated ProGuard rules to include Google Play Services, Firebase, and OkHttp libraries for better release build optimization
35+
36+
### 🐛 Bug Fixes
37+
38+
#### Navigation & Notifications
39+
- Fixed null safety issue in BottomNavigation notification handling that could cause crashes with certain notification payloads
40+
41+
#### Authentication
42+
- Added validation to ensure Google Sign-In configuration is properly set before attempting sign-in, preventing confusing error messages
43+
44+
### 📦 Dependencies & Configuration
45+
46+
#### New Dependencies
47+
- `react-native-sensors` (^7.3.6) - Access device accelerometer for tilt detection
48+
- `react-native-orientation-locker` (^1.7.0) - Enhanced orientation control during reading
49+
50+
#### Build Configuration
51+
- Version bump: **Android 33 / 1.4.4**, **iOS 1.4.4**
52+
- InkNest-Externals submodule refreshed with latest changes
53+
- iOS build script cleanup - removed unused input and output paths
54+
55+
## 🛠️ Upgrade Notes
56+
- Run `cd ios && pod install` after pulling to pick up new native dependencies
57+
- Gravity Scroll is opt-in - enable it from the reading settings to try hands-free reading
58+
- For best results with Gravity Scroll, hold your device in a comfortable position and calibrate before use
59+
60+
---
61+
62+
**Update now** to enjoy hands-free manga reading with Gravity Scroll! 📚✨
63+
64+
As always, if you encounter any issues, please report them in our issues channel. Happy reading! 🦋

0 commit comments

Comments
 (0)