Skip to content

1.42.0

Choose a tag to compare

@marein marein released this 07 Aug 04:30
· 75 commits to master since this release
  • Commit directly from the editor by @marein in e79ad30.
    • The commit button above the file tree, or Ctrl+K, turns the tree into the list of changes, each with a checkbox, and clicking a row shows its diff.
    • Only the checked files go in, exactly as they are in the working copy, whatever a coder staged for other files stays untouched.
    • Write the message below, Ctrl+Enter commits, Amend extends the last commit, and Commit and push behind the arrow pushes right after.
  • Read real CPU on Linux, keep load on Mac by @marein in 83e6c4b.
    • On Linux the CPU value is the share of the cores actually at work, on a Mac it stays the load average, the line under the value says which, and the values refresh every 5 seconds now.
  • Differentiate between added and untracked files by @marein in 8a2bb05.
    • An untracked file carries a cyan U now, an added one keeps the green A.
  • Make docker actions sortable by @marein in 8a8f2aa.
    • Drag a command by its grip under Settings › Docker to reorder it, with a finger too.