Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
v18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teejee2008 committed Feb 11, 2018
1 parent cdbfc79 commit cc3066d
Show file tree
Hide file tree
Showing 7 changed files with 2,825 additions and 1,708 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Polo is a modern, light-weight file manager for Linux with support for multiple
- **PDF Actions** - Actions in right-click menu: Split and Merge pages, Add or Remove Password, Rotate, etc.
- **ISO Actions** - Actions in right-click menu: Mount, Boot in VM, Write to USB
- **Image Actions** - Actions in right-click menu: Rotate, Resize, Reduce Quality, Optimize PNG, Convert to other formats, Boot or Reduce Colors, etc.
- **Checksum & Hashing** - Actions in right-click menu to generate MD5, SHA1, SHA2-256 ad SHA2-512 checksums for file and folders. Double-click on files with **.md5, .sha1, .sha2, .sha256, .sha512** extensions to verify.
- **Video Downloads** - Paste URLs from YouTube and other video websites in a folder to download video files. Integrates with youtube-dl utility.

## Screenshots

Expand Down
47 changes: 47 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
polo-file-manager (18.2) xenial; urgency=low

* Checksum: Added options for generating and verifying checksums

* Checksum: Added support for md5 files produced by md5sum

* Checksum: Display summary dialog after verification

* Devices: Open mounted path of device root instead of mounted subvolume

* Term: Hide statusbar when terminal is maximized

* Term: Run executable files in embedded terminal, instead of new window

* Term: Use Groot for the chroot context menu action

* Use larger icons for stop buttons in progress panels

* VideoDownload: Timeout fetch operation after 15 seconds

* VideoDownload: Sort available formats by codec and quality

* VideoDownload: Added option to cancel fetch operation

* VideoDownload: Display thumbnail in progress panel

* FileItem: Fixed an issue while requerying a renamed folder

* Makefile: Remove linking of libs from shared folder

* Settings: Added options to hide context menu items

* Updated get_process_children() to fetch all descendants

* Added support for remote user accounts (LDAP,etc)

* Fixed: Adding new cloud account was broken with rclone v1.39

* Bookmarks: Expand buttons; Added "Add/Remove" to bookmark button

* DebugMode: Show memory used in window title

* HeaderBarMode: Use the new bookmarks popover

-- Tony George <[email protected]> Sun, 11 Feb 2017 10:00:00 +0530


polo-file-manager (18.1) xenial; urgency=low

* Bookmarks popup was redesigned
Expand Down
Loading

0 comments on commit cc3066d

Please sign in to comment.