Skip to content

Commit

Permalink
v.1.2.5
Browse files Browse the repository at this point in the history
- Added CLI Flag support.
- No more separate busybox required. Magisk Busybox will be used by default.
- Updated Magisk Template to v20.0+. No more support for Magisk <v20.0.
- Added user config support.
- Improved blacklist, whitelist and redirectlist functions.
- Improved instant blacklist, whitelist and redirectlist functions.
- Updated download links.
- Improved current pack, extension and IP detection.
- Added intelligent domain and IPV4 detection support.
- Updated Redirection IP function.
- Added more functions. Use `ep -h` or `ep --help` for more info.
- Updated H&WB function to support automatic extension and current IP detection.
- Improved and updated almost all of the functions to match new changes.
- Fixed domain counting awk segmentation fault error.
- UI revamped. A lot of things have been updated.
- Beautify the module scripts.
- Updated sleep parameters.
- Script was re-written and lot of new patches have been applied.
- Fixed new change related issues so far.
- Script improvement and fix patches applied.
  • Loading branch information
AdroitAdorKhan committed May 24, 2020
1 parent 5754030 commit 952907e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 38 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2019 Energized Protection
Copyright (c) 2018-2020 Energized Protection

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
46 changes: 13 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

<div align="center">
<!-- Version -->
<img src="https://img.shields.io/badge/Version-1.2.-blue.svg?longCache=true&style=flat-square"
<img src="https://img.shields.io/badge/Version-1.2.5-blue.svg?longCache=true&style=flat-square"
alt="Version" />
<!-- Magisk -->
<img src="https://img.shields.io/badge/Magisk-20.0+-green.svg?longCache=true&style=flat-square"
<img src="https://img.shields.io/badge/Magisk-20.4-green.svg?longCache=true&style=flat-square"
alt="Version" />
<!-- Last Updated -->
<img src="https://img.shields.io/badge/Updated-May 23, 2020-orange.svg?longCache=true&style=flat-square"
<img src="https://img.shields.io/badge/Updated-May 24, 2020-orange.svg?longCache=true&style=flat-square"
alt="_time_stamp_" />
<!-- Status -->
<img src="https://img.shields.io/badge/Status-beta-yellow.svg?longCache=true&style=flat-square"
<img src="https://img.shields.io/badge/Status-Stable-green.svg?longCache=true&style=flat-square"
alt="_time_stamp_" />
</div>

Expand Down Expand Up @@ -67,7 +67,7 @@

Requirements
------
- Magisk v20.0+
- Use Magisk v20.4 for better compatibility.

Run
------
Expand Down Expand Up @@ -187,33 +187,10 @@ Uninstall
Changelog
------

v.1.2.2β
- Fixed pack download issue in menu mode.
- Updated `--help` details.

v.1.2.1β
- Added missing awk alias.

v.1.2.0β
v.1.2.5
- Added CLI Flag support.
- No more separate busybox required. Magisk Busybox will be used by default.
- Updated Magisk Template to v20.0+. No more support for Magisk <v20.0.
- Fixed domain counting awk segmentation fault error.
- Updated info flag details.
- Improved backup and restore functions.
- Added `--version` flag.
- Beautify `--help` flag details.
- Few fix patches applied.

v.1.0.8β
- Fix patch applied to adblock app detection.
- Fixed pack download issue via CLI flag. (`ep -p <pack>`)
- Fixed basic file setup issue.
- Beautify the module scripts.
- Fixed typo.

v.1.0.0β
- Added CLI Flag support.
- Added Magisk 20+ compatibility.
- Added user config support.
- Improved blacklist, whitelist and redirectlist functions.
- Improved instant blacklist, whitelist and redirectlist functions.
Expand All @@ -224,13 +201,16 @@ v.1.0.0β
- Added more functions. Use `ep -h` or `ep --help` for more info.
- Updated H&WB function to support automatic extension and current IP detection.
- Improved and updated almost all of the functions to match new changes.
- Fixed domain counting awk segmentation fault error.
- UI revamped. A lot of things have been updated.
- Beautify the module scripts.
- Updated sleep parameters.
- Script was re-written and lot of new patches have been applied.
- Fixed known bugs so far.
- Fixed new change related issues so far.
- Script improvement and fix patches applied.

[_*Previous Changes_](https://gist.github.com/AdroitAdorKhan/fb81c83b0339e89913bc9f252e2f313d)

[_*Previous Changes_](https://gist.github.com/AdroitAdorKhan/fb81c83b0339e89913bc9f252e2f313d) | [_**Beta Builds and Changes_](https://github.com/EnergizedProtection/magisk/releases)

## Check Energized
------
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=energizedprotection
name=Energized Protection
version=1.2.
versionCode=200523122
version=1.2.5
versionCode=200524125
author=AdroitAdorKhan
description=Let's make an annoyance free better open internet, altogether! https://energized.pro
4 changes: 2 additions & 2 deletions system/bin/energized
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ currentIP=$(grep -o -m 1 '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}
# ----------------------------------------
# Versioning & Date
# ----------------------------------------
version=$Y'1.2.'$N > /dev/null 2>&1
releaseDate=$G'May 23, 2020'$N > /dev/null 2>&1
version=$Y'1.2.5'$N > /dev/null 2>&1
releaseDate=$G'May 24, 2020'$N > /dev/null 2>&1
date=$(date "+%d.%m.%Y %H:%M:%S")
# ----------------------------------------

Expand Down

0 comments on commit 952907e

Please sign in to comment.