Commit Graph

  • fa66421640 Add 39px icon drawing for browserAction. Fix #41. FelisCatus 2015-01-30 20:16:53 +0800
  • fabb7059f8 Fix .profile-with-default-edit display when text is too long. Fix #229. FelisCatus 2015-01-25 15:58:18 +0800
  • 00000e51a6 Bump version to 2.3.0. FelisCatus 2015-01-23 20:04:47 +0800
  • a32b091a21 Remove extra profiles on startup. Fix issue with deleting. FelisCatus 2015-01-23 00:40:41 +0800
  • 9291123f8f Add settings section for options syncing. Fix #7. FelisCatus 2015-01-23 00:03:50 +0800
  • 29bebd458c Refactor Options constructor into loadOptions and init methods. FelisCatus 2015-01-22 22:39:55 +0800
  • a145d4f6a5 Add options syncing (using chrome.storage.sync). FelisCatus 2015-01-19 01:09:17 +0800
  • 039351ec1d Merge pull request #213 from altkatz/patch-1 FelisCatus 2015-01-21 18:14:43 +0800
  • 830f479c45 npm version must > 2.0 altkatz 2015-01-20 22:23:50 +0800
  • 08777f06b3 Start working on 2.2.14. FelisCatus 2015-01-16 20:46:54 +0800
  • 46716ad229 Prevent shortcut from being triggered in input and textarea. FelisCatus 2015-01-16 20:44:21 +0800
  • df9fbc4958 Fix compiling of IpCondition related to IPv6 address. Fix #67. FelisCatus 2015-01-15 15:22:51 +0800
  • 045d852739 Fallback to /ui if there is no lastUrl for omega-web. FelisCatus 2015-01-14 18:43:05 +0800
  • 54eaf96634 Change npm dev script to use two-step npm link. FelisCatus 2015-01-14 18:28:28 +0800
  • 250a5f4be0 Add keyboard shortcut keys for popup menu items. Fix #187. FelisCatus 2015-01-13 15:13:15 +0800
  • 0cd115f8f0 Fix refreshOnProfileChange not working. Fix #188. FelisCatus 2015-01-13 13:48:56 +0800
  • 297775ca4f Start working on 2.2.13. FelisCatus 2015-01-11 14:19:25 +0800
  • 0d9937963a Add warning to host wildcard conditions containing some invalid host chars. FelisCatus 2015-01-11 12:49:14 +0800
  • c2cc042de4 Add localized issue template messages. FelisCatus 2015-01-11 12:38:41 +0800
  • 590c3baed9 Fix anaylze for HostWildcardCondition involving trimAsterisk. Fix #158. FelisCatus 2015-01-04 14:27:05 +0800
  • f8fd10fca8 Start working on 2.2.12. FelisCatus 2015-01-02 21:52:38 +0800
  • 6cdd2cad24 Generate exclusive rules when profileName matches defaultProfileName. FelisCatus 2015-01-02 21:29:03 +0800
  • 0c6d9dde3c Try to update profile after proxy is applied. Fix #148. FelisCatus 2015-01-02 21:25:41 +0800
  • 436adb56f8 Record and show last update time for PAC & Rule lists. FelisCatus 2015-01-02 20:28:08 +0800
  • 2e0e58a42f Start working on 2.2.11. FelisCatus 2015-01-01 22:34:51 +0800
  • 8cef8bd627 Update profiles on options import. Fix #120. FelisCatus 2015-01-01 21:55:33 +0800
  • 8e56c4f883 Implement rule list exporting. Fix #99. FelisCatus 2015-01-01 21:25:08 +0800
  • ca71a9a7d9 Try to revert proxy settings if possible. Fix #140. FelisCatus 2015-01-01 20:17:46 +0800
  • d44a52b593 Start working on 2.2.10. FelisCatus 2014-12-27 19:25:55 +0800
  • 5e91760f35 Select active profile in popup menu by default. Fix #24. FelisCatus 2014-12-27 19:23:17 +0800
  • 811be9102f Change profile icon drawing scheme. Fix #109. See also #107. FelisCatus 2014-12-27 19:20:36 +0800
  • f42ae975a7 Merge pull request #101 from LeeXiaolan/empty-bypass-list-bug FelisCatus 2014-12-26 20:37:41 +0800
  • 39d05ae018 Bugfix: Export pac from a FixedProfile without bypass list do not work. Xiaolan.Lee 2014-12-23 18:10:26 +0800
  • 1c9ac7fe71 Start working on 2.2.9. FelisCatus 2014-12-22 19:39:27 +0800
  • 73886642bf Add option to enable/disable inspection in context menu. Fix #83. FelisCatus 2014-12-22 19:34:24 +0800
  • 038b428619 Add rule cloning function to switch profile. Fix #75. FelisCatus 2014-12-22 18:47:37 +0800
  • 99061faa5d Use monospace for PAC and rule list textareas. Fix #91. FelisCatus 2014-12-22 18:21:35 +0800
  • 1d747a21bd Fix urlWildcard2HostWildcard host part matching regex. #80. FelisCatus 2014-12-22 18:20:53 +0800
  • 35ba0c2253 Start working on 2.2.8. FelisCatus 2014-12-20 14:03:01 +0800
  • ce4a89458e Skip guide on welcome dialog dismiss. FelisCatus 2014-12-20 13:31:27 +0800
  • 1a68f4c60d Add watcher on the calling scope in watchAndUpdateRevision. Fix #79. FelisCatus 2014-12-20 13:11:26 +0800
  • a3df567b4d Disable inspectPage for now. FelisCatus 2014-12-20 13:00:59 +0800
  • bcce56320c Fix a few compatibility issue with upgrade. Fix #81, #80 FelisCatus 2014-12-20 12:47:31 +0800
  • c4c8971b8e Start working on 2.2.7. FelisCatus 2014-12-19 23:39:49 +0800
  • 6d02c442fd Add context menu for inspecting elements. Fix #11. FelisCatus 2014-12-19 23:37:47 +0800
  • b3fada8fac Attach last error message when using the Report Issue link. FelisCatus 2014-12-19 21:27:17 +0800
  • 4fa13c686d Add a default shortcut key for browser action. FelisCatus 2014-12-19 21:00:19 +0800
  • 1acc373a9f Add keyboard navigation (or tab navigation) in popup. Fix #24. FelisCatus 2014-12-19 20:55:03 +0800
  • 44f4644905 Start working on 2.2.6. FelisCatus 2014-12-18 23:10:01 +0800
  • 1ccdff1d7b ASCII-encode pacScript for PAC profiles. FelisCatus 2014-12-18 19:44:35 +0800
  • cee374833f Start working on 2.2.5. FelisCatus 2014-12-18 19:43:44 +0800
  • 6918abb5b2 Initialize revision of the rulelist profile on upgrade. FelisCatus 2014-12-16 19:51:16 +0800
  • ab36b6eba6 Update profile revision on profile update. FelisCatus 2014-12-16 19:44:39 +0800
  • f5789f7fda Ignore empty proxy change details. FelisCatus 2014-12-16 18:27:18 +0800
  • ba8af9f05b Begin to work on 2.2.4. FelisCatus 2014-12-16 18:44:11 +0800
  • e8156da5a3 2.2.3 Release. FelisCatus 2014-12-15 21:12:14 +0800
  • 623982607c Show warnings instead of panic if some profile is missing. FelisCatus 2014-12-15 21:10:54 +0800
  • bae39a247c Add Proxy Authentication. Fix #2. FelisCatus 2014-12-11 18:43:46 +0800
  • 777ad1c808 2.2.2 Release. FelisCatus 2014-12-06 20:41:06 +0800
  • 34f18891ef Use pacScript if possible to avoid downloading pacUrl again. FelisCatus 2014-12-06 20:39:19 +0800
  • 7fb69c7cda Add externalApi (cross-extension messaging) support. FelisCatus 2014-12-06 20:34:49 +0800
  • c34e9423f6 2.2.1 Release. FelisCatus 2014-11-28 22:54:08 +0800
  • d16f4a0266 Update SwitchySharp extension id to the one used in CWS. FelisCatus 2014-11-28 22:52:12 +0800
  • ce8d501b0a 2.2.0 Release. FelisCatus 2014-11-28 20:45:57 +0800
  • e2133b3962 Show options page on first run. FelisCatus 2014-11-28 20:45:20 +0800
  • 25f27dd1ee Add a guide for SwitchProfile options. FelisCatus 2014-11-28 20:23:57 +0800
  • 17427ae13f Fix a few issues related to upgrading. FelisCatus 2014-11-27 19:56:58 +0800
  • d8d54f4b43 Add a first-run guide which covers basic usage for options. FelisCatus 2014-11-27 19:36:51 +0800
  • b9d1e27578 2.1.18 Release. FelisCatus 2014-11-13 12:09:52 +0800
  • dd2aff93bc Fix infinite loop in cross-extension messaging. Fix #58. FelisCatus 2014-11-13 12:09:14 +0800
  • a9cf497d81 2.1.17 Release. FelisCatus 2014-11-13 00:48:00 +0800
  • f890993ad6 Fetch options from SwitchySharp if supported. FelisCatus 2014-11-12 23:34:27 +0800
  • c30b3cf8d7 2.1.16 Release. FelisCatus 2014-11-07 17:33:17 +0800
  • 6c8b478d1a Correctly handle CIDR notation in BypassCondition. FelisCatus 2014-11-07 17:25:15 +0800
  • 51be2b9ff2 Force extension public key (and thus ID) during development. FelisCatus 2014-11-07 16:39:07 +0800
  • a1cb3a9b37 Remove the download failed warning for now. FelisCatus 2014-11-07 16:08:13 +0800
  • 144b213348 Migrate UrlWildcard to HostWildcard if possible on upgrade. FelisCatus 2014-11-07 16:06:03 +0800
  • e988fa7c1c Show profile details tooltip for popup menu and browserAction. FelisCatus 2014-11-07 15:38:34 +0800
  • 862c7b141f 2.1.15 Release. FelisCatus 2014-10-30 14:04:26 +0800
  • dcac05a88f Shrink vertical padding for options nav. FelisCatus 2014-10-30 14:03:14 +0800
  • 79eb0b53fe Prefer dynamic virtual profile icons. FelisCatus 2014-10-27 22:42:23 +0800
  • 054be60531 Add migrate function to virtual profile. FelisCatus 2014-10-27 21:16:57 +0800
  • a66f604fae Use omega-profile-select in popup menu. FelisCatus 2014-10-26 12:48:39 +0800
  • 7315d18ed9 Reduce state storage usage for profile.validResultProfiles. FelisCatus 2014-10-26 12:28:38 +0800
  • bf82d5a55a Add VirtualProfile type. Fix #47. FelisCatus 2014-10-25 23:41:39 +0800
  • 7838dd6d6b 2.1.14 Release. FelisCatus 2014-10-23 18:40:14 +0800
  • c6132210c7 Reduce vertical padding for popup menu. Fix #49. FelisCatus 2014-10-21 23:55:46 +0800
  • 61e5efce59 Workaround slash in profile name for web hash URL. Fix #50. FelisCatus 2014-10-21 23:42:35 +0800
  • 80978b6670 Follow jsondiffpatch package structure change. Remove bootstrap-select. FelisCatus 2014-10-20 21:14:15 +0800
  • 027f6845b2 2.1.13 Release. FelisCatus 2014-10-20 21:03:28 +0800
  • 2c8acfebbe Do case-insensitive match on BEGIN/END for SwitchyRuleList. Fix #48. FelisCatus 2014-10-20 20:52:23 +0800
  • 3badc664be Use custom directive instead of bootstrap-select for performance. Fix #46. FelisCatus 2014-10-18 22:48:58 +0800
  • 0be33856e2 Disallow names starting with underscore when saving externalProfile. FelisCatus 2014-10-15 10:11:33 +0800
  • abd362f424 2.1.12 Release. FelisCatus 2014-10-13 21:24:38 +0800
  • 51f5ec8019 Use zh_CN as default zh locale for Chromium. FelisCatus 2014-10-13 21:32:39 +0800
  • 73eed609b3 Fix result profiles state calculation in OmegaTarget. FelisCatus 2014-10-13 21:23:41 +0800
  • 1e744c286b Reword some zh_HK translation text. FelisCatus 2014-10-13 20:52:05 +0800
  • abb488e378 Update messages.json joseph1125 2014-10-12 19:04:46 +0800
  • 5eda485295 Convert to zh_HK and zh_TW using OpenCC. FelisCatus 2014-10-12 18:32:21 +0800
  • 03139c4695 Update README.md. Add project architecture overview and translation. FelisCatus 2014-10-12 16:00:51 +0800