anyproxy/CHANGELOG

95 lines
2.0 KiB
Plaintext
Raw Normal View History

2015-08-19 11:03:33 +08:00
19 Aug: AnyProxy 3.7.4:
* bugfix for intercepting urls like http://a.com?url=http://b.com
31 July: AnyProxy 3.7.3:
* show lastest 100 records when visit the web ui
* save map-local config file to local file
* show an indicator when filter or map-local is in use
2015-07-31 14:00:34 +08:00
31 July: AnyProxy 3.7.2:
* bugfix for issue #29
2015-07-28 21:53:42 +08:00
28 July: AnyProxy 3.7.1:
* fix a bug about deflate compression
20 July: AnyProxy 3.7.0:
* add a map-local panel on web ui, now you can easily map some request to your local files
2015-07-09 18:51:41 +08:00
1 July: AnyProxy 3.6.0:
2015-07-01 23:18:35 +08:00
* add a filter on web ui
2015-07-09 18:51:41 +08:00
1 July: AnyProxy 3.5.2:
2015-07-01 23:18:35 +08:00
* optimize the row height on web ui
2015-07-09 18:51:41 +08:00
18 June: AnyProxy 3.5.1:
* print a hint when using SNI features in node <0.12
* Ref : https://github.com/alibaba/anyproxy/issues/25
2015-07-09 18:51:41 +08:00
18 June: AnyProxy 3.5.0:
2015-06-18 17:41:12 +08:00
* it's a formal release of 3.4.0@beta.
2015-07-09 18:51:41 +08:00
27 Apr: AnyProxy 3.4.0@beta:
* optimize web server and web socket interface
2015-07-09 18:51:41 +08:00
20 Apr 2015: AnyProxy 3.3.1:
* now you can assign your own port for web gui
2015-07-09 18:51:41 +08:00
31 Mar 2015: AnyProxy 3.3.0:
2015-03-31 09:37:02 +08:00
* optimize https features in windows
* add switch to mute the console
2015-07-09 18:51:41 +08:00
20 Mar 2015: AnyProxy 3.2.5:
2015-03-20 11:42:54 +08:00
* bugfix for internal https server
2015-07-09 18:51:41 +08:00
19 Mar 2015: AnyProxy 3.2.4:
2015-03-19 11:50:27 +08:00
* bugfix for absolute rule path
2015-07-09 18:51:41 +08:00
23 Feb 2015: AnyProxy 3.2.2:
2015-02-23 09:06:38 +08:00
* [bugfix for relative rule path](https://github.com/alibaba/anyproxy/pull/18)
2015-07-09 18:51:41 +08:00
10 Feb 2015: AnyProxy 3.2.1:
2015-02-10 15:30:39 +08:00
* bugfix for 3.2.0
2015-07-09 18:51:41 +08:00
10 Feb 2015: AnyProxy 3.2.0:
* using SNI when intercepting https requests
2015-07-09 18:51:41 +08:00
28 Jan 2015: AnyProxy 3.1.2:
* thanks to iconv-lite, almost webpage with any charset can be correctly decoded in web interface.
2015-07-09 18:51:41 +08:00
28 Jan 2015: AnyProxy 3.1.1:
2015-01-28 15:33:00 +08:00
* convert GBK to UTF8 in web interface
2015-07-09 18:51:41 +08:00
22 Jan 2015: AnyProxy 3.1.0:
2015-01-22 10:16:19 +08:00
* will NOT intercept https request by default. Use ``anyproxy --intercept`` to turn on this feature.
2015-07-09 18:51:41 +08:00
12 Jan 2015: AnyProxy 3.0.4:
2015-01-12 11:41:56 +08:00
* show anyproxy version by --version
2015-07-09 18:51:41 +08:00
12 Jan 2015: AnyProxy 3.0.3:
2015-01-12 11:17:56 +08:00
2015-01-22 10:16:19 +08:00
* Bugfix: https throttle
2015-01-12 11:17:56 +08:00
2015-07-09 18:51:41 +08:00
9 Jan 2015: AnyProxy 3.0.2:
2015-01-12 11:17:56 +08:00
* UI improvement: add link and qr code to root CA file.