Skip to content

Commit

Permalink
EDIT/circadian: update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoschmidt committed Sep 17, 2017
1 parent 6a0e35e commit 19d3504
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions circadian.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Guido Schmidt
;; Maintainer: Guido Schmidt <guido.schmidt.2912@gmail.com>
;; URL: https://github.com/GuidoSchmidt/circadian
;; Version: 0.2.1
;; Version: 0.2.2
;; Keywords: circadian, themes
;; Package-Requires: ((emacs "24.4"))

Expand Down Expand Up @@ -37,18 +37,24 @@

;;; Change Log:

;; 0.2.2
;; - Added testing (+ configuration for travis CI)
;; - Changed arguments of `circadian-filter-inactivate-themes' to accept
;; the current time string + themes asoc list due to gain testability
;; of that function with various time strings (see `tests/').
;;
;; 0.2.1
;; - Add function to load the latest overdue theme to `circadian-setup'
;;
;; 0.2
;; 0.2.0
;; - nyx-theme and hemera-theme live in their own repos from now on:
;; nyx: https://github.com/GuidoSchmidt/emacs-nyx-theme
;; hemera: https://github.com/GuidoSchmidt/emacs-hemera-theme
;; - Use default themes for default configuration of `circadian-themes'
;; - Re-implemented configuration using associated list and timers
;; (thanks to Steve Purcell for pointing me into this direction)
;;
;; 0.1
;; 0.1.0
;; - Initial release
;; - Variables for day/night hour
;; - Themes included: hemera-theme, nyx-theme
Expand Down

0 comments on commit 19d3504

Please sign in to comment.