192 Commits

Author SHA1 Message Date
Allan Odgaard
666d93db27 Checkin release notes for 2.0.13 2020-05-14 15:52:43 +07:00
Allan Odgaard
2c04850b46 Use a Dark Mode media query for the About window’s CSS colors 2020-05-13 18:49:55 +07:00
Allan Odgaard
4af8f47cdc Checkin release notes for 2.0.12 2020-05-10 20:19:18 +07:00
Allan Odgaard
d4b0b4b35e Remove MASPreferences submodule 2020-05-10 20:07:30 +07:00
Allan Odgaard
cafc884c61 Checkin release notes for 2.0.11 2020-04-30 14:03:54 +07:00
Allan Odgaard
d3a14a4012 Checkin release notes for 2.0.10 2020-04-23 22:48:14 +07:00
Allan Odgaard
57d384ab66 Checkin release notes for 2.0.9 2020-04-22 22:33:29 +07:00
Allan Odgaard
7ff507b90a Checkin release notes for 2.0.8 2020-04-19 16:38:10 +07:00
Allan Odgaard
24335e20f1 Checkin release notes for 2.0.7 2020-04-18 13:29:16 +07:00
Allan Odgaard
7f94424b39 Remove MGScopeBar from about window (legal) 2020-04-18 09:16:31 +07:00
Allan Odgaard
2cb43a6ef3 Checkin release notes for 2.0.6 2020-02-28 12:54:02 +07:00
Allan Odgaard
dc185a42a3 Checkin release notes for 2.0.5 2020-02-28 12:54:02 +07:00
Allan Odgaard
3a214f6311 Checkin release notes for 2.0.4 2019-12-15 12:10:51 +07:00
Allan Odgaard
4f39295aef Checkin release notes for 2.0.3 2019-10-28 10:25:33 +01:00
Allan Odgaard
1903a2edec Checkin release notes for 2.0.2 2019-10-27 15:39:50 +01:00
Allan Odgaard
f83d3b2e14 Checkin release notes for 2.0.1 2019-10-07 12:37:35 +02:00
Sam Oldak
ad9229b591 Update Changes.md
typo
2019-10-06 11:09:39 +02:00
Allan Odgaard
54b232f6b1 Checkin release notes for 2.0 2019-09-15 17:18:12 +02:00
Allan Odgaard
aa10cd1e57 Checkin release notes for 2.0-rc.31 2019-08-26 21:49:58 +02:00
Allan Odgaard
88e5f1cd3c Checkin release notes for 2.0-rc.30 2019-08-21 11:56:45 +02:00
Allan Odgaard
c4cec82869 Checkin release notes for 2.0-rc.29 2019-07-16 08:35:13 +02:00
Allan Odgaard
027038aaed Checkin release notes for 2.0-rc.28 2019-07-13 10:21:44 +02:00
Allan Odgaard
be677cb0b4 Checkin release notes for 2.0-rc.27 2019-07-08 13:10:18 +02:00
Elia Schito
e9033911f0 Fix the background-size of the about window
Using background-size: 50% results in really bad scrolling performance and 
doesn't not achieve the effect of scaling the image to double the pixel density,
it rather sets the image width to 50% of the element.

Using the non-retina image size solves both the problems.

A similar issue was found in this SO page: https://stackoverflow.com/a/7034772
2019-07-08 13:04:32 +02:00
Allan Odgaard
7f9f295870 Checkin release notes for 2.0-rc.26 2019-07-08 07:35:33 +02:00
Allan Odgaard
9cc10e7b72 Checkin release notes for 2.0-rc.25 2019-07-07 23:11:52 +02:00
Allan Odgaard
694877aad1 Checkin release notes for 2.0-rc.23 2019-03-19 12:16:21 +07:00
Ronald Wampler
3eda80a87d Update link for Oniguruma official site
See https://github.com/kkos/oniguruma/issues/1.
2018-12-07 12:48:34 +07:00
Ronald Wampler
1fabf6d5c4 Remove legal notice for XcodeEditor
The use of this framework was dropped in 4d82e4b109.
2018-12-07 12:48:34 +07:00
Allan Odgaard
a3612be0f9 Checkin release notes for 2.0-rc.22 2018-12-06 22:06:10 +07:00
Allan Odgaard
6f17fa5352 Checkin release notes for 2.0-rc.20 2018-12-02 18:24:17 +07:00
Allan Odgaard
b9174f2e87 Checkin release notes for 2.0-rc.18 2018-11-15 11:31:14 +07:00
Allan Odgaard
8ba05fcf26 Checkin release notes for 2.0-rc.15 2018-11-02 16:35:26 +07:00
Allan Odgaard
d0f9f652f9 Let text/background color depend on effective appearance in about window
I was unable to update the CSS from Objective-C (using evaluateJavaScript:) which is why the content has to request the styles from the exposed TextMate object.

It would be best if this was implicit (which I know is easy with WKWebView, so better just migrate to WKWebView than fight more with WebView).

Though it is probably better to have separate style sheets for light and dark, eventually we may even be able to rely on media queries for the appearance.
2018-11-02 16:14:09 +07:00
Allan Odgaard
6c7276235e Checkin release notes for 2.0-rc.14 2018-11-01 12:06:04 +07:00
Allan Odgaard
56c7e34f74 Checkin release notes for 2.0-rc.11 2018-10-30 11:53:35 +07:00
Allan Odgaard
00399543b3 Checkin release notes for 2.0-rc.10 2018-06-12 00:03:25 +02:00
Allan Odgaard
81b888d61e Checkin release notes for 2.0-rc.9 2018-04-25 21:43:51 +07:00
Allan Odgaard
494290cc19 Checkin release notes for 2.0-rc.8 2018-04-25 21:43:51 +07:00
Michael Sheets
0c8817e57a Fix generation of contribution page
Modern multimarkdown tends to convert the <% and %> tags into HTML when they
occur before or after an empty line. This would then break parsing with erb.
Remove all empty lines in the vicinity of these tags to prevent this problem.

Sent in by @neverpanic through @ryandesign
2018-02-06 17:20:17 +07:00
Allan Odgaard
cd0773c55f Checkin release notes for 2.0-rc.5 2016-12-07 09:51:38 +07:00
Allan Odgaard
0950fdfc74 Checkin release notes for 2.0-rc.4 2016-12-03 21:43:04 +07:00
Allan Odgaard
6263e7ff54 Checkin release notes for 2.0-rc.1 2016-11-13 11:31:33 +07:00
Allan Odgaard
4e2625189b Remove beta release disclaimer 2016-11-11 22:07:20 +07:00
Allan Odgaard
876c1c324a Checkin release notes for 2.0-beta.12.26 2016-10-24 02:21:28 +07:00
Allan Odgaard
ecc13b46c2 Checkin release notes for 2.0-beta.12.23 2016-10-11 13:15:48 +02:00
Allan Odgaard
8ba7535010 Checkin release notes for 2.0-beta.12.21 2016-10-06 21:43:59 +02:00
Allan Odgaard
b9e937283a Checkin release notes for 2.0-beta.12.13 2016-09-21 22:20:39 +02:00
Allan Odgaard
9c8cd27d49 Checkin release notes for 2.0-beta.12.11 2016-09-09 11:53:10 +02:00
Allan Odgaard
89d45f73e5 Checkin release notes for 2.0-beta.12.8 2016-08-30 18:45:21 +02:00