Skip to content

Commit

Permalink
new verrrsionnnnnn 👽
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Sep 12, 2023
1 parent 58ed087 commit 3734634
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 3.4.2

### Bug fixes again 🐛

- (maybe?) fix weird windoza trailing spaces in folder names (literally wtf??) - #212

Not sure about this one so hope there will be no day-1 patch 😇🙏

- update to Dart 3 🔥
- recognize `.mts` files as videos, unlike Apache 😒 - #223
- change shortcuts/symlinks to relative so it doesn't break on folder move 🤦 - #232
- don't fail on set-file-modification errors - turns out there are lot of these - #229

### Happy takeouts 👽

## 3.4.1

- Lot of serious bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:proper_filesize/proper_filesize.dart';
import 'media.dart';

// remember to bump this
const version = '3.4.1';
const version = '3.4.2';

/// max file size to read for exif/hash/anything
const maxFileSize = 64 * 1024 * 1024;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gpth
description: 'Tool to help you with exporting stuff from Google Photos'
version: 3.4.1
version: 3.4.2
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
publish_to: 'none'

Expand Down

0 comments on commit 3734634

Please sign in to comment.