Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Latest commit

 

History

History
90 lines (54 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

90 lines (54 loc) · 2.54 KB

GitDuck Change Log

[Version 0.0.38]

  • Fix: reconnect websocket when connection was lost

[Version 0.0.37]

  • Fix WebSocket reliability issues.
  • Minor fixes.
  • Submit commits and snippets as soon as they happen.

[Version 0.0.36]

  • Fix WebSocket reliability issues and performance.
  • Added health checks for WebSockets.
  • Minor fixes.

[Version 0.0.35]

  • Fix WebSocket reliability issues.

[Version 0.0.34]

  • Remove recording with FFmpeg.
  • Extension only does code-linking, recording is from browser.

[Version 0.0.33]

  • Improve FFmpeg process termination. (5d36cf0)

[Version 0.0.32]

  • Add reconnection attempts to server if something goes wrong with the server.

[Version 0.0.31]

  • Add: team selector, to record videos for a GitDuck team. GitDuck video
  • Fix: small audio bug in some scenarios

[Version 0.0.30]

  • Fix: extension was removing custom color scheme. #2
  • Fix: bug with Copy to clipboard button. #3
  • Reliability improvement: send healthecks to the live server while recording. Stream will be stopped if no healthchecks are not received within a certain interval.
  • Fix: Windows bug, video was cropped if user had a different dispaly scale than 100%. #6

[Version 0.0.29]

  • Change emojis for selecting screen/microphone.
  • Add popup when logging in to show authentication URL in case browser doesn't open.

[Version 0.0.28]

  • Fix: code-linking was not working due to a broken dependency.
  • Add: emojis in the screen/microphone devices selector.
  • Fix: bug allowing non-authenticated users to stream.

[Version 0.0.27]

  • Fix bug when uploading code snippets.

[Version 0.0.26]

  • Fixing small bugs when uploading snippets without authentication
  • Enhanced performance
  • Reduce extension size

[Version 0.0.25]

  • Fixing extension bug when using in Linux.
  • Fix bug with clipboard

[Version 0.0.24]

  • Add new feature: right click on a selected code to attach a code snippet to a video. Watch development on GitDuck
  • Other small minor fixes and improvements.

[Version 0.0.23]

  • Fix bug that wasn't allowing to start streaming.

[Version 0.0.22]

  • Improve README
  • Handle no device selected in Windows.

[Version 0.0.21]

  • Initial release