Skip to content

Commit a2d4955

Browse files
committed
Update changelog
1 parent 0a2085c commit a2d4955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Added Profiles feature
44
- Added Subtitles feature
55
- Added Calendar page
6-
- Added feature to allow videos from gallery
6+
- Added feature to upload videos from gallery
77
- Added functionality to trim videos
88
- Added automatic and manual geotagging in recording
99
- Added options to create a movie by period or only with selected videos
@@ -12,7 +12,8 @@
1212
- Added Chinese, Deutsch, Indonesian, and French localization
1313
- Fixed issues where video recording could not be saved
1414
- Added validation checks for unsupported videos
15-
- Added video save percentage & progress indicators.
15+
- Added video save percentage & progress indicators
16+
- Increased video quality to 1080p
1617

1718
## v1.1 - 05/2021
1819
- Added feature to receive daily notifications

lib/pages/save_video/save_video_page.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,6 @@ class _SaveVideoPageState extends State<SaveVideoPage> {
759759
cursorColor: Colors.green,
760760
maxLines: null,
761761
onChanged: (value) => setState(() {
762-
print(value);
763762
_subtitles = value;
764763
}),
765764
decoration: InputDecoration(

0 commit comments

Comments
 (0)