Skip to content

Commit 7e5305f

Browse files
committed
Update version and changelog to v0.4.2
1 parent 3988975 commit 7e5305f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
= Changelog
22

3+
== v0.4.2 (Luscious Last)
4+
5+
This is a maintainence release with some updates to how ProxAllium is packaged, I no longer wish to package Tor along with ProxAllium for various reasons, mainly that I was no longer using ProxAllium in Windows myself and it was getting harder to keep track of new Tor releases and push an updated package everytime.
6+
7+
I understand that it has been a while since the last release, but many things have happened since. I now have a full-timeish job that keeps me busy and I have also switched to Linux as my main operating system a while ago. The good news is that I have been working on a cross-platform version of ProxAllium, the progress is slow due to myself not being very experienced at writing a program in C and interacting with the system on a lower level... and also my job takes most of my time.
8+
9+
.Additions
10+
* A new interactive guide for setting up Tor
11+
* A new setting to define the path for obfs4 pluggable transport in the configuration file
12+
13+
.Changes
14+
* Tor is no longer packaged along with ProxAllium
15+
316
== v0.4 (Luscious Last)
417
(_Thanks to my dear friend TheSaint for suggesting the name for this release_)
518

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.4.0.0
8-
#AutoIt3Wrapper_Res_ProductVersion=0.4.0.0
7+
#AutoIt3Wrapper_Res_Fileversion=0.4.2.0
8+
#AutoIt3Wrapper_Res_ProductVersion=0.4.2.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)