Skip to content

Commit

Permalink
refactor: patch version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jvcon committed Aug 30, 2023
1 parent ec70f89 commit 0971dd6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.2.3](https://github.com/Jvcon/EhAria2/compare/v0.2.2...v0.2.3) (2023-08-30)


### Bug Fixes

* **eharia2extension.ahk:** fixed localization library issue ([9422901](https://github.com/Jvcon/EhAria2/commit/94229013f7db27c0c5a22ffe8d32658c9bbde0b6))


### Features

* add multiple language packs ([98faffe](https://github.com/Jvcon/EhAria2/commit/98faffe729ae4e92676c2a5107320fa582e2c321))
* **eharia2.ahk:** add process ID traceability ([a1c3fc5](https://github.com/Jvcon/EhAria2/commit/a1c3fc56e1ad3f7d12e2fd9ebcc33dfedc174456))



## [0.2.2](https://github.com/Jvcon/EhAria2/compare/0.2.1...v0.2.2) (2023-08-11)


Expand All @@ -10,6 +25,10 @@
## [0.2.1](https://github.com/Jvcon/EhAria2/compare/v0.2.1...0.2.1) (2023-08-09)



## [0.2.1](https://github.com/Jvcon/EhAria2/compare/v0.2.0...v0.2.1) (2023-08-09)


### Bug Fixes

* fixed icon resource name ([256ee56](https://github.com/Jvcon/EhAria2/commit/256ee5672f3995a26f91b9c2e49a2de78c836f5a))
Expand Down
6 changes: 3 additions & 3 deletions EhAria2.ahk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; --------------------- COMPILER DIRECTIVES --------------------------

;@Ahk2Exe-SetDescription Enhanced Aria2AHK
;@Ahk2Exe-SetVersion 0.2.2
;@Ahk2Exe-SetVersion 0.2.3
;@Ahk2Exe-SetCopyright Jacques Yip
;@Ahk2Exe-SetMainIcon EhAria2.ico
;@Ahk2Exe-SetOrigFilename EhAria2.exe
Expand Down Expand Up @@ -96,7 +96,7 @@ If (FileRead(CONF_Path) = "") {
CONF.ReadFile()

; --------------------- INITIALIZATION - VARIABLES --------------------------
Global appVersion := "0.2.2"
Global appVersion := "0.2.3"
Global sysThemeMode := RegRead("HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize", "SystemUsesLightTheme")

Global CurrentSpeedName := IniRead(CONF_Path, "Speed", "SpeedName" . CONF.Speed.CurrentSpeed)
Expand Down Expand Up @@ -1043,4 +1043,4 @@ ExitTray(*) {
CONF.WriteFile()
ExitApp
Return
}
}
2 changes: 1 addition & 1 deletion EhAria2Extension.ahk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; --------------------- COMPILER DIRECTIVES --------------------------

;@Ahk2Exe-SetDescription Enhanced Aria2Extension
;@Ahk2Exe-SetVersion 0.2.2
;@Ahk2Exe-SetVersion 0.2.3
;@Ahk2Exe-SetCopyright Jacques Yip
;@Ahk2Exe-SetMainIcon EhAria2Extension.ico
;@Ahk2Exe-SetOrigFilename EhAria2Extension.exe
Expand Down
2 changes: 1 addition & 1 deletion EhAria2Torrent.ahk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; --------------------- COMPILER DIRECTIVES --------------------------

;@Ahk2Exe-SetDescription Enhanced Aria2Torrent
;@Ahk2Exe-SetVersion 0.2.2
;@Ahk2Exe-SetVersion 0.2.3
;@Ahk2Exe-SetCopyright Jacques Yip
;@Ahk2Exe-SetMainIcon EhAria2Torrent.ico
;@Ahk2Exe-SetOrigFilename EhAria2Torrent.exe
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Technologies used in the project:
- Autohotkey
- Html

# 🔗 Related
## 🔗 Related

- [Aria2](https://aria2.github.io/)
- [AriaNg](https://github.com/mayswind/AriaNg) - A modern web frontend making aria2 easier to use.
Expand Down

0 comments on commit 0971dd6

Please sign in to comment.