Skip to content

V2.0.0

Latest
Compare
Choose a tag to compare
@AnotherFoxGuy AnotherFoxGuy released this 06 Feb 09:48

Changes

  • Feature: New workspace view to visualise branches, tags, stashes and remotes
  • Feature: Support for creating, merging and integrating branches
  • Feature: Support for creating and deleting tags
  • Feature: Support for updating the workspace to a particular revisions including
    specific branches or tags
  • Feature: Support for creating a branch during commit, including private branches
  • Feature: Added Search Box for filtering and searching within the list of files
  • Feature: Display the active tags and branches in the status bar
  • Feature: Fuel now automatically detects the http port of "fossil ui"
  • Feature: Added menu shortcut to display only the modified files of the workspace
  • Feature: Support for arbitrary number of remote urls, including pushing and
    pulling to specific remotes.
  • Feature: Remote URL credentials are stored in the user keychain for systems that
    support one. Thanks to the QtKeychain project (https://github.com/frankosterfeld/qtkeychain)
  • Feature: Folders now have different appearance depending on the modification
    status of their contents, including missing folders
  • Feature: Support for multiple file user-actions
  • Feature: Double-Click action also allows user actions
  • Feature: Support for the versionable .fossil-settings/ignore-glob
  • Feature: OSX: UI improvements
  • Feature: OSX: Improved external application selection for application bundles
  • Feature: Long operations can now be aborted via a button on the status bar
  • Feature: Windows: Shift-Right-Click invokes the Explorer folder context menu on
    Workspace folders
  • Feature: Support for force closing a workspace
  • Misc: Reorganised menu structure.
  • Misc: Separated Fuel and Fossil settings
  • Misc: Upgrade to QT6
  • Bug Fix: Retain the folder tree state when refreshing the workspace
  • Bug Fix: Fixed issue with the expanding width of the commit dialog
  • Major internal refactoring