Camelot Changelog

What's new in Camelot 0.3.0

Jul 21, 2021
  • Following features were implemented in this version:
  • Operations list progress bar and UI improvements
  • Minimal command line arguments support, run with --incognito to create separate incognito Camelot instance
  • Error dialog if there is no access to selected directory
  • Inner files/dirs count is shown on properties dialog
  • Tabs UI improvements
  • Data grid context menu added
  • More keyboard shortcuts added
  • More translations added
  • From tech side following was done:
  • Travis support was dropped
  • Fixed many bugs
  • Covered huge part of UI by automated tests
  • Refactoring

New in Camelot 0.2.5 (Apr 22, 2021)

  • Camelot v0.2.5 is a massive (almost 100 commits!) release with new features and bug fixes. In this release I added drag n drop, favorite directories, tabs history and many more features. Detailed changes list is below:
  • Added files drag n drop. On some platforms even drag n drop from/into app is allowed!
  • History support. Browse your tabs directories history.
  • Favorite directories support. Mark directory as favorite and have quick access to it.
  • Ctrl+Shift+T support. Closed tab accidentally? Reopen it like it's a browser tab!
  • Ctrl+C Ctrl+V functionality on Windows was rewritten
  • Grid splitter was added by @CreateLab
  • Bug fixes including few major ones.
  • Translations update
  • Refactoring
  • UI tests new structure and more test cases

New in Camelot 0.2.4 (Apr 7, 2021)

  • Recursive search
  • Added suggestions for directory text box
  • Added close search panel button
  • Tooltips for search panel buttons
  • Bug fixes
  • Updated translations

New in Camelot 0.2.3 (Mar 24, 2021)

  • Following features were implemented in this version:
  • Tabs improvements: drag and drop support, enhanced keyboard shortcuts, close tab on middle click, scroll tabs via wheel, arrows on tabs overflow, max tab size, duplicate on other panel option, open in new tab option via context menu or middle click
  • Language loading improvements/fixes and new locales
  • From tech side following was done:
  • Builds for releases are now fully automated via github actions
  • Camelot was added to weblate: https://hosted.weblate.org/projects/camelot/ so everyone is able to add translations now
  • UI automated tests were added. Now each push triggers build that includes UI tests. Avalonia Headless platform was used for testing.
  • Bug fixes
  • Refactoring

New in Camelot 0.2.2 (Mar 9, 2021)

  • Windows installer added by @EdwOK
  • Drives info reloading
  • Unmount drive operation
  • Eject drive support (macOS and Linux with sudo)
  • Macos native menu improved
  • Bug fixes

New in Camelot 0.2.1 (Feb 4, 2021)

  • In this release Camelot got light theme! Hope you like it. Detailed list of changes is provided below:
  • Added light theme and themes switch functionality
  • AUR and rpm experimental packages
  • deb package fixes
  • Bug fixes
  • Avalonia updated to v0.10.0
  • Refactoring

New in Camelot 0.2.0 (Dec 19, 2020)

  • Following features were implemented in this version:
  • "Open with" option was added by @EdwOK
  • Archives support added (gz, zip, tar and many more)
  • Switch file panels using tab button was added by @vegar
  • From tech side following was done:
  • Improved performance
  • Fixed bugs
  • Tests coverage is close to 94%
  • Added experimental debian package (.Net Core 3.1 is a dependency)

New in Camelot 0.1.4 (Oct 16, 2020)

  • Advanced search (case, regex support)
  • Drives support
  • Mount drive operation on Linux support
  • Home directory button added
  • Shortcuts were improved
  • Added logging via Serilog
  • Create new file context menu option added
  • Bug fixes
  • 90% code coverage

New in Camelot 0.1.3 (Aug 18, 2020)

  • Added basic files search
  • Macos builds and fixes
  • Styling fixes and refactoring (separated styles, themes minimal support, fixes for colors and dialogs)
  • Localization support was added by @EdwOK
  • Russian localization was added by @EdwOK
  • Fixed trash can bugs on all platforms
  • For better testing Github actions and codecov were added. Now each push triggers build and test on all platforms and reports code coverage info.
  • Significantly increased test coverage (88%) that allowed to catch many bugs
  • Massive refactoring
  • Bug fixes

New in Camelot 0.1.2 (Jun 28, 2020)

  • File and directory properties dialog added
  • Open terminal operation is now supported
  • Improved performance of file events processing: multiple events are merged into single one if possible, files update doesn't trigger full list reload anymore
  • UI improvements and fixes (@u1035 fixed operations buttons style, @EdwOK moved all strings to resources)
  • @CIRCULARKA added launch settings for VS Code
  • A lot of bug fixes

New in Camelot 0.1.1 (Jun 22, 2020)

  • Remove to trash support
  • Remove files confirmation dialog
  • Overwrite existing files support
  • Operations list
  • Rewritten files opening
  • Bug fixes