Skip to content

Commit 2fd5e68

Browse files
committed
v0.4
1 parent 59658d0 commit 2fd5e68

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
= Changelog
22

3-
== Changes in future versions
4-
Any changes listed here will be incorporated into the next future release
3+
== v0.4 (Luscious Last)
4+
(_Thanks to my dear friend TheSaint for suggesting the name for this release_)
5+
6+
This will probably be the first and final stable release of ProxAllium written in AutoIt. I am planning to rewrite it in C so that it can take advantage of various thing which cannot be done in AutoIt. This was challenging to accomplish and I learned many new things about AutoIt and programming, it maybe a while before I start working on the cross-platform C version as I am busy with work and life these days. Thank you to everyone who has used ProxAllium!
57

68
.Additions
79
* *ProxAllium now directly communicates with Tor*. This means Tor is handled properly and opens up more possibilities!

ProxAllium.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#AutoIt3Wrapper_Icon=icon.ico
55
#AutoIt3Wrapper_Outfile=Builds\ProxAllium.exe
66
#AutoIt3Wrapper_Res_Description=ProxAllium - Tor Proxy Bundle
7-
#AutoIt3Wrapper_Res_Fileversion=0.3.0.0
8-
#AutoIt3Wrapper_Res_ProductVersion=0.3.0.0
7+
#AutoIt3Wrapper_Res_Fileversion=0.4.0.0
8+
#AutoIt3Wrapper_Res_ProductVersion=0.4.0.0
99
#AutoIt3Wrapper_Res_LegalCopyright=Dcoding The Web
1010
#AutoIt3Wrapper_Run_Au3Stripper=y
1111
#Au3Stripper_Parameters=/sf /sv /mo /rm

0 commit comments

Comments
 (0)