Skip to content

Releases: vale981/overleaf.el

v1.1.5

06 Apr 01:23

Choose a tag to compare

What's Changed

  • Fix #28 and #29 by @ultronozm in #30
  • 3-Way Conflict Resolution: Automatic support for 3-way merging using a common ancestor. This identifies and automates the merging of non-overlapping changes when reconnecting to Overleaf with local edits.

Full Changelog: v1.1.4...v1.1.5

v1.1.4

28 Jul 21:04

Choose a tag to compare

What's Changed

  • Fix line number calculation in xref-overleaf-location by @ultronozm in #14
  • Refactor overleaf keymap to support dynamic prefix changes by @ultronozm in #15
  • fix: Fix buffer narrowing issues by @ultronozm in #17
  • fix: require mm-url in overleaf-find-file by @ultronozm in #18
  • breaking: Remove keymap prefix in overleaf-mode by @ultronozm in #19
  • feat: Add keybinding "f" for overleaf-find-file by @ultronozm in #20
  • fix: Fix and simplify handling of complex edits by @ultronozm in #22
  • Some tidying by @ultronozm in #23
  • fix: Queue pending edits before processing complicated changes by @ultronozm in #25

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

14 Jun 22:32

Choose a tag to compare

  • display gravatar avatars at other editor's curser @nemethf
  • a nicer remote user overview @nemethf
  • overhauled the edit synchronization with overleaf (should be solid now)

Full Changelog: v1.1.2...v1.1.3

v1.1.2

04 Jun 14:01

Choose a tag to compare

What's Changed

  • Declare safety conditions for file local variables by @nemethf in #7
  • Ability to read cookies directly from Firefox
  • Fixes for conflict reconciliation (hopefully no more "out of sync" errors on the overleaf side)
  • easy connection to overleaf files with overleaf-find-file

Full Changelog: v1.1.1...v1.1.2

v1.1.1

27 May 15:23

Choose a tag to compare

What's Changed

  • feature: show other people's cursors
  • fixes: make simultaneuous edits more robust
  • fix: Don't change modification status unnecessarily by @nemethf in #6

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 May 16:48

Choose a tag to compare

  • simultaneous edits are now supported
  • lots of bugs fixed
  • overleaf-browse-project added by @nemethf
  • modeline improvements by @nemethf

Simultaneuous Edits Supported!

03 May 18:43

Choose a tag to compare

Pre-release

I think I've figured out how overleaf reconciles simultaneous edits. Now, there should be way less "out of sync" messages popping up on overleaf.

v1.0.0-rc1

28 Apr 15:43

Choose a tag to compare

v1.0.0-rc1 Pre-release
Pre-release

Cookies can now be obtained automagically via M-x overleaf-authenticate using webdriver. Similarly M-x overleaf-find-file allows to easily select the file to be edited on overleaf.

Full Changelog: https://github.com/vale981/overleaf-connection.el/commits/v1.0.0-rc1