Skip to content

Releases: raindrum/exhibiter

1.1.0

05 Dec 09:05
Compare
Choose a tag to compare

Change log:

  • individual documents within exhibits appear on their own lines in the exhibit list, with an index like "103-1', or "104-2 to 104-5"
  • filenames no longer cut off when they contain periods
  • shrank cell margins on the exhibit list

1.0.2

08 Sep 02:20
Compare
Choose a tag to compare

Changes from v1.0.1:

  • added support for YYYYMMDD as an alternative to YYYY-MM-DD filenames. This creates a potential for false-positive dates when a document starts with a non-date eight-digit number.
  • page numbers on the exhibit list now show the page range of multi-page docs, e.g. "(pp.1-3)"
  • no longer throws an error when an exhibit is empty

1.0.1

20 Feb 02:35
Compare
Choose a tag to compare

Changes from 1.0.0:

  • fixed a bug that was preventing exhibit titles from appearing in the exhibit list
  • unchecked the "ID" box in each item in the exhibit list

Installation works the same way as in 1.0.0: Download the .exe if you're on Windows, or download and extract the .app.zip on Mac. Double-click the program to run it, and tell your computer to ignore the unsigned code warning.

1.0.0

06 Feb 01:45
Compare
Choose a tag to compare

This is the first version where you don't need to use a command line! 🎉

If you're on Windows, just download Exhibiter.exe and you should be able to run it. On Mac, you'll need to unzip Exhibiter.app.zip and move the app to the Applications directory.

Either way, you'll need to authorize the program to run, since it's unsigned code. Code signing certificates are expensive, and I'll consider getting one when I'm no longer a student. In the meantime, if you're nervous, you can always inspect the source code to make sure nothing's fishy, then compile it for yourself by running PyInstaller on the included exhibiter.spec.

These builds were made on 64-bit Windows 10 and MacOS X Mojave, respectively. If they don't work on your computer, please open a ticket and I'll try to fix it.