Skip to content

Commit

Permalink
0.2.30
Browse files Browse the repository at this point in the history
 - Fix auto login in "hiphp-desktop".
 - Fix file info in "hiphp-desktop".
 - Add Dark Mode option to settings in "hiphp-desktop".
 - Add "--edt" command to edit files.
 - Fix "--down" command.
 - Fix default slash on windows server.
 - Change name of archive files.
 - Add "--rm" command to Delete files and folders.
 - Add a full site extractor to find HIPHP_HOLE_CODE.
 - Fix "hiphp --help" command.
 - Improve some commands.
 - Bug fixes & performance improvements.

Signed-off-by: Boudjada Yasser <by.root96@gmail.com>
  • Loading branch information
yasserbdj96 authored Nov 2, 2022
1 parent 82ad7fe commit 26475e6
Show file tree
Hide file tree
Showing 13 changed files with 2,681 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.30 [XX-10-2022][In Progress]
## 0.2.30 [02-11-2022][Last Version]
- Fix auto login in "hiphp-desktop".
- Fix file info in "hiphp-desktop".
- Add Dark Mode option to settings in "hiphp-desktop".
Expand All @@ -8,10 +8,11 @@
- Change name of archive files.
- Add "--rm" command to Delete files and folders.
- Add a full site extractor to find HIPHP_HOLE_CODE.
- Fix "hiphp --help" command.
- Improve some commands.
- Bug fixes & performance improvements.

## 0.2.29 [13-10-2022][Last Version]
## 0.2.29 [13-10-2022]
- Add the ability to install hiphp on termux Android.
- Add "--version" command.
- Add Dark Mode template to "hiphp-desktop".
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ hiphp Commands :
<summary>Click to See changelog History</summary>

```
## 0.2.30 [XX-10-2022][In Progress]
## 0.2.30 [02-11-2022][Last Version]
- Fix auto login in "hiphp-desktop".
- Fix file info in "hiphp-desktop".
- Add Dark Mode option to settings in "hiphp-desktop".
Expand All @@ -577,10 +577,11 @@ hiphp Commands :
- Change name of archive files.
- Add "--rm" command to Delete files and folders.
- Add a full site extractor to find HIPHP_HOLE_CODE.
- Fix "hiphp --help" command.
- Improve some commands.
- Bug fixes & performance improvements.
## 0.2.29 [13-10-2022][Last Version]
## 0.2.29 [13-10-2022]
- Add the ability to install hiphp on termux Android.
- Add "--version" command.
- Add Dark Mode template to "hiphp-desktop".
Expand Down Expand Up @@ -991,7 +992,7 @@ The content of this repository is bound by the following license:</p>
<a href="https://twitter.com/yasserbdj96">twitter</a> .
<a href="https://instagram.com/yasserbdj96">instagram</a> .
<a href="https://www.facebook.com/yasserbdj96">facebook</a> .
<a href="https://www.youtube.com/channel/UC53dtKxc84BNPyDb51rtRPg">youtube</a> .
<a href="https://www.youtube.com/@yasserbdj96">youtube</a> .
<a href="https://pypi.org/user/yasserbdj96">pypi</a> .
<a href="https://hub.docker.com/u/yasserbdj96">docker</a> .
<a href="https://t.me/yasserbdj96">telegram</a> .
Expand Down
2,672 changes: 2,671 additions & 1 deletion hiphp-desktop/src/font-awesome/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hiphp-desktop/src/hiphp_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified hiphp-site/logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion hiphp/hiphpversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# | |

#START{
__version__="0.2.30-beta"
__version__="0.2.30"
#}END.
Binary file modified install/hiphp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion install/hiphp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#help
if sys.argv[1]=="--help":
from hiphp.hiphphelp import *
print(help())
print(help(__version__))
exit()
#geth
elif sys.argv[1]=="--geth":
Expand Down
Binary file modified screenshot/screenshot10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.30-beta
0.2.30

0 comments on commit 26475e6

Please sign in to comment.