Skip to content

Commit

Permalink
bump deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Feb 19, 2023
1 parent b38efb5 commit 719e6db
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.3.4

- New name-guess patterns from @matt-boris <3
- Support 19**-s and 18**-s while name guessing
> First camera was invented in 1839. I don't underestimate you guys anymore :eyes:
- Fix path errors on windoza while unzipping #172
- Fix #175 bad guessing json files with `...(1)` stuff

## 3.3.3

- Fix memory crashes :D
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:path/path.dart' as p;
import 'package:proper_filesize/proper_filesize.dart';

// remember to bump this
const version = '3.3.3';
const version = '3.3.4';

/// max file size to read for exif/hash/anything
const maxFileSize = 64 * 1024 * 1024;
Expand Down
28 changes: 14 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "0c80aeab9bc807ab10022cd3b2f4cf2ecdf231949dc1ddd9442406a003f19201"
sha256: "569ddca58d535e601dd1584afa117710abc999d036c0cd2c51777fb257df78e8"
url: "https://pub.dev"
source: hosted
version: "52.0.0"
version: "53.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: cd8ee83568a77f3ae6b913a36093a1c9b1264e7cb7f834d9ddd2311dade9c1f4
sha256: "10927c4b7c7c88b1adbca278c3d5531db92e2f4b4abf04e2919a800af965f3f5"
url: "https://pub.dev"
source: hosted
version: "5.4.0"
version: "5.5.0"
archive:
dependency: "direct main"
description:
Expand All @@ -30,10 +30,10 @@ packages:
dependency: "direct main"
description:
name: args
sha256: "139d809800a412ebb26a3892da228b2d0ba36f0ef5d9a82166e5e52ec8d61611"
sha256: "4cab82a83ffef80b262ddedf47a0a8e56ee6fbf7fe21e6e768b02792034dd440"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.0"
async:
dependency: transitive
description:
Expand All @@ -46,10 +46,10 @@ packages:
dependency: transitive
description:
name: async_extension
sha256: cbffec36bf2f77de49b22a3020a890a6a8fe7343728cabb465c8cabedf47dfa6
sha256: "891a2ea770693a70cdf5155f5a0b5e81b0e3a2d3d631d112cffbca4807186468"
url: "https://pub.dev"
source: hosted
version: "1.0.12"
version: "1.1.0"
async_task:
dependency: transitive
description:
Expand Down Expand Up @@ -350,10 +350,10 @@ packages:
dependency: transitive
description:
name: source_maps
sha256: "490098075234dcedb83c5d949b4c93dad5e6b7702748de000be2b57b8e6b2427"
sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703"
url: "https://pub.dev"
source: hosted
version: "0.10.11"
version: "0.10.12"
source_span:
dependency: transitive
description:
Expand Down Expand Up @@ -406,10 +406,10 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: fad866af0eab867e2c96623e25fe9f7e4d598a1f19e3da3a70b52fe4083cb145
sha256: "5301f54eb6fe945daa99bc8df6ece3f88b5ceaa6f996f250efdaaf63e22886be"
url: "https://pub.dev"
source: hosted
version: "1.23.0"
version: "1.23.1"
test_api:
dependency: transitive
description:
Expand All @@ -422,10 +422,10 @@ packages:
dependency: transitive
description:
name: test_core
sha256: d345256d1f4a63c8193ba40e4657dea57c2f92a6b7501657ec7f3f57dd26769d
sha256: d2e9240594b409565524802b84b7b39341da36dd6fd8e1660b53ad928ec3e9af
url: "https://pub.dev"
source: hosted
version: "0.4.23"
version: "0.4.24"
typed_data:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: gpth
description: 'Tool to help you with exporting stuff from Google Photos'
version: 3.3.3
version: 3.3.4
homepage: 'https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper'
publish_to: 'none'

environment:
sdk: '>=2.19.0 <3.0.0'

dependencies:
args: ^2.3.2
args: ^2.4.0
path: ^1.8.3
mime: ^1.0.4
collection: ^1.17.1
Expand All @@ -26,4 +26,4 @@ dependencies:

dev_dependencies:
lints: ^2.0.1
test: ^1.23.0
test: ^1.23.1

0 comments on commit 719e6db

Please sign in to comment.