Skip to content

Commit 6807349

Browse files
committed
[Prerelease] Canary build at Tue, 20 Sep 2016 18:42:34 GMT to version 7.36.47.249.
1 parent 7fc3c4d commit 6807349

5 files changed

Lines changed: 63 additions & 4 deletions

File tree

.cws-config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"canary": {
3+
"id": "ffgciingieijajcbpkockcbknajffbel",
4+
"publishTo": "trustedTesters",
5+
"clientId": "592877543090-74gs0o76s274rab3vht2j6e60vb62pfm.apps.googleusercontent.com"
6+
},
7+
"dev" : {
8+
"id": "okeafnfmgoafdfbcjkanpgmjanccpell",
9+
"publishTo": "trustedTesters",
10+
"clientId": "592877543090-fgvbeqjcr5410l8lt5njsncrr65pk1b9.apps.googleusercontent.com"
11+
},
12+
"beta" : {
13+
"id": "epgngalmiadbjnoompchcohonhidjanm",
14+
"publishTo": "trustedTesters",
15+
"clientId": "592877543090-sve7q3vseoagoq1cbtlgruo206imkrs0.apps.googleusercontent.com"
16+
},
17+
"stable" : {
18+
"id": "hgmloofddffdnphfgcellkdfbfbjeloo",
19+
"publishTo": "default",
20+
"clientId": "592877543090-6tqu3mbhcbc3437cfj5f0ahjtui5tjac.apps.googleusercontent.com"
21+
}
22+
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
## [7.36.47](https://github.com/jarrodek/ChromeRestClient/compare/4.11.1...v7.36.47) (2016-09-20)
33

44

5+
### Fix
6+
7+
* Clear all button is now better described in the main UI. Also a new option to undo clear all ([c90f3f41d83ceb9e871e8abb477d66d4fc2b9dbe](https://github.com/jarrodek/ChromeRestClient/commit/c90f3f41d83ceb9e871e8abb477d66d4fc2b9dbe)), closes [#769](https://github.com/jarrodek/ChromeRestClient/issues/769)
8+
* Fixed a small preview snippets in the response panel ([3ab2bdd346c9b3d2a0d98a705851a71b3c4e5099](https://github.com/jarrodek/ChromeRestClient/commit/3ab2bdd346c9b3d2a0d98a705851a71b3c4e5099))
9+
* Fixed auth client that require credentials file on each type of task ([f961dcc346ad8de952f000d516fc87c5374451ca](https://github.com/jarrodek/ChromeRestClient/commit/f961dcc346ad8de952f000d516fc87c5374451ca))
10+
* Fixed auth client that require credentials file on each type of task ([8d84534ac807cbfb9b450170209ba62a07bdb943](https://github.com/jarrodek/ChromeRestClient/commit/8d84534ac807cbfb9b450170209ba62a07bdb943)), closes [#789](https://github.com/jarrodek/ChromeRestClient/issues/789)
11+
* Fixed double parsed response ([b3b848882aac1a10bfb22b9355c81fd161e517a6](https://github.com/jarrodek/ChromeRestClient/commit/b3b848882aac1a10bfb22b9355c81fd161e517a6))
12+
* Fixed issue with header (fix: # app/manifest.json ([949aa57b4a5324bb73869a530d48ad50d1dea86b](https://github.com/jarrodek/ChromeRestClient/commit/949aa57b4a5324bb73869a530d48ad50d1dea86b))
13+
* fixes #770 - command keys on mack in shortcuts ([e0e282a728646ea3d578a22f0bb8f3465caabc40](https://github.com/jarrodek/ChromeRestClient/commit/e0e282a728646ea3d578a22f0bb8f3465caabc40)), closes [#770](https://github.com/jarrodek/ChromeRestClient/issues/770)
14+
* Fixes an issue when the request is of HEAD type ([e2f28acf005ffbde3602f71669f4ec74b868a03c](https://github.com/jarrodek/ChromeRestClient/commit/e2f28acf005ffbde3602f71669f4ec74b868a03c)), closes [#440](https://github.com/jarrodek/ChromeRestClient/issues/440)
15+
* Fixes an issue whereusing XHR no response is displayed ([a8c9a2ce45c1b56b64edbd6a75d0668a32c12953](https://github.com/jarrodek/ChromeRestClient/commit/a8c9a2ce45c1b56b64edbd6a75d0668a32c12953)), closes [#798](https://github.com/jarrodek/ChromeRestClient/issues/798)
16+
17+
### New
18+
19+
* Added a changelog ([2416f0703eb90fbf17e2f6d8d91152ce3032c293](https://github.com/jarrodek/ChromeRestClient/commit/2416f0703eb90fbf17e2f6d8d91152ce3032c293))
20+
* Added the credentials file for CWS release. The file has empty values and will never gonna be updated in the repo because it contains secrets ([7fc3c4d623b8ea3c810c76ce1ee1cc3cacc6e800](https://github.com/jarrodek/ChromeRestClient/commit/7fc3c4d623b8ea3c810c76ce1ee1cc3cacc6e800))
21+
22+
### TODO
23+
24+
* build canary - background script and dependencies should be in one place. Lack of URL suggestions, tutorials and not signed in to chrome view for Drive ([e82df4299ada2396b00517522d0b2003d9e28751](https://github.com/jarrodek/ChromeRestClient/commit/e82df4299ada2396b00517522d0b2003d9e28751))
25+
* drive files list on small screens ([d331771a817c607c14085fb7d3023a6843975a6e](https://github.com/jarrodek/ChromeRestClient/commit/d331771a817c607c14085fb7d3023a6843975a6e))
26+
27+
### Update
28+
29+
* Analytics now will store channel name in local storage so it will not request omahaproxy for channel list ([44876689cbd25869fb72f76f6ca92278a58aa415](https://github.com/jarrodek/ChromeRestClient/commit/44876689cbd25869fb72f76f6ca92278a58aa415))
30+
* updated .gitignore file ([1f35d8696a78ded223c1df462a7926cde011956b](https://github.com/jarrodek/ChromeRestClient/commit/1f35d8696a78ded223c1df462a7926cde011956b))
31+
* Updated about page ([aafb3f9cf2087503007731cde911cfc1f86c3464](https://github.com/jarrodek/ChromeRestClient/commit/aafb3f9cf2087503007731cde911cfc1f86c3464))
32+
* Updated about view ([72c19b59fa336b3cf3a7fde60518d9205a217405](https://github.com/jarrodek/ChromeRestClient/commit/72c19b59fa336b3cf3a7fde60518d9205a217405))
33+
* Updated dependency for chrome-storage ([becc6791e7772e3a2847d4605f6601c4fabbcd83](https://github.com/jarrodek/ChromeRestClient/commit/becc6791e7772e3a2847d4605f6601c4fabbcd83))
34+
* Version update ([cb2f32416ca7b317fa7d54098c85304157bf972f](https://github.com/jarrodek/ChromeRestClient/commit/cb2f32416ca7b317fa7d54098c85304157bf972f))
35+
36+
37+
38+
<a name="7.36.47"></a>
39+
## [7.36.47](https://github.com/jarrodek/ChromeRestClient/compare/4.11.1...v7.36.47) (2016-09-20)
40+
41+
542
### Fix
643

744
* Clear all button is now better described in the main UI. Also a new option to undo clear all ([c90f3f41d83ceb9e871e8abb477d66d4fc2b9dbe](https://github.com/jarrodek/ChromeRestClient/commit/c90f3f41d83ceb9e871e8abb477d66d4fc2b9dbe)), closes [#769](https://github.com/jarrodek/ChromeRestClient/issues/769)

app/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "Advanced REST client",
44
"short_name": "ARC",
55
"description": "The web developers helper program to create and test custom HTTP requests.",
6-
"version": "7.36.47.237",
7-
"version_name": "7.36.47.237-stable",
6+
"version": "7.36.47.249",
7+
"version_name": "7.36.47.249-canary",
88
"minimum_chrome_version": "47",
99
"author": "Pawel Psztyc",
1010
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@
7575
"node": ">=0.10.0"
7676
},
7777
"private": true
78-
}
78+
}

tasks/auth-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function AuthClient(options) {
1818
secrets = require('../../.credantials/arc.json');
1919
} catch (e) {
2020
console.error('The credantials file not found. ');
21-
console.error('You won\t be ablr to publish the app. ');
21+
console.error('You won\'t be able to publish the app. ');
2222
self.execute = function() {
2323
return Promise.reject(new Error('../../.credantials/arc.json file not found.'));
2424
};

0 commit comments

Comments
 (0)