Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Releases: rudolfochrist/interleave

Release v1.4.0

23 Nov 09:04
Compare
Choose a tag to compare

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

01 Nov 10:00
Compare
Choose a tag to compare

Changes

  • renamed interleave to interleave-mode
  • inconsistently used variable and function naming marked as obsolete
  • added test and travis-ci build

interleave-1.2.0

25 Aug 16:55
Compare
Choose a tag to compare
  • 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

01 Jul 07:57
Compare
Choose a tag to compare
  • Really fixing multi-note pdf slipping (Thanks @hitswint ) ref. #18

interleave-1.1.1

17 May 16:51
Compare
Choose a tag to compare

Minor bugfix release:

  • Fixed #16
  • Changed release name and tagging scheme to interleave-X.X.X

v1.1.0

08 Feb 10:41
Compare
Choose a tag to compare
  • 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

27 May 14:34
Compare
Choose a tag to compare

Warning

Some functions were renamed and made public. If you've had some custom key bindings they will possibly not work anymore. Be sure to update the appropriately.

Features

  • Immediately show the notes for page #1 after startup

Bugfixes

  • fixed some compiler warnings
  • fixed some typos

v0.5.0

16 Apr 10:55
Compare
Choose a tag to compare

Features

  • Notes in the org buffer are getting sorted after quitting interleave. The sort order can be customized by setting interleave--sort-order

Also smaller enhancements and bug fixes.

v0.4.0

04 Apr 12:24
Compare
Choose a tag to compare

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

03 Apr 20:04
Compare
Choose a tag to compare

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 and interleave-pdf-mode-map to add your custom keybindings

Bugs

  • minor bug fixes and performance improvements