-
released this
2025-07-28 17:03:02 -04:00 | 0 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
-
released this
2025-06-04 09:57:09 -04:00 | 29 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
-
released this
2025-05-27 11:22:28 -04:00 | 55 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 | 113 commits to main since this releaseNow, we try to gracefully rebase pending edits when updates from overleaf are received.