You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,20 @@
1
+
## 3.3.0
2
+
3
+
- Fix #143 - issues when encoding is not utf8 - sadly, others are still not supported, just skipped
4
+
- Ask for divide-to-folders in interactive
5
+
- Close #138 - support Archive/Trash folders!
6
+
7
+
Implementation of this is a bit complicated, so may break, but should work 99% times
8
+
- Fix #134 - nicely tell user what to do when no "year folders" instead of exceptions
9
+
- Fix #92 - Much better json finding!
10
+
11
+
It now should find all of those `...-edited(1).jpg.json` - this also makes it faster because it rarely falls back to reading exif, which is slower
12
+
- More small fixes and refactors
13
+
14
+
### Enjoy even faster and more stable `gpth` everyone 🥳🥳🥳
15
+
1
16
## 3.2.0
17
+
2
18
- Brand new ✨interactive mode✨ - just double click 🤘
3
19
-`gpth` now uses 💅discontinued💅 [`file_picker_desktop`](https://pub.dev/packages/file_picker_desktop) to launch pickers for user to select output folder and input...
4
20
- ...zips 🤐! because it also decompresses the takeouts for you! (People had ton of trouble of how to join them etc - no worries anymore!)
0 commit comments