Releases: raindrum/exhibiter
1.1.0
1.0.2
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
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
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.