Skip to content

Releases: tomikais/fotobox

v1.3.5

28 Aug 20:18
9adf60d
Compare
Choose a tag to compare
  • improve performance
    • moving the photo isn't needed anymore
    • Preference Dialog is starting faster
    • other small improvements
  • bugfixes
    • gphoto2 output in english to be able to detect camera model
    • verify 'photo folder' before using it
  • add help button (open README on GitLab)
  • update README (macOS installation, FAQ, Linux framebuffer, ...)
  • provide README as a PDF (included in all release files)
  • install bash script for Linux (included in Linux release files)
  • remove submodule "gphoto2-updater"
  • macOS deploy using zip instead of dmg
  • remove binary translation files (build on the fly)

FotoBox v1.3.4

08 Aug 21:42
3af0e00
Compare
Choose a tag to compare
  • bugfixes
    • Linux: "double click" starts the application is work again
    • low resolution screens can now access the Windows controls again
    • the Preference dialog is now a normal window that can be maximized, for example
    • remove a Canon specific camera parameter from gphoto2 default argument line (if you had problems with your DSLR model in the past, click "Restore Defaults" and try using FotoBox again)
    • open hyperlinks in the text boxes work again
  • when click "Restore Default" button is saving the settings immediately (write direct to settings file)
  • added a help dialog to show general/special command-line options for "gphoto2" and "raspistill"
  • support new released Raspbian Buster (drop Jessie support, Stretch still supported)
  • added a splash screen on application startup
  • update README (Frequently Asked Questions)

FotoBox v1.3.3

28 Jul 11:55
bae5eeb
Compare
Choose a tag to compare
  • bugfixes: status bar messages, Doxygen webpage, 'raspistill' not found but was installed
  • refactoring camera mode detection and 'gphoto2' informations
  • add a refresh button to refresh camera module information
  • reduce memory consumption
  • Update README (FotoBox features, add badges, Markdown warnings, ...)
  • Continious Integration
    • clang check
    • clang-tidy check
    • clang Clazy check
    • build Doxygen with macOS
    • add Slack notification
  • files restructured
  • using header guard instead of '#pragma once'

FotoBox v1.3.2

14 Jun 10:32
afcbaeb
Compare
Choose a tag to compare
  • support 3rd-party presenter
  • disabling buzzer usage on Raspberry Pi by setting query interval to 0
  • update README (new keyboard shortcuts, install instructions, FotoBox community and using a hardware button)
  • fix docker build (Raspberry Pi binaries)

v1.3.1

15 May 21:02
f9e9537
Compare
Choose a tag to compare
  • fix Raspberry Pi build

FotoBox v1.3.0

12 Apr 18:42
bbae941
Compare
Choose a tag to compare
  • new option to show photos black and white
  • you can use a presenter as a remote to start the countdown (e.g. Logitech Presenter). to close the application hold down Shift and press Escape.
  • changed license from MIT to GNU GPLv2
  • update README and Doxygen documentation
  • improve German/English translation
  • make better use of the screen area (remove margins)
  • bugfixes
    • the countdown can't be manipulated anymore (complete refactoring of the countdown feature)
    • status bar messages are now closed immediately to prevent the photo from being not displayed in its maximum possible size
    • macOS: closing the full-screen application don't leave an empty window. use macOS API to close the empty windows (Qt bug workaround)
    • display status bar messages for longer period
    • fix Qt Properties in PreferenceProvider class
    • fix Qt MOC issue in all header files
  • improvements: fix deprecated function to prepare for Qt 6, auto generate qm translation files each time building the application, add Qt default translations, clang Tidy/Clazy fixes, add header guards, move to balena Docker images, remove pointer usage when possible, refactoring, update gitignore file, ...

FotoBox v1.2.8

18 Dec 17:30
e22b0cf
Compare
Choose a tag to compare
  • update README
  • Bugfixes
    • debug build on Raspberry Pi
    • use tabs in Preference Dialog to make it clearer
    • move photo only if working directory isn't same as preference folder

FotoBox v1.2.7

10 Dec 12:28
a7fec99
Compare
Choose a tag to compare
  • Support Ubuntu Xenial and Raspbian Jessie (Qt 5.3 / older compiler support)
  • Right click could also activate the countdown
  • Bugfixes
    • Preference dialog: text in the color boxes was sometimes shown especially on lower screen sizes
    • Preference dialog: ‘Choose Directory’ wasn’t possible on Linux systems
    • macOS: fix build and dark mode issues
    • support build on other ARM devices
  • Travis Continuous Integration

FotoBox v1.2.6

30 Aug 10:04
c5a1bba
Compare
Choose a tag to compare
  • bug fix: only save settings if the user has accepted the dialog
  • bug fix: moving the photo sometimes fails
  • add 'gphoto2-updater' as a git submodule
  • Travis CI automatic releases

FotoBox v1.2.5

13 Jul 12:19
Compare
Choose a tag to compare
  • countdown function
  • continuous integration (Travis CI)
    • macOS build
    • Raspbian Docker build
  • generate Doxygen documentation
  • code refactoring and project restructuring