-
v1.1.5 Stable
released this
2026-04-05 21:23:31 -04:00 | 1 commits to main since this releaseWhat's Changed
- Fix #28 and #29 by @ultronozm in https://github.com/vale981/overleaf.el/pull/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: https://github.com/vale981/overleaf.el/compare/v1.1.4...v1.1.5
-
v1.1.4 Stable
released this
2025-07-28 17:03:02 -04:00 | 8 commits to main since this releaseWhat's Changed
- Fix line number calculation in xref-overleaf-location by @ultronozm in https://github.com/vale981/overleaf.el/pull/14
- Refactor overleaf keymap to support dynamic prefix changes by @ultronozm in https://github.com/vale981/overleaf.el/pull/15
- fix: Fix buffer narrowing issues by @ultronozm in https://github.com/vale981/overleaf.el/pull/17
- fix: require mm-url in overleaf-find-file by @ultronozm in https://github.com/vale981/overleaf.el/pull/18
- breaking: Remove keymap prefix in overleaf-mode by @ultronozm in https://github.com/vale981/overleaf.el/pull/19
- feat: Add keybinding "f" for overleaf-find-file by @ultronozm in https://github.com/vale981/overleaf.el/pull/20
- fix: Fix and simplify handling of complex edits by @ultronozm in https://github.com/vale981/overleaf.el/pull/22
- Some tidying by @ultronozm in https://github.com/vale981/overleaf.el/pull/23
- fix: Queue pending edits before processing complicated changes by @ultronozm in https://github.com/vale981/overleaf.el/pull/25
New Contributors
- @ultronozm made their first contribution in https://github.com/vale981/overleaf.el/pull/14
Full Changelog: https://github.com/vale981/overleaf.el/compare/v1.1.3...v1.1.4
-
v1.1.2 Stable
released this
2025-06-04 09:57:09 -04:00 | 37 commits to main since this releaseWhat's Changed
- Declare safety conditions for file local variables by @nemethf in https://github.com/vale981/overleaf.el/pull/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: https://github.com/vale981/overleaf.el/compare/v1.1.1...v1.1.2
-
v1.1.1 Stable
released this
2025-05-27 11:22:28 -04:00 | 63 commits to main since this releaseWhat's Changed
- feature: show other people's cursors
- fixes: make simultaneuous edits more robust
- fix: Don't change modification status unnecessarily by @nemethf in https://github.com/vale981/overleaf.el/pull/6
Full Changelog: https://git.protagon.space/hiro/overleaf.el/overleaf.el/compare/v1.1.0...v1.1.1
-
Support simultaneous edits Pre-release
released this
2025-05-03 14:38:55 -04:00 | 121 commits to main since this releaseNow, we try to gracefully rebase pending edits when updates from overleaf are received.