Skip to content

Commit

Permalink
Add missing CSS file to restore light mode window rendering (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Sep 7, 2021
2 parents 53c1aa3 + cd1a676 commit 41a9a58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
2.16
-----
- Updated the account deletion flow for clarity #1026


2.15.1
-----
- Fixed a bug that caused the app window not to load in light mode #1031


2.15
-----
- [Internal] added error response case on login for unverified emails #1019
- In app account deletion: Now you can delete your account from the app #1013
- [Internal] added login alert for compromised password #1017
- Updated the account deletion flow for clarity #1026

2.14
-----
Expand Down
2 changes: 2 additions & 0 deletions Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@
BAA0A88F26BA39200006260E /* AccountDeletionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA0A88126B9F8970006260E /* AccountDeletionController.swift */; };
BAA0A89326BA39260006260E /* RemoteError.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA0A87926B9F0B50006260E /* RemoteError.swift */; };
BAA4854A25D5E22000F3BDB9 /* SearchQuery+Simplenote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA4854925D5E22000F3BDB9 /* SearchQuery+Simplenote.swift */; };
BAD4ECC026E6FC0A00881CC4 /* markdown-light.css in Resources */ = {isa = PBXBuildFile; fileRef = BAF8D5DB26AE3BE800CA9383 /* markdown-light.css */; };
BAE66CAA26AF647500398FF3 /* Remote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA938CEB26ACFF4A00BE5A1D /* Remote.swift */; };
BAF8D5DC26AE3BE800CA9383 /* markdown-light.css in Resources */ = {isa = PBXBuildFile; fileRef = BAF8D5DB26AE3BE800CA9383 /* markdown-light.css */; };
BAFB545026CCA7F1006E037C /* NSProgressIndicator+Simplenote.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAFB544F26CCA7F1006E037C /* NSProgressIndicator+Simplenote.swift */; };
Expand Down Expand Up @@ -1840,6 +1841,7 @@
B53ACDE525DD47BB00CF527A /* InterlinkViewController.xib in Resources */,
B5438013246358BA00F34B1C /* Icons.xcassets in Resources */,
B5C7DD44243E4A8E00BEE354 /* CollaborateViewController.xib in Resources */,
BAD4ECC026E6FC0A00881CC4 /* markdown-light.css in Resources */,
B58117D725B9D5F500927E0C /* AccountVerificationViewController.xib in Resources */,
37AE49CA1FFEBB0B00FCB165 /* markdown-dark.css in Resources */,
466FFF1717CC10A800399652 /* Localizable.strings in Resources */,
Expand Down

0 comments on commit 41a9a58

Please sign in to comment.