Skip to content
Tags give the ability to mark specific points in history as being important
  • 1.7.0 protected
    62f0b8e9 · Bump version to 1.7.0 ·
    Megapixels 1.7.0
    
    Features:
    * Add DCP calibration files for sensors (MR 30)
    
    Fixes:
    * libtiff-4.5.1 compatibility (MR 32)
      * NOTE: this version of megapixels is not compatible with old libtiff
        versions (ca 2019 and earlier)
    
  • 1.6.1 protected
    92f5270f · Bump version to 1.6.1 ·
    Megapixels 1.6.1
    
    * Get the PinePhone cameras working with newer kernels (MR 31)
    * Increase capture-rate to 15 on pinephone (MR 29)
    * Increase burst minimum (MR 28)
    
  • 1.6.0 protected
    00865828 · Bump version to 1.6.0 ·
    Megapixels 1.6.0
    
    * Integrate with feedbackd for camera sounds (Guido Gunther)
    * New code for screen rotation detection that no longer depends on
      gnome/dbus (xad6)
    * New camera lookup code (dos)
    
  • 1.5.2 protected
    8df79054 · Bump version to 1.5.2 ·
    Megapixels 1.5.2
    
    Bugfix release that clamps the minimum burst length to 2 since existing
    postprocessing scripts have the second frame hardcoded since the first
    one might be black.
  • 1.5.1 protected
    894e090b · Bump version to 1.5.1 ·
    Megapixels 1.5.1
    
    * Fix the screen flash resetting the display brightness to zero when
      taking a picture with the front camera with flash disabled
    * Fix the pipeline cleanup after taking a picture causing the preview
      framerate to drop
    * Updated the appstream metadata and version number for 1.5.x
  • 1.5.0 protected
    Megapixels 1.5.0
    
    * Added support for the Xiaomi Mi Note 2
    * Read more possible postprocessors from
      /usr/share/megapixels/postprocessord.
    * Added a setting on the settings page for selecting the wanted
      postprocessor
    * Save the state of the flash in the exif metadata
    * Make the burst length dynamic. Instead of the fixed 3-shot burst it
      now takes 2 to 5 shots depending on the gain of the sensor.
  • 1.4.3 protected
    c0e76da4 · Release 1.4.3 ·
    Release 1.4.2
    
    * Disable flash by default
    * Fix some small memory leaks
  • 1.4.2 protected
    34885afa · Release 1.4.2 ·
    Release 1.4.2
    
    * Fix crash when not using phosh
  • 1.4.1 protected
    e86a1519 · Release 1.4.1 ·
    Release 1.4.1
    
    * Add StartupNotify to desktop file
    
  • 1.4.0 protected
    41110321 · Release 1.4.0 ·
    Megapixels 1.4.0 Release
    
    * Add LED and Display-based flash support
    * Fix whitelevel and ISO metadata in DNG files
    * Fix memory leak when rotating device
  • 1.3.2 protected
    05d6c3fa · Release 1.3.2 ·
  • 1.3.1 protected
    16e9bff1 · Release 1.3.1 ·
  • 1.3.0 protected
    fa5cbb5d · Bump to 1.3.0 ·
    Megapixels 1.3.0
    
    New release with some contributions that were emailed to me and from
    experiments in the #megapixels:postmarketos.org chat.
    
    * Improve contrast/color handleing in the default postprocessing script
    * Redesigned the QR dialog for data QR-codes
  • 1.2.0 protected
    Megapixels 1.2.0
    
    * Add purism metadata for formfactors
    * Fix glib schema builds
    * The autofocus is now async so it doesn't hang the UI. (thanks
      WebFreak001)
  • 0.16.1 protected
    Megapixels 0.16.1
    
    * Fix for the blue screen bug
  • 1.1.0 protected
    5ad97d03 · Add save-dng setting ·
    Megapixels 1.1.0
    
    * Color calculation changes for the preview, should give better colors.
    * Added an about dialog on the settings page
    * Fixed writing random memory into .dng thumbnails
    * Added the first setting!, you can make the post-process script throw
      away the .dng after processing
  • 1.0.1 protected
    Megapixels 1.0.1
    
    Bugfix release
    
    * Fixed .desktop file having an old argument in it
    * Updated appstream metadata
  • 1.0.0 protected
    d3232420 · Merge branch 'opengl' ·
    Megapixels 1.0
    
    New major release of Megapixels, this upgrades to GTK4 so Megapixels can
    easily use GPU acceleartion for the camera preview, thanks to Benjamin Schaaf.
    
    This release also contains bugfixes from Purism and nwlyoc :)
    
    * Upgrade UI code to GTK4
    * The blue screen bug is fixed
    * Use g_get_user_config_dir instead of manual XDG env var parsing
    * Copy the qr code to the normal clipboard instead of the primary selection
  • 0.16.0 protected
    Megapixels 0.16.0
    
    * Made the QR outline more visible
    * Benjamin fixed a large memory leak :D
    * Added spacebar as keyboard shortcut to take a picture
    * Support anything url-like in the QR scanner
    * Fix picture save path
    * Fix bashishm in the default postprocess script
  • 0.15.0 protected
    a9ceaaa6 · Add zbar dep to CI ·
    Megapixels 0.15.0
    
    * Support both imagemagick and graphicsmagick in the default postprocess
      script
    * Add the QR code support from benjamin-schaaf