diff options
-rw-r--r-- | doc/CHANGES.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 3915234be..679dccba1 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,5 +1,14 @@ # Version 0.4 +## Highlighted features +* Complete overhaul of design, including improved search, modern look and feel, more twitter links, etc +* A banner alerts visitors from other countries to existing sites in their country, or exhorts them to make their own +* Bounce emails that result from user alerts are automatically processed and hard bouncing accounts do not continue to receive alerts. + See the new instructions in INSTALL-exim4.md for details of how to set this up. +* Logged in users now have the ability to download a zipfile of the entire correspondence for a request +* Improved UI for responding to requests. The user now has a single option to "reply" at the bottom of a request, and can adjust who they are replying to on the next page +* [Full list of changes on github](https://github.com/sebbacon/alaveteli/issues?sort=created&direction=desc&state=closed&milestone=7) + ## Upgrade notes * Remember to `rake db:migrate` and `git submodule update` * Ensure you have values for new config variables (see `config/general.yml-example`): @@ -15,15 +24,6 @@ * Ensure your webserver can serve up generated files by symlinking `cache/zips/download` to `public/download` (this is also done by the `rails-post-deploy` script). If you're using Passenger + Apache, you'll need to add a `PassengerResolveSymlinksInDocumentRoot on` directive to the configuration. * Configure your MTA to handle bounce emails from alerts (see INSTALL-exim4.md) -## Highlighted features -* Complete overhaul of design, including improved search, modern look and feel, more twitter links, etc -* A banner alerts visitors from other countries to existing sites in their country, or exhorts them to make their own -* Bounce emails that result from user alerts are automatically processed and hard bouncing accounts do not continue to receive alerts. - See the new instructions in INSTALL-exim4.md for details of how to set this up. -* Logged in users now have the ability to download a zipfile of the entire correspondence for a request -* Improved UI for responding to requests. The user now has a single option to "reply" at the bottom of a request, and can adjust who they are replying to on the next page -* [Full list of changes on github](https://github.com/sebbacon/alaveteli/issues?sort=created&direction=desc&state=closed&milestone=7) - # Version 0.3 ## Highlighted features |