bump(version): 0.2.3

- Threads sort the same way they do in Gmail, by "last message received"
- We now use native SQLite bindings, and SQLite 3.8.11.1, which is 22% faster
- We now display an affordance for undoing changes to threads
- Scroll handling in the message list is much better
- Contact chips have been overhauled in the composer, and are now editable
- Contact autocompletions are better, and based on frequency of use
- Messages wrap better in many scenarios
- More than 20 bug fixes!

We now have more than 1,000 specs for Nylas Mail.
This commit is contained in:
Ben Gotow 2015-08-03 19:46:34 -07:00
parent d984071ac7
commit 3228b0df7e

View file

@ -1,7 +1,7 @@
{
"name": "nylas",
"productName": "Nylas",
"version": "0.2.2",
"version": "0.2.3",
"description": "An email OS",
"main": "./src/browser/main.js",
"repository": {