Download project files

How do I verify a download?


110 of 11 releases

1.2.2 (revolution) release from the 1.2.x series released

Release information
Release notes:

Version 1.2.2 provide now a better SIGINT/SIGTERM support (LP: #1475841) and the GUI updates the configuration entries after you hit the reset button. Biggest change in this version is the new backlight device interface which makes it easier to add other backlight level control methods. Besides other clean ups the performance and memory footprint is also slightly improved.

Changelog:

  * Update GUI
    - Split GUI windows into separate classes
    - Update configuration entries after reset
  * Update yawls_cli.sh
    - Add better SIGTERM/SIGINT support (LP: #1475841)
  * Update engine/Brightness.java
    - Improved performance
  * Update translations
  * Add backlight device interface
    - Make it possible to add other backlight control methods.
  * Add engine/MinMaxContainer.java

File Description Downloads
download icon yawls_1.2.2.tar.gz (md5, sig) Release 1.2.2 source 144
last downloaded 6 weeks ago
download icon yawls_1.2.2_all.deb (md5, sig) Release 1.2.2 installer 607
last downloaded 12 days ago
Total downloads: 751

1.2.1 (revolution) release from the 1.2.x series released

Release information
Release notes:

CLI and GUI versions were merged and the GUI is completely revamped. In addition to several other improvements the changes between brightness levels are more smooth in this version. Also new in this version is the backlit detection to prevent unwanted brightness changes.

Changelog:

  * Update bulid.sh
    - Merge GUI and CLI versions
  * Update build.xml
    - To prevent some build errors
  * Update gui/Show.java
    - Revamped GUI (LP: #1433997)
    - Fix wrong logrotate config (LP: #1470463)
    - Fix log level is not saved via GUI
  * Update util/SingleInstance.java
    - Rename to LockFile.java
    - Can now handle more than one lock file
  * Update debian/yawls.init
    - iosched and procsched removed
  * Add util/ReadParallel.java and util/WriteParallel.java
    - Read and write with worker processes
  * Add engine/Fade.java
    - Smoother change between brightness level
  * Add gui/ValueDaemon.java
    - Update camera stats every second
  * Add main/Debug.java
    - Create logfile for debugging

File Description Downloads
download icon yawls_1.2.1.tar.gz (md5, sig) Release 1.2.1 source 56
last downloaded 13 days ago
download icon yawls_1.2.1_all.deb (md5, sig) Release 1.2.1 installer 666
last downloaded 6 weeks ago
Total downloads: 722

1.1.2 (picturesque) release from the 1.1.x series released

Release information
Release notes:

Some bug fixes and performance improvements and many other small changes.
Also updated translations for old and new supported languages.

Changelog:

  * Update src/*
   - Add license header to all Java files
   - Improve Java Convention
  * Add policykit file
   - Move from gksudo to pkexec
   - Update yawls_gui.sh
  * Update debian/control
   - Add version range for libgtk-3-0 (3.10 < 3.14)
  * Upadte main/Yawls.java
   - Add daemon/BrightnessDaemon.java, daemon/Tools.java
  * Update engine/Brightness.java
   - Improved performance
  * Update engine/Face.java
   - Improved performance
  * Update error/IllegalArgumentINConfig.java
   - Change name to IllegalArgumentINConfigException
  * Upadte error/NoBacklightDeviceFound.java
   - Change name to NoBacklightDeviceFoundException
  * Update yawls_cli.sh
   - Improved memory footprint of yawls Java instance
   - Fix PID file error if not run as root (LP: #1424250)
   - Fix PID file doesn't save program ID (LP: #1425129)

File Description Downloads
download icon yawls_1.2.0_beta_02_all.deb (md5, sig) BETA 02 release 1.2.0 installer 332
last downloaded 42 weeks ago
download icon yawls_1.2.0_all.deb (md5, sig) BETA release 1.2.0 installer 120
last downloaded 17 weeks ago
download icon yawls-gtk_1.1.2_all.deb (md5, sig) Release 1.1.2 installer (GTK) 49
last downloaded 42 weeks ago
download icon yawls-cli_1.1.2_all.deb (md5, sig) Release 1.1.2 installer (CLI) 26
last downloaded 12 days ago
download icon yawls_1.1.2.tar.gz (md5, sig) Release 1.1.2 source 20
last downloaded 42 weeks ago
Total downloads: 547

1.1.1 (picturesque) release from the 1.1.x series released

Release information
Release notes:

Add workaround for broken opencv symlinks on some systems to merge the different packages per OS in one

Changelog:

  * Update build.xml
   - Use reference for libopencv
  * Update debian/control
   - Add libopencv2.4-java as dependency
  * Update yawls_cli.sh
   - Add workaround for broken opencv symlinks on some systems
  * Update debian/yawls-cli.links
  * Update debian/yawls-gtk.links

File Description Downloads
download icon yawls_1.1.1.tar.xz (md5, sig) Release 1.1.1 source 38
last downloaded 11 days ago
download icon yawls-cli_1.1.1_all.deb (md5, sig) Release 1.1.1 installer (CLI) 32
last downloaded 11 days ago
download icon yawls-gtk_1.1.1_all.deb (md5, sig) Release 1.1.1 installer (GTK) 45
last downloaded 11 days ago
Total downloads: 115

1.1.0 (picturesque) release from the 1.1.x series released

Release information
Release notes:

Yawls 1.1.0 codename "picturesque” comes with some great changes for example:
* The daemon of yawls is now activated by default instead of the cronjob
* A GUI for calibration and easier configuration
* And many other under the hood changes

Changelog:

  * New upstream release
  * Add gui/Show.java, util/Check.java
   - Make config editable on-the-fly
   - Add calibration wizzard
  * Add yawls_cli.sh, yawls_gui.sh
   - Make daemon more robust
   - Add workaround for GTK error
  * Add engine/Stable.java
   - Add stable light conditions detection function to improve battery impact
  * Add error/IllegalArgumentINConfig.java, error/NoBacklightDeviceFound.java
  * Add Yawls.desktop, yawls_icon_64x64.png
  * Add yawls_about.glade, yawls_calibrate.glade
  * Add yawls_error.glade, yawls_gui.glade
  * Update debian/control
   - Split into two versions (CLI, GUI)
  * Update debian/rules
  * Update build.xml, build.sh
   - Make builds more stable
  * Update manual
   - Manual is now translateable
   - Add that daemon mode is now default
  * Update util/Translate.java, util/Database.java
  * Update main/Yawls.java
   - Improved daemon mode
   - Add -g, --gui options
  * Update engine/Brightness.java
   - Improve automatic camera calibration
  * Update util/GeneratePath.java
   - Improve BestType function to make backlight type detection more stable

File Description Downloads
download icon yawls_1.1.0.tar.gz (md5, sig) new upstream release 1.1.0 source 9
last downloaded 42 weeks ago
download icon yawls-cli_1.1.0~ubuntu14.10_all.deb (md5, sig) new upstream release 1.1.0 for ubuntu 14.10 (utopic unicorn) 11
last downloaded 43 weeks ago
download icon yawls-gtk_1.1.0~ubuntu14.10_all.deb (md5, sig) new upstream release 1.1.0 for ubuntu 14.10 (utopic unicorn) 11
last downloaded 42 weeks ago
download icon yawls-cli_1.1.0~ubuntu14.04_all.deb (md5, sig) new upstream release 1.1.0 for ubuntu 14.04 (trusty tahr) 14
last downloaded 42 weeks ago
download icon yawls-gtk_1.1.0~ubuntu14.04_all.deb (md5, sig) new upstream release 1.1.0 for ubuntu 14.04 (trusty tahr) 17
last downloaded 43 weeks ago
Total downloads: 62

1.0.1 release from the 1.0.x series released

Release information
Release notes:

A bugfix update to close (#1411946, #1409247, #1416639) and some optimizations.
Also add compatibility for ubuntu precise with a backport ppa for OpenCV.

Changelog:

  * Add OpenCV PPA for precise compatibility
  * Change src/*/*/*/*
   - Improved Java Convention
  * Update src/*/*/*/engine/Brightness.java
   - Fix does not internally store the last ambient brightness (#1411946)
   - Fix screen dim while camera is used by another program (#1409247)
   - Fix Problem with auto-calibration (#1416639)
   - Change reference value type to double to improve reference calculation
  * Update src/*/*/*/engine/Face.java
   - Optimze face detection
  * Update src/*/*/*/util/Database.java, src/*/*/*/util/Config.java
   - Change path of config file
  * Update src/*/*/*/util/GeneratePath.java
   - Add bestType detection for GeneratePath
  * Update src/*/*/*/util/Translation.java
   - Add gettext library for easier translations and translation integration
   - Update build.sh
   - Update build.xml
  * Add src/*/*/*/engine/Threshold.java
   - Add Threshold to config for brightening and darkening
  * Update debian/compat
   - Bump Version to 9
  * Update debian/rules
   - Add override for update-rc to install init script without activation
  * Update debian/control
   - Bump debhelper Version to >= 9
   - Add Homepage URL
   - Add Version Control System URLs
  * Update debian/yawls.install
   - Remove unneeded path
  * Add debian/yawls.postrm.debhelper and debian/yawls.prerm.debhelper
   - For a cleaner uninstall if daemon is added to defaults by the user
  * Update debian/changelog
   - Changelog is now more detailed
  * Update man/yawls.*
   - Path correction of config files

File Description Downloads
download icon yawls_1.0.1~ubuntu14.10.tar.xz (md5, sig) Release 1.0.1 source for ubuntu 14.10 (utopic unicorn) 14
last downloaded 2 days ago
download icon yawls_1.0.1~ubuntu14.10_all.deb (md5, sig) Release 1.0.1 installer for ubuntu 14.10 (utopic unicorn) 12
last downloaded 43 weeks ago
download icon yawls_1.0.1~ubuntu14.04.tar.gz (md5, sig) Release 1.0.1 source for ubuntu 14.04 (trusty tahr) 13
last downloaded 43 weeks ago
download icon yawls_1.0.1~ubuntu14.04_all.deb (md5, sig) Release 1.0.1 installer for ubuntu 14.04 (trusty tahr) 19
last downloaded 43 weeks ago
download icon yawls_1.0.1~ubuntu12.04.tar.gz (md5, sig) Release 1.0.1 source for ubuntu 12.04 (precise pangolin) 13
last downloaded 43 weeks ago
download icon yawls_1.0.1~ubuntu12.04_all.deb (md5, sig) Release 1.0.1 installer for ubuntu 12.04 (precise pangolin) [needs OpenCV backport] 11
last downloaded 42 weeks ago
Total downloads: 82

1.0.0 release from the 1.0.x series released

Release information
Release notes:

New upstream release

Changelog:

   - Clean up dependencies
   - Add possibility to translate the program
   - Add translated man pages
   - Add translation for german (program and man page)
   - Add config file for daemon (/etc/default/yawls.properties)
    - Add option to detect Faces
    - Add option to change scan interval
   - More battery friendly

File Description Downloads
download icon yawls_1.0.0~ubuntu14.10.tar.xz (md5, sig) new upstream release 1.0.0 for ubuntu 14.10 (utopic unicorn) 19
last downloaded 42 weeks ago
download icon yawls_1.0.0~ubuntu14.10_all.deb (md5, sig) new upstream release 1.0.0 for ubuntu 14.10 (utopic unicorn) 11
last downloaded 42 weeks ago
download icon yawls_1.0.0~ubuntu14.04.tar.gz (md5, sig) new upstream release 1.0.0 for ubuntu 14.04 (trusty tahr) 13
last downloaded 42 weeks ago
download icon yawls_1.0.0~ubuntu14.04_all.deb (md5, sig) new upstream release 1.0.0 for ubuntu 14.04 (trusty tahr) 14
last downloaded 43 weeks ago
Total downloads: 57

0.0.8 release from the 1.0.x series released

Release information
Release notes:

New upstream release

Changelog:

   - Enhanced brightness level classification
   - Performance optimizations
   - Add daemon mode
   - Add init.d script
   - Updated Manual

File Description Downloads
download icon yawls_0.0.8.2~ubuntu14.10_all.deb (md5, sig) new upstream release 0.0.8 for ubuntu 14.10 (utopic unicorn) 11
last downloaded 43 weeks ago
download icon yawls_0.0.8.2~ubuntu14.04_all.deb (md5, sig) new upstream release 0.0.8 for ubuntu 14.04 (trusty tahr) 10
last downloaded 42 weeks ago
Total downloads: 21

0.0.7 release from the 1.0.x series released

Release information
Release notes:

New upstream release

Changelog:

   - Add compatibility for Ubuntu 14.10
   - Corrected the calculation of the minimum brightness level
        - fixed brightness level classification

File Description Downloads
download icon yawls_0.0.7.2~ubuntu14.10_all.deb (md5) new upstream release 0.0.7 for ubuntu 14.10 (utopic unicorn) 12
last downloaded 42 weeks ago
download icon yawls_0.0.7.2~ubuntu14.04_all.deb (md5) new upstream release 0.0.7 for ubuntu 14.04 (trusty tahr) 11
last downloaded 42 weeks ago
Total downloads: 23

0.0.5 release from the 1.0.x series released

Release information
Release notes:

New upstream release

Changelog:

- Add manpage

File Description Downloads
download icon yawls_0.0.5_trusty_all.deb (md5) new upstream release 0.0.5 for ubuntu 14.04 (trusty tahr) 10
last downloaded 42 weeks ago
Total downloads: 10

110 of 11 releases