Commit graph

180 commits

Author SHA1 Message Date
Ben Gotow
e7daf5abf2 Update Changelog to mention security contributions from Positive Technologies, Payatu, Sonar
Payatu - https://payatu.com
Postive Technologies - https://www.ptsecurity.com/ww-en/
Sonar - https://sonarsource.com
2024-02-01 22:11:58 -06:00
Ben Gotow
9a7e1a7843 1.13.3 2024-01-08 10:49:59 -06:00
Ben Gotow
8a0a82ea18 1.13.2 2023-12-10 12:36:47 -06:00
Ben Gotow
8bc31f1696 1.12.0 2023-10-09 15:13:39 -05:00
Ben Gotow
5126294f58 1.11.0 2023-07-28 23:06:28 -05:00
Ben Gotow
8ea2a61fed 1.10.8 2022-12-29 11:03:36 -06:00
Ben Gotow
5008ecc361 1.10.7 2022-11-21 09:42:32 -06:00
Ben Gotow
868fa80df4 Bump to 1.10.6, update Changelog 2022-10-10 09:11:21 -05:00
Ben Gotow
1ce06f18ba Bump to 1.10.5, update Changelog 2022-08-10 12:59:56 -05:00
Ben Gotow
af83444a63 Bump to 1.10.4, update changelog 2022-08-09 07:25:37 -05:00
Ben Gotow
97f16bed0a Bump to 1.10.3, update Changelog 2022-04-14 09:38:49 -05:00
Ben Gotow
69a03d6da3 Bump to 1.10.2 and update changelog 2022-03-29 16:19:12 -05:00
Ben Gotow
b2e69c4b0a Bump to 1.10.1, update Changelog 2022-03-12 10:37:53 -06:00
Ben Gotow
06926efbf5 Bump to 1.10.0, update Changelog 2022-02-28 10:35:08 -06:00
Ben Gotow
6e14dad1f8 Update changelog for 1.9.2 2021-09-05 12:05:19 -05:00
Ben Gotow
921cd536fd Bump to 1.9.1, update changelog 2021-04-16 00:22:01 -05:00
Ben Gotow
87660767b5 Update the changelog to reflect release delay 2021-04-13 14:24:21 -05:00
Ben Gotow
1554a23fd3 Bump to 1.9.0 and update changelog in preparation for next release 2021-04-08 00:15:49 -05:00
Ben Gotow
90137f11fe Bump to 1.8.0, update Changelog 2021-01-19 12:22:07 -06:00
Ben Gotow
13635bcf56 Bump to 1.7.8, update Changelog 2020-05-24 19:22:42 -05:00
Ben Gotow
71504f2c10 Pad the new “Show Original” menu item slightly, update changelog 2020-05-20 22:17:39 -05:00
Ben Gotow
02a9572d18 Bump master to 1.7.7 2020-05-18 20:32:10 -05:00
Ben Gotow
10dac97c3f Update changelog 2020-04-22 12:27:30 -05:00
Ben Gotow
afc45f1c99 Update changelog for 1.7.6 2020-04-22 00:12:56 -05:00
Ben Gotow
79e295c127 Update the Changelog for 1.7.5 2020-04-16 12:54:16 -05:00
Ben Gotow
f623517c73 Bump master to 1.7.5, update changelog for 1.7.4 hotfix release 2020-02-24 19:17:42 -06:00
Ben Gotow
8431f148c4 Update changelog for 1.7.3, bump master to 1.7.4 2020-02-24 15:04:20 -06:00
Bradley D. Thornton
aa125f0136 Update CHANGELOG.md
Fixed typo 'al ink', changing to 'a link', and clarified that it's a hash character and not a #hash
2019-11-30 11:39:40 -06:00
Ben Gotow
4522b25972 Update changelog for 1.7.2 2019-10-22 00:38:19 -05:00
Ben Gotow
63f39fca56 Bump to 1.7.2, update Changelog 2019-10-16 11:14:29 -05:00
Ben Gotow
45d4260b6d Bump to 1.7.1, update Changelog 2019-10-14 15:00:38 -05:00
Ben Gotow
65435390ad Requesting unapproved read-write Google Contacts API results in “App Not Verified”
We will have to make Google support read-only until the additional oauth scope is approved…
2019-10-14 01:04:03 -05:00
Ben Gotow
75b234975f Bump version to 1.7.0 and update changelog 2019-10-13 14:44:04 -05:00
Ben Gotow
134a0e55b8 Ensure that a textInput event is always emitted when text composition ends #1531 2019-07-01 14:09:46 -05:00
Ben Gotow
a6a3b5d23a Update changelog, fix build 2019-06-30 23:35:06 -05:00
Ben Gotow
e35d44109c Bump master to 1.6.3 2019-06-21 23:25:17 -05:00
Ben Gotow
bbe4389433 Update changelog 2019-06-14 11:38:51 -05:00
Ben Gotow
1808e52b05 Update changelog for 1.6.2 release (pending testing) 2019-06-11 02:24:16 -05:00
Ben Gotow
110c443598 Update changelog for 1.6.1 release, bump internal build to 1.6.2 2019-04-04 21:52:53 -07:00
Ben Gotow
60aa641037 Bump to 1.6.1, Electron 4.1.0 2019-03-18 09:09:36 -07:00
Ben Gotow
10f5c95c03 Update Changelog 2019-03-17 23:34:30 -07:00
Ben Gotow
731aa71134 Bump to 1.6.0, Electron 4.0.8 2019-03-12 21:27:01 -07:00
Ben Gotow
149b389508
Replace Babel with TypeScript compiler, switch entire app to TypeScript 🎉 (#1404)
* Switch to using Typescript instead of Babel

* Switch all es6 / jsx file extensions to ts / tsx

* Convert Utils to a TS module from module.exports style module

* Move everything from module.exports to typescript exports

* Define .d.ts files for mailspring-exports and component kit… Yes it seems this is the best option :(

* Load up on those @types

* Synthesize TS types from PropTypes for standard components

* Add types to Model classes and move constructor constants to instance vars

* 9800 => 7700 TS errors

* 7700 => 5600 TS errors

* 5600 => 5330 TS errors

* 5330 => 4866 TS errors

* 4866 => 4426 TS errors

* 4426 => 2411 TS errors

* 2411 > 1598 TS errors

* 1598 > 769 TS errors

* 769 > 129 TS errors

* 129 > 22 TS errors

* Fix runtime errors

* More runtime error fixes

* Remove support for custom .es6 file extension

* Remove a few odd remaining references to Nylas

* Don’t ship Typescript support in the compiled app for now

* Fix issues in compiled app - module resolution in TS is case sensitive?

* README updates

* Fix a few more TS errors

* Make “No Signature” option clickable + selectable

* Remove flicker when saving file and reloading keymaps

* Fix mail rule item height in preferences

* Fix missing spacing in thread sharing popover

* Fix scrollbar ticks being nested incorrectly

* Add Japanese as a manually reviewed language

* Prevent the thread list from “sticking”

* Re-use Sheet when switching root tabs, prevent sidebar from resetting

* Ensure specs run

* Update package configuration to avoid shpping types

* Turn eslint back on - we will opt-in to the TS rules one by one
2019-03-04 11:03:12 -08:00
Ben Gotow
43d80dea46 Bump to 1.5.7, Electron 4.0.5, update Changelog 2019-02-24 10:41:07 -08:00
Ben Gotow
923ce5a47c Update CHANGELOG 2019-02-10 17:12:14 -08:00
Ben Gotow
255f3be62a Bump to 1.5.5, update Changelog 2019-01-03 10:18:29 -08:00
Ben Gotow
de215d8f88 Update changelog, cut v1.5.4 release 2018-12-29 08:26:29 -05:00
kometchtech
b467d9a02e Fix account name (#1243)
Although it is not a big problem, my account name seems to be wrong, 
so I fixed it.
2018-12-03 13:57:47 -08:00
Ben Gotow
420ce003b5 Update Changelog, cut v1.5.3 release 2018-11-25 18:17:56 -08:00
Ben Gotow
353ee40318 Bump to 1.5.2, update Changelog 2018-11-05 00:38:49 -08:00