1 parent d52ad23 commit 7973118Copy full SHA for 7973118
2 files changed
constants/changelog.ts
@@ -19,12 +19,12 @@ export interface ChangelogRelease {
19
}
20
export const CHANGELOG: ChangelogRelease[] = [
21
{
22
- version: '3.8.TESTFLIGHT',
23
- date: '2026-08-XX',
+ version: '3.8.36',
+ date: '2026-08-09',
24
sections: [
25
26
title: 'New Features',
27
- items: ['Added new add dialogue to the search page + queue'],
+ items: ['Added new add dialogue to the search page + cart like functionality'],
28
},
29
30
title: 'Bugs Fixed',
package.json
@@ -1,6 +1,6 @@
1
2
"name": "qRemote",
3
- "version": "3.8.35",
+ "version": "3.8.36",
4
"easBuild": true,
5
"main": "index.ts",
6
"scripts": {
0 commit comments