Commit Graph

243 Commits

Author SHA1 Message Date
FelisCatus
a54e02b503 Discard reply when applying profile in popup menu.
This would make profile switching appear to be much faster especially
for compiled profiles. Fix #211.
2015-02-09 16:35:14 +08:00
FelisCatus
8eaf7cae64 Add rule list publishing for the omega conditons format. 2015-02-09 16:01:25 +08:00
FelisCatus
054d1c8b58 Improve error handling for rule lists. 2015-02-09 13:56:18 +08:00
FelisCatus
674f501ada Ignore empty data in profile update. 2015-02-09 11:43:41 +08:00
FelisCatus
ec5a35682c Add SwitchyOmega rule list format. Fix #71. 2015-02-08 22:34:37 +08:00
FelisCatus
56457519ab Add str and fromStr for every condition type. 2015-02-08 21:28:01 +08:00
FelisCatus
6e7b5150c1 Fix a null error for _defaultAction in ChromeTabs. 2015-02-04 12:17:58 +08:00
FelisCatus
49d434b481 Add help and configuration for keyboard shortcut. 2015-02-03 13:44:28 +08:00
FelisCatus
497918e260 2.3.1 Release. 2015-01-30 21:35:04 +08:00
FelisCatus
a496d991ba Support proxy username/password for PacProfile. Fix #190. 2015-01-30 21:30:48 +08:00
FelisCatus
fa66421640 Add 39px icon drawing for browserAction. Fix #41. 2015-01-30 20:16:53 +08:00
FelisCatus
fabb7059f8 Fix .profile-with-default-edit display when text is too long. Fix #229. 2015-01-25 16:02:05 +08:00
FelisCatus
00000e51a6 Bump version to 2.3.0. 2015-01-23 20:05:24 +08:00
FelisCatus
a32b091a21 Remove extra profiles on startup. Fix issue with deleting. 2015-01-23 20:05:24 +08:00
FelisCatus
9291123f8f Add settings section for options syncing. Fix #7. 2015-01-23 20:05:19 +08:00
FelisCatus
29bebd458c Refactor Options constructor into loadOptions and init methods. 2015-01-22 23:33:26 +08:00
FelisCatus
a145d4f6a5 Add options syncing (using chrome.storage.sync). 2015-01-22 19:25:49 +08:00
FelisCatus
039351ec1d Merge pull request #213 from altkatz/patch-1
Update README.md to show npm >= 2.0 is required.
2015-01-21 18:14:43 +08:00
altkatz
830f479c45 npm version must > 2.0
Otherwise relative path in packages.json won't work, which maybe confusing for contributors which may use newest node but with older npm.
2015-01-20 22:23:50 +08:00
FelisCatus
08777f06b3 Start working on 2.2.14. 2015-01-16 20:47:50 +08:00
FelisCatus
46716ad229 Prevent shortcut from being triggered in input and textarea. 2015-01-16 20:44:21 +08:00
FelisCatus
df9fbc4958 Fix compiling of IpCondition related to IPv6 address. Fix #67. 2015-01-15 15:22:51 +08:00
FelisCatus
045d852739 Fallback to /ui if there is no lastUrl for omega-web. 2015-01-14 18:43:05 +08:00
FelisCatus
54eaf96634 Change npm dev script to use two-step npm link. 2015-01-14 18:28:28 +08:00
FelisCatus
250a5f4be0 Add keyboard shortcut keys for popup menu items. Fix #187. 2015-01-13 15:13:15 +08:00
FelisCatus
0cd115f8f0 Fix refreshOnProfileChange not working. Fix #188. 2015-01-13 13:49:40 +08:00
FelisCatus
297775ca4f Start working on 2.2.13. 2015-01-11 14:19:25 +08:00
FelisCatus
0d9937963a Add warning to host wildcard conditions containing some invalid host chars. 2015-01-11 12:49:14 +08:00
FelisCatus
c2cc042de4 Add localized issue template messages. 2015-01-11 12:38:41 +08:00
FelisCatus
590c3baed9 Fix anaylze for HostWildcardCondition involving trimAsterisk. Fix #158. 2015-01-04 14:27:05 +08:00
FelisCatus
f8fd10fca8 Start working on 2.2.12. 2015-01-02 21:52:38 +08:00
FelisCatus
6cdd2cad24 Generate exclusive rules when profileName matches defaultProfileName.
Fix #99.
2015-01-02 21:32:00 +08:00
FelisCatus
0c6d9dde3c Try to update profile after proxy is applied. Fix #148. 2015-01-02 21:31:50 +08:00
FelisCatus
436adb56f8 Record and show last update time for PAC & Rule lists. 2015-01-02 20:28:08 +08:00
FelisCatus
2e0e58a42f Start working on 2.2.11. 2015-01-01 22:34:51 +08:00
FelisCatus
8cef8bd627 Update profiles on options import. Fix #120. 2015-01-01 21:55:33 +08:00
FelisCatus
8e56c4f883 Implement rule list exporting. Fix #99. 2015-01-01 21:25:08 +08:00
FelisCatus
ca71a9a7d9 Try to revert proxy settings if possible. Fix #140. 2015-01-01 20:18:20 +08:00
FelisCatus
d44a52b593 Start working on 2.2.10. 2014-12-27 19:25:55 +08:00
FelisCatus
5e91760f35 Select active profile in popup menu by default. Fix #24. 2014-12-27 19:23:17 +08:00
FelisCatus
811be9102f Change profile icon drawing scheme. Fix #109. See also #107. 2014-12-27 19:20:36 +08:00
FelisCatus
f42ae975a7 Merge pull request #101 from LeeXiaolan/empty-bypass-list-bug
Bugfix: Export pac from a FixedProfile without bypass list do not work.
2014-12-26 20:37:41 +08:00
Xiaolan.Lee
39d05ae018 Bugfix: Export pac from a FixedProfile without bypass list do not work.
If a fixedProfle without any bypass list, pac generation will fail. This cause
export pac failure, and switch profile which refer to this fixedprofile also not
work properly.
2014-12-23 18:10:26 +08:00
FelisCatus
1c9ac7fe71 Start working on 2.2.9. 2014-12-22 19:41:06 +08:00
FelisCatus
73886642bf Add option to enable/disable inspection in context menu. Fix #83. 2014-12-22 19:34:45 +08:00
FelisCatus
038b428619 Add rule cloning function to switch profile. Fix #75. 2014-12-22 18:47:37 +08:00
FelisCatus
99061faa5d Use monospace for PAC and rule list textareas. Fix #91. 2014-12-22 18:21:35 +08:00
FelisCatus
1d747a21bd Fix urlWildcard2HostWildcard host part matching regex. #80. 2014-12-22 18:21:12 +08:00
FelisCatus
35ba0c2253 Start working on 2.2.8. 2014-12-20 14:03:01 +08:00
FelisCatus
ce4a89458e Skip guide on welcome dialog dismiss. 2014-12-20 13:31:27 +08:00