Skip to content

Commit

Permalink
Adjusted indent size in changelog
Browse files Browse the repository at this point in the history
We like two spaces now, trying to keep it consistent!
  • Loading branch information
dino- committed Mar 26, 2019
1 parent 96d31b8 commit 5c4d67d
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,100 +15,100 @@

3.4 (2018-10-09)

* Added a new --version switch
* Now supporting building to an AppImage
* Moved copyright up to 2018
* Added a new --version switch
* Now supporting building to an AppImage
* Moved copyright up to 2018


3.3 (2017-12-27)

* A variety of build-related fixes were made
* A variety of build-related fixes were made


3.2 (2016-10-02)

* Switched the build from cabal to stack
* Added hsinstall installation script
* Update copyright year
* Various updates to the cabal file
* Switched the build from cabal to stack
* Added hsinstall installation script
* Update copyright year
* Various updates to the cabal file


3.1 (2015-06-28)

* Removed ambiguous import of `System.Locale.defaultTimeLocale`
* Updated to use `Data.Version` to fish the version out of cabal info
* Replaced deprecated ErrorT with ExceptT
* Added pragma for Control.Applicative import
* Updated README and cabal file with current info
* Moved copyright year up to 2015
* Removed ambiguous import of `System.Locale.defaultTimeLocale`
* Updated to use `Data.Version` to fish the version out of cabal info
* Replaced deprecated ErrorT with ExceptT
* Added pragma for Control.Applicative import
* Updated README and cabal file with current info
* Moved copyright year up to 2015


3.0.1 (2012-11-01)

* Updated test suite to build cleanly (without warnings) and
run against modern cabal versions
* Updated cabal file to modern cabal standards. Unit testing is
now cabal-driven and we now fully support cabal sdist.
* Fixed a problem where try is no longer available. Now importing
Control.Exception to bring it into scope.
* Adjusted usage to explain a change in how we find the EXIF
date stamps
* Moved copyright year up to 2012
* Updated test suite to build cleanly (without warnings) and
run against modern cabal versions
* Updated cabal file to modern cabal standards. Unit testing is
now cabal-driven and we now fully support cabal sdist.
* Fixed a problem where try is no longer available. Now importing
Control.Exception to bring it into scope.
* Adjusted usage to explain a change in how we find the EXIF
date stamps
* Moved copyright year up to 2012


3.0.0 (2011-05-08)

* New naming scheme that uses date/time only, no serial. This
is a BIG change but the old naming scheme is still available.
* Parent directory is now a switch
* Subdirectory path creation of year and day can be suppressed
* User can specify an arbitrary suffix string for the new names
* User can now put switches into a config file
* New naming scheme that uses date/time only, no serial. This
is a BIG change but the old naming scheme is still available.
* Parent directory is now a switch
* Subdirectory path creation of year and day can be suppressed
* User can specify an arbitrary suffix string for the new names
* User can now put switches into a config file


2.3.0 (2010-01-25)

* Problem fixed that had recently come up with the Exif
library. Specifically, files with no EXIF data were causing
an IO error to be thrown and processing to halt. (thanks to
Josh Hoyt)
* Other minor updates to things like copyright info and version
number
* Problem fixed that had recently come up with the Exif
library. Specifically, files with no EXIF data were causing
an IO error to be thrown and processing to halt. (thanks to
Josh Hoyt)
* Other minor updates to things like copyright info and version
number


2.2 (2009-06-07)

* No changes in how the software behaves
* Updated build-depends to be explicit about base version
requirement
* Minor update to BSD3 copyright notices to bring them up to 2009
* Debian binary package of v2.2 available
* No changes in how the software behaves
* Updated build-depends to be explicit about base version
requirement
* Minor update to BSD3 copyright notices to bring them up to 2009
* Debian binary package of v2.2 available


2.1 (2008-10-11)

* More big changes to the transformers used. No longer using
WriterT. Now using ErrorT for error handling.
* Changed to record-style data for the arg parsing.
* More big changes to the transformers used. No longer using
WriterT. Now using ErrorT for error handling.
* Changed to record-style data for the arg parsing.


2.0 (2008-03-05)

* Upgraded to build under GHC 6.8.2
* Major internal changes. Now using ReaderT and WriterT
* Changed version numbering scheme to be more conventional. Recent
versions of cabal were not amused with the strange version
string.
* This project now added to HackageDB
* Upgraded to build under GHC 6.8.2
* Major internal changes. Now using ReaderT and WriterT
* Changed version numbering scheme to be more conventional. Recent
versions of cabal were not amused with the strange version
string.
* This project now added to HackageDB


003 (2007-09-13)

* Repairs for a build problem with GHC > 6.6 specifically related
to depending on FilePath instead of filepath and now requiring
import of Data.Time.Format
* Repairs for a build problem with GHC > 6.6 specifically related
to depending on FilePath instead of filepath and now requiring
import of Data.Time.Format


002 (2007-04-28)

* Initial release
* Initial release

0 comments on commit 5c4d67d

Please sign in to comment.