Skip to content

Releases: philipphenkel/talk-about-code

v1.3.0

10 Feb 11:17
Compare
Choose a tag to compare

1.3.0 (February 10, 2018)

New Features

  • Remote selection and highlighting of code to support conversations on specific code parts
  • Disable automatic code suggestions to reduce distraction
  • Icon buttons instead of text buttons
    • "Create a new board"
    • "Create attendee link"
    • "Create admin link"

Other Changes

  • Introduced continuous integration with Travis CI

v1.2.0

27 Jan 11:56
Compare
Choose a tag to compare

1.2.0 (January 27, 2018)

New Features

  • Distinguish between attendee and admin URL.
    • "Share" copies a short join URL
    • "Save" copies the admin URL with encoded content
  • Synchronize editor language across clients

Other Changes

  • Set editor language to plaintext by default

v1.1.1

12 Jan 22:40
Compare
Choose a tag to compare

1.1.1 (January 12, 2018)

New Features

  • none

Other Changes

  • Improve wording in share dialog
  • Remove save button
  • Serve minified monaco-editor package and enable support of web workers
  • Update react-monaco-editor to 0.13.0

v1.1.0

15 Dec 21:46
Compare
Choose a tag to compare

1.1.0 (December 15, 2017)

New Features

  • Add board status icon to indicate server connectivity and amount of users watching the board
  • Initialize new boards with 15 blank lines

Other Changes

  • Extract configuration options into a single file
  • Refactor code to reduce lint warnings

v1.0.1

09 Nov 07:01
Compare
Choose a tag to compare

1.0.1 (November 8, 2017)

New Features

  • Introduce admin role to simplify UI on user side (use share link to get simplified UI)

Other Changes

  • Improve handling of board configuration
  • Replace react-router with history
  • Refactor language selection

v1.0.0

22 Oct 19:58
Compare
Choose a tag to compare

1.0.0 (October 22, 2017)

New Features

  • Support for concurrent code editing
  • Forced sync after 5 seconds of inactivity
  • Local programming language selection
  • Share board URL via clipboard
  • Continuous encoding of content into the board's URL
  • Button to open fresh board in new tab