Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKun committed Jan 8, 2023
1 parent 0a2085c commit a2d4955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Added Profiles feature
- Added Subtitles feature
- Added Calendar page
- Added feature to allow videos from gallery
- Added feature to upload videos from gallery
- Added functionality to trim videos
- Added automatic and manual geotagging in recording
- Added options to create a movie by period or only with selected videos
Expand All @@ -12,7 +12,8 @@
- Added Chinese, Deutsch, Indonesian, and French localization
- Fixed issues where video recording could not be saved
- Added validation checks for unsupported videos
- Added video save percentage & progress indicators.
- Added video save percentage & progress indicators
- Increased video quality to 1080p

## v1.1 - 05/2021
- Added feature to receive daily notifications
Expand Down
1 change: 0 additions & 1 deletion lib/pages/save_video/save_video_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ class _SaveVideoPageState extends State<SaveVideoPage> {
cursorColor: Colors.green,
maxLines: null,
onChanged: (value) => setState(() {
print(value);
_subtitles = value;
}),
decoration: InputDecoration(
Expand Down

0 comments on commit a2d4955

Please sign in to comment.