Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophWurst committed May 6, 2016
1 parent 6d08fa4 commit 9bc8021
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## 0.4.5
### Added
- Ability to import ics attachments into the calendar
[#1473](https://github.com/owncloud/mail/pull/1473) @ChristophWurst

## 0.4.4
### Added
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Why is this so awesome?

* :rocket: **Integration with other ownCloud apps!** Currently Contacts & Files – more to come.
* :rocket: **Integration with other ownCloud apps!** Currently Contacts, Calendar & Files – more to come.
* :inbox_tray: **Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox.
* :lock: **Send & receive encrypted emails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.
* :see_no_evil: **We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
Expand All @@ -23,7 +23,6 @@ And in the works for the [coming versions](https://github.com/owncloud/mail/mile
* :books: [Proper grouping of message threads](https://github.com/owncloud/mail/issues/21)
* :zap: [Caching to make everything faster](https://github.com/owncloud/mail/issues/480)
* :paperclip: [Even better attachment support](https://github.com/owncloud/mail/issues/462)
* :date: [Calendar integration](https://github.com/owncloud/mail/issues/79)
* :package: [Folder management & moving mails](https://github.com/owncloud/mail/issues/411)

## Installation
Expand Down
4 changes: 3 additions & 1 deletion js/require_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
marionette: 'vendor/backbone.marionette/lib/backbone.marionette',
underscore: 'vendor/underscore/underscore',
text: 'vendor/text/text'
},
},
shim: {
davclient: {
exports: 'dav'
},
ical: {
exports: 'ICAL'
}
}
});

Expand Down

0 comments on commit 9bc8021

Please sign in to comment.