Skip to content

Releases: codeitcodes/codeit

Codeit 3.4.6

13 Aug 10:17
1ab8302
Compare
Choose a tag to compare

New features

Mobile JavaScript console

  • Open it from the top-left menu of HTML live views
  • Beautifies logged entities (eg. objects, arrays, functions, classes, etc.)
  • Write and run code live (in-context) with a dedicated inline editor
  • Every log type (eg. error, warn, debug) has distinct styling and icons
  • Truncates long logs with options to show more or copy all
  • Groups identical logs
  • Jump-to-bottom button

Improvements

  • When trying to run or format an unsupported file type (Ctrl + R/D), a new message shows which file types are supported
  • Clicking on the sidebar "+" button while already creating a new file/repo now selects the item's name and scrolls it into view

Bug fixes

  • Fixed the sidebar's title overflowing incorrectly
  • Fixed a bug in the sidebar's item loading

Codeit 3.4.5

07 Mar 14:30
Compare
Choose a tag to compare
  • Edit Git workflow files (#253)
  • Custom sidebar icon for "readme" files
  • Added sidebar "More" button for when you have more than 100 repos
  • UI tweaks and bug fixes

Codeit 3.4.4

27 Dec 20:46
f76c7ab
Compare
Choose a tag to compare
  • Format JSON (Ctrl/Cmd+D)
  • Redesigned CSS autocomplete
  • Share repos and folders from the context menu
  • UI tweaks and bug fixes

Codeit 3.4.0

17 Sep 11:47
77b76d2
Compare
Choose a tag to compare
  • Added CSS Autocomplete (#180)
  • Added file context menu with options to share, discard changes or push (#209)
  • Add ?live=false or ?l=f to disable live view in links (#223)
  • Drop a file from your desktop in the editor to edit it (#83 and #210)
  • UI tweaks
  • Bug fixes

Codeit 3.3.5

03 Aug 15:58
6cb2e5f
Compare
Choose a tag to compare
  • Render Markdown in Live view!
  • Added custom prompts
  • Fixed repo data bug
  • UI tweaks and bug fixes

Codeit 3.3.0

24 Jun 05:29
faf1527
Compare
Choose a tag to compare
  • Repository forking. When pushing in a repo you don't own, a dialog appears with the option to fork the repo and save your changes.
  • Embed Codeit on Twitter, Atlassian, Gitbook and Canva.
  • Login dialog. When attempting to push before logging in, a login dialog appears.
  • Smoother animations
  • Improved copying and pasting into the editor
  • Fixed opening big files
  • UI tweaks and bug fixes

Codeit 3.2.0

14 May 19:05
46da8c8
Compare
Choose a tag to compare
  • Pop out live view to new window
  • Hold Ctrl/Cmd-shift to open links in the editor
  • UI tweaks and bug fixes

Codeit 3.1.0

04 May 12:08
46da8c8
Compare
Choose a tag to compare
  • Added lock button to toggle creating private/public repositories
  • UI tweaks and bug fixes

Codeit 3.0.0

22 Apr 18:21
8367b95
Compare
Choose a tag to compare
  • Embed code snippets and live views with cde.run links
  • Improved cde.run links
  • Updated homepage
  • UI tweaks and bug fixes

Codeit 2.7.0

01 Apr 18:20
1e0592d
Compare
Choose a tag to compare
  • Add cde.run/ in front of a GitHub link to open it in Codeit.

  • Live view now supports multipage sites, three.js, WebAssembly and a whole lot more. Check out a demo!

  • UI tweaks and bug fixes