Skip to content

Commit c7d05b5

Browse files
chore(release): 1.48.4 [skip ci]
## [1.48.4](v1.48.3...v1.48.4) (2025-12-13) ### Bug Fixes * **mobile:** correct paragraph spacing in note view ([4030243](4030243)) * **mobile:** improve attachment badge visibility on dark theme ([1de39df](1de39df)) * **mobile:** improve file upload reliability with real progress tracking ([2dad747](2dad747)) * **mobile:** reload attachments when returning to view screen ([ded3ad9](ded3ad9)) * **mobile:** update progressive loading messages for notes ([2c9f14a](2c9f14a)) ### Performance Improvements * **mobile:** improve filter checkbox responsiveness ([d388ba5](d388ba5))
1 parent d388ba5 commit c7d05b5

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.48.4](https://github.com/typelets/typelets-app/compare/v1.48.3...v1.48.4) (2025-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **mobile:** correct paragraph spacing in note view ([4030243](https://github.com/typelets/typelets-app/commit/4030243599e2b574847bb88522ad089edbe41fdd))
7+
* **mobile:** improve attachment badge visibility on dark theme ([1de39df](https://github.com/typelets/typelets-app/commit/1de39df1d88b7af7e719ddedbe4c593bfc43d022))
8+
* **mobile:** improve file upload reliability with real progress tracking ([2dad747](https://github.com/typelets/typelets-app/commit/2dad747f5680ed179742e5f3c080f938560d109d))
9+
* **mobile:** reload attachments when returning to view screen ([ded3ad9](https://github.com/typelets/typelets-app/commit/ded3ad9fa290386f608d31329dbf32404dfd0d75))
10+
* **mobile:** update progressive loading messages for notes ([2c9f14a](https://github.com/typelets/typelets-app/commit/2c9f14a6651f14690f20a42b53c5c79f3799b47f))
11+
12+
13+
### Performance Improvements
14+
15+
* **mobile:** improve filter checkbox responsiveness ([d388ba5](https://github.com/typelets/typelets-app/commit/d388ba51d69974397f1661b45ee2267f428023e6))
16+
117
## [1.48.3](https://github.com/typelets/typelets-app/compare/v1.48.2...v1.48.3) (2025-12-12)
218

319

apps/mobile/v1/app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Typelets",
44
"slug": "typelets",
5-
"version": "1.48.3",
5+
"version": "1.48.4",
66
"orientation": "default",
77
"icon": "./assets/images/icon.png",
88
"scheme": "typelets",
@@ -15,7 +15,7 @@
1515
"ios": {
1616
"icon": "./assets/images/ios-icon-dark.png",
1717
"bundleIdentifier": "com.typelets.mobile.ios",
18-
"buildNumber": "140",
18+
"buildNumber": "141",
1919
"supportsTablet": true,
2020
"infoPlist": {
2121
"NSCameraUsageDescription": "This app uses the camera to capture photos for your notes.",
@@ -26,7 +26,7 @@
2626
},
2727
"android": {
2828
"package": "com.typelets.notes",
29-
"versionCode": 140,
29+
"versionCode": 141,
3030
"softwareKeyboardLayoutMode": "resize",
3131
"adaptiveIcon": {
3232
"backgroundColor": "#FFFFFF",

apps/mobile/v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v1",
33
"main": "index.js",
4-
"version": "1.48.3",
4+
"version": "1.48.4",
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.48.3';
1+
export const APP_VERSION = '1.48.4';

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.48.3';
1+
export const APP_VERSION = '1.48.4';

0 commit comments

Comments
 (0)