Skip to content

Releases: AnotherFoxGuy/diesel-scm

2.0.0-beta3

17 Oct 09:05
Compare
Choose a tag to compare
2.0.0-beta3 Pre-release
Pre-release

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 appereance 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
  • 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

V1.0.1

17 Oct 09:08
Compare
Choose a tag to compare

Changes

  • Added Localisations:
    • Italian (Thanks maxxlupi and Zangune)
    • Dutch (Thanks Rick Van Lieshout and Fly Man)
    • Korean (Thanks ardiefox)
  • Reformated Docs into Markdown

V1.0.0

17 Oct 09:08
Compare
Choose a tag to compare

Changes

  • Feature: Long Operations can now be aborted by pressing the Escape key
  • Improvement: Better support for commit messages with international characters
  • Improvement: Fossil queries about CR/NL inconsistencies are now handled better
  • Improvement: Files in Conflicted state are now shown
  • Localisations:
    • Russian (Thanks Mouse166)
    • Portuguese (Thanks emansije)