This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
Releases: rudolfochrist/interleave
Releases · rudolfochrist/interleave
Release v1.4.0
Release Notes
- Fix TravisCI build.
- Add
autoload
cookies for obsolete markers #35. - Added own current page implementation to unify
doc-view=/=pdf-tools
#31. - Make sorting more robust (don't error when there are no headings to sort).
- Add more tests.
- Refactor PDF/notes synchronization functions #23.
- Allow subheadings to be added to notes. Make
interleave-sync-pdf-page-current
to work from subheadings #24. - Make slit direction customizable. See
interleave-split-direction
#32. - Add options to enlarge/shrink the notes buffer.
- Allow multi-pdf notes to start on any heading level #33.
- Make narrowing optional. See
interleave-disable-narrowing
#34. - Various minor improvements (smaller bugs and refactorings).
interleave-1.3.0
Changes
- renamed
interleave
tointerleave-mode
- inconsistently used variable and function naming marked as obsolete
- added test and travis-ci build
interleave-1.2.0
- clean byte-compile warnings.
- Make starting =interleave= from sub-heading possible.
- Prevent passing negative page numbers to pdf-/doc-view.
- Switch to buffers by name instead of caching the buffer object.
interleave-1.1.2
interleave-1.1.1
Minor bugfix release:
- Fixed #16
- Changed release name and tagging scheme to interleave-X.X.X
v1.1.0
- Merge branch '14-docs' of github.com:rudolfochrist/interleave into 14-docs
- Extend documentation.
- more typo fixing
- fix typos
- Add more documentation.
- insert more keys
- fix
- Experimenting with raw html in readme.
- Bump version.
- Insert correct heading level for multi-pdf notes.
- Identify outermost headline.
- Check headline properties for INTERLEAVE_PDF.
- Use emacs instead if EMACS in Makefile.
- Add Cask and Make files.
v1.0.0
v0.5.0
Features
- Notes in the org buffer are getting sorted after quitting
interleave
. The sort order can be customized by settinginterleave--sort-order
Also smaller enhancements and bug fixes.
v0.4.0
Features
- create new note files directly from docview/pdfview. Configure
interleave--org-notes-dir-list
where the new files should be created
v0.3.0
Features
- use M-n and M-p to sync the doc-view/pdf-view buffer to the org-mode buffer.
- move point to the next empty line when adding notes.
- use
interleave-map
andinterleave-pdf-mode-map
to add your custom keybindings
Bugs
- minor bug fixes and performance improvements