Skip to content

1.50.0

Choose a tag to compare

@marein marein released this 15 Aug 06:38
· 48 commits to master since this release
  • Navigate JS and TS in the editor by @marein in f9672a1.
    • Definitions and usages for .ts, .tsx, .js and .jsx, on tsgo in a container the cockpit builds itself. A project without its own tsconfig or jsconfig gets one, so a lookup sees the whole project.
    • Bigger files are handled, up to 16 MiB in the editor and 50000 lines or 4 MiB for a diff. A diff or blame that hits the cap says so instead of showing the rest as deleted or untouched.
  • Switch projects by name in the editor by @marein in 6981a28.
    • Ctrl+Shift+P opens the switcher above the file tree, type to narrow it, arrows and Enter to open.
  • Tag commits from the git history by @marein in cf61c69.
    • The history lists the commits, and a commit's menu holds its diff, its hash and its tags. A tag is created with an optional message, pushed on its own, and deleted here and on the remote.
  • Push a branch that has no upstream yet by @marein in 1d886d9.
    • A branch created in the editor pushes with the upstream set for you.
  • Add link to show editor shortcuts by @marein in 066e8b0.