Releases: vale981/overleaf.el
Releases · vale981/overleaf.el
v1.1.5
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
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
- @ultronozm made their first contribution in #14
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
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
v1.1.0
Simultaneuous Edits Supported!
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
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