Files
ripdrag/ripdrag.changes
2025-10-30 12:13:00 -04:00

173 lines
5.8 KiB
Plaintext

-------------------------------------------------------------------
Thu Oct 30 16:08:53 UTC 2025 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 0.4.11+git20251029.0fc7748:
* Bump to 0.4.11
* make missing file error less dauting
* Update gtk-rs and bump deps
-------------------------------------------------------------------
Tue Sep 03 15:41:35 UTC 2024 - scott.bradnick@suse.com
- Update to version 0.4.10+git20240902.b7d92e6:
* Bump to 0.4.10
* fix: make drop_target work with -a
* rework -a option
-------------------------------------------------------------------
Tue Jun 25 14:55:24 UTC 2024 - scott.bradnick@suse.com
- Update to version 0.4.9+git20240625.ef303f8:
* Fix unordered file selection
-------------------------------------------------------------------
Mon Apr 29 15:25:38 UTC 2024 - scott.bradnick@suse.com
- Update to version 0.4.8+git20240427.d47d933:
* fix: terminate uri list with CRLF
-------------------------------------------------------------------
Sun Apr 07 15:13:58 UTC 2024 - scott.bradnick@suse.com
- Update to version 0.4.7+git20240407.afc787c:
* update deps & bump version
* Add comments to clarify tooltip text usage
* store file path in tooltip
-------------------------------------------------------------------
Tue Jan 16 14:54:45 UTC 2024 - scott.bradnick@suse.com
- Update to version 0.4.6+git20240115.0df56d8:
* update deps & bump to 0.4.6
* readme: add basename option
* fixup: make label not clip
-------------------------------------------------------------------
Mon Jan 15 19:23:57 UTC 2024 - scott.bradnick@suse.com
- Update to version 0.4.5+git20240115.a78271f:
* basename flag added
-------------------------------------------------------------------
Sun Nov 19 17:45:53 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.4.5+git20231115.aa4f1c9:
* Bump to 0.4.5
* docs: document no-click
* fix: collect a list of paths into bytes correctly
* Update Usage
-------------------------------------------------------------------
Wed Sep 06 19:44:16 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.4.4+git20230906.234862f:
* Bump to 0.4.4
* Add --no-click
* fix: ignore shift gesture event
-------------------------------------------------------------------
Fri Aug 25 20:11:51 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.4.3+git20230825.1ab6959:
* Bump to 0.4.3
* all-compact: Use connect_items_changed for backwards compatibility
* update Ubuntu instructions
-------------------------------------------------------------------
Tue Aug 15 11:47:01 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.4.2+git20230815.eaa9380:
* Bump to 0.4.2
* Exit if target drop has completed and keep is not set
* Removed debug print
-------------------------------------------------------------------
Mon Aug 14 17:34:11 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.4.1+git20230814.222a76a:
* Bump opener version
* Bump to v0.4.1
* Get uri strings in drop target
* ListView: Removed unecessary import;
* DropTarget: Can drop files from the web now.
* Thumbnails: Do not create one if the file does not exist.
* Args: --and-exit working again.
-------------------------------------------------------------------
Mon Aug 07 15:07:31 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.4.0+git20230807.eda9715:
* Bump v0.4.0
* Updated README
* Removed unused argument
* Fix CI
* Fix --target
* Flatpak: Removed unnecessary space.
* Cargo.toml: Downgrade gtk features for Ubuntu 22.04
* app-id: Now it.catboy.ripdrag
* Flatpak: Packaged as flatpak.
* ListView: -t Now in ListView as well.
* CompactView: More obvious that it is draggable.
* Documentation: Document some stuff.
* ListView: &mut not needed.
* main: Removed old functions.
* Cleanup: Cleanup imports and group them.
* DropTarget: Accept multiple files.
* DropTarget: Implemented -t option.
* Style: Better visual feedback.
* Compact View: Fix bug where it would only work with -I option.
* Various changes.
* FileObject: Remove dead code.
* doc: Remove cargo-devel for rhel
* Renamed list view function.
* Moved to another file.
* Drag and drop: Multiselection or single selection.
* Thumbnails: Figured out how to reduce memory usage.
* Finally did thumbnails multithreaded.
* ListView: Implemented drag out.
* ListView: With image thumbnails.
* ListView: CenterBox now respects max width.
* ListView: Changed to centerbox
* ListView: Draft.
* FileObject: Implement a file gobject.
* exit: Compare with constant instead of string.
* Cargo: Update GTK library.
-------------------------------------------------------------------
Wed Jul 26 13:50:49 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.3.2+git20230726.c2e08a6:
* README: Improve formatting
* README: Clarify Arch instructions, update package
* Cleanup and parse args before opening the window
-------------------------------------------------------------------
Tue Jul 25 15:47:06 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.3.1+git20230725.a8cd8d0:
* Added aur package
* Optimize binary size
-------------------------------------------------------------------
Tue May 02 15:16:24 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.2.1+git20230312.f9d7358:
* README reformatting
* added MacOS to README
* Fixed for ubuntu 22.04
* Fix CI
* Implement DropTarget the (almost)right way
-------------------------------------------------------------------
Wed Jan 04 01:17:46 UTC 2023 - scott.bradnick@suse.com
- Update to version 0.2.1+git20221104.398857c:
* Bump to 0.2.1 and updated README
* Bump clap version to 4.0
* Add NetBSD
* Added --verbose flag
* Fixed --all-compact behaviour with --target
* Clean up --target code
* Implemented --keep, --all-compact, --print_path for --target
* Proof of concept --target, still very buggy