diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 177 |
1 files changed, 174 insertions, 3 deletions
@@ -1,10 +1,181 @@ -2016-11-14 10:19:34 +0100 Mike Gabriel (ce1cb09) +2016-11-21 16:09:48 +0100 Mike Gabriel (e4d2bdb) - * release 0.2.5 (HEAD, master) + * release 0.3.0 (HEAD, master) + +2016-11-21 16:09:15 +0100 Mike Gabriel (59067d0) + + * impressive-display.default: Document that the default resolution is + "". + +2016-11-21 16:08:32 +0100 Mike Gabriel (c97d2d2) + + * impressive-display: Silence some grep calls. + +2016-11-21 16:04:51 +0100 Mike Gabriel (f5eb800) + + * curl subprocess: Hide stderr when logging to syslog. + +2016-11-21 15:58:21 +0100 Mike Gabriel (0d1edff) + + * Whitespace fix for prev. commit. + +2016-11-21 15:50:18 +0100 Mike Gabriel (5691c6a) + + * LOG_TO_SYSLOG: Really expect "yes" with LOG_TO_SYSLOG env var. + (origin/master) + +2016-11-21 15:46:55 +0100 Mike Gabriel (4585650) + + * Set hard-coded/recommended slide duration to 5secs. + +2016-11-21 15:45:16 +0100 Mike Gabriel (6c3cf46) + + * impressive-display: Validate PDF_URI before using it with curl. + +2016-11-21 15:44:48 +0100 Mike Gabriel (c039c70) + + * impressive-display.default: Fix DEFAULT_PDF_URI. + +2016-11-21 15:34:55 +0100 Mike Gabriel (1f7acbc) + + * DEFAULT_PDF_URI: Switch to Impressive Display HowTo as default PDF + URI. + +2016-11-21 15:32:30 +0100 Mike Gabriel (20da43e) + + * secret files: Don't allow them to be symlinks. + +2016-11-21 15:32:06 +0100 Mike Gabriel (1ab8924) + + * Support /home/mike/.impressive-display/secrets/default.secret. + +2016-11-21 15:30:48 +0100 Mike Gabriel (154468c) + + * Use /home/mike/.impressive-display/config as local configuration + file. + +2016-11-21 15:28:04 +0100 Mike Gabriel (d558bb8) + + * DISPLAYS hashmap: Be a bit more precise where new fields begin. + +2016-11-21 15:24:55 +0100 Mike Gabriel (8936449) + + * data/.gitignore: Ignore all .tex related temp files. + +2016-11-21 15:23:53 +0100 Mike Gabriel (c441472) + + * examples/impressive-display.default: Update from Debian package. + +2016-11-21 15:23:28 +0100 Mike Gabriel (ac9fa13) + + * Makefile: Provide Makefile that automized build/installation. + +2016-11-21 14:09:27 +0100 Mike Gabriel (dfc784d) + + * Copyright: Explicitly add Daniel Teichmann as co-copyright holder. + +2016-11-21 14:09:09 +0100 Mike Gabriel (7906ccc) + + * Update VERSION file, update version and date in man page. + +2016-11-21 14:05:59 +0100 Mike Gabriel (04903e3) + + * examples/: Add example impressive-display.default script. + +2016-11-21 14:05:28 +0100 Mike Gabriel (084cd70) + + * Finish Impressive Display HowTo Beamer presentation file. + +2016-11-18 16:30:36 +0100 Mike Gabriel (a429a44) + + * doc: Start working on impressive-display.tex (LaTeX Beamer + presentation). + +2016-11-18 14:53:08 +0100 DanielsLPecke (d3d849c) + + * Use curl's --netrc-file option rather than its promiscuous -u + option. + +2016-11-18 13:42:19 +0100 Mike Gabriel (d79b6c6) + + * Rework Test-PDFs, add README about origin of the PDFs. + +2016-11-18 12:32:54 +0100 Mike Gabriel (472e8e2) + + * Fix gunzip code, for PDF URIs that let us retrieve a compressed + PDF. + +2016-11-18 12:32:27 +0100 Mike Gabriel (9e5faa5) + + * whitespace fix + +2016-11-18 12:32:12 +0100 Mike Gabriel (9ad64fd) + + * FIXME: handle script startup for cases where no PDF file can be + retrieved initially. + +2016-11-18 12:31:00 +0100 Mike Gabriel (c78cf5c) + + * Drop clear at script startup. If necessary, add it in one of the + parsed-in files. + +2016-11-18 12:30:04 +0100 Mike Gabriel (000fd02) + + * Remove debug output (set -x). + +2016-11-18 12:29:34 +0100 Mike Gabriel (8895b5a) + + * Do some sanity checks on set credential strings. + +2016-11-18 12:27:33 +0100 Mike Gabriel (5870c6f) + + * Move trap command below cleanup() function. + +2016-11-18 12:26:41 +0100 Mike Gabriel (9005a4b) + + * Prepend file:// to file name in DEFAULT_PDF_URI (hard-coded). + +2016-11-18 11:11:02 +0100 DanielsLPecke (b90ff3f) + + * Change creds format + +2016-11-16 13:47:23 +0100 DanielsLPecke (edb31dd) + + * Change Output message. Remove unnecessary 'xrandr's + +2016-11-16 13:44:43 +0100 DanielsLPecke (22f9ab3) + + * Change 'currentDisplay' to 'currentOutput'. Move the trap and + 'currentOutput'-setter to the top + +2016-11-16 13:07:05 +0100 DanielsLPecke (f20e48c) + + * Change resolution on script-exit + +2016-11-16 13:05:07 +0100 DanielsLPecke (d0644b2) + + * Fix bug: resolution doesn't change + +2016-11-14 13:42:03 +0100 DanielsLPecke (a460a4f) + + * Drop local_pdffile function, don't reference unused PDF_FILE + variable anymore. + +2016-11-14 11:51:02 +0100 DanielsLPecke (195648e) + + * Clear screen on script startup + +2016-11-11 12:41:56 +0100 DanielsLPecke (1cd51d1) + + * Add support for individually configuring multiple displays. + +2016-11-14 10:19:34 +0100 Mike Gabriel (d73088a) + + * release 0.2.5 2016-11-10 14:11:32 +0100 DanielsLPecke (189da2c) - * New feature: support hostname-faking (origin/master) + * New feature: support hostname-faking 2016-11-10 13:16:04 +0100 DanielsLPecke (98f1419) |