Projects STRLCPY hiphp Commits 26475e69
🤬
  • 0.2.30

    - 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 <[email protected]>
  • Loading...
  • Boudjada Yasser committed with GitHub 2 years ago
    26475e69
    1 parent 82ad7fe4
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    CHANGELOG
    1  -## 0.2.30 [XX-10-2022][In Progress]
     1 +## 0.2.30 [02-11-2022][Last Version]
    2 2   - Fix auto login in "hiphp-desktop".
    3 3   - Fix file info in "hiphp-desktop".
    4 4   - Add Dark Mode option to settings in "hiphp-desktop".
    skipped 3 lines
    8 8   - Change name of archive files.
    9 9   - Add "--rm" command to Delete files and folders.
    10 10   - Add a full site extractor to find HIPHP_HOLE_CODE.
     11 + - Fix "hiphp --help" command.
    11 12   - Improve some commands.
    12 13   - Bug fixes & performance improvements.
    13 14  
    14  -## 0.2.29 [13-10-2022][Last Version]
     15 +## 0.2.29 [13-10-2022]
    15 16   - Add the ability to install hiphp on termux Android.
    16 17   - Add "--version" command.
    17 18   - Add Dark Mode template to "hiphp-desktop".
    skipped 154 lines
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 566 lines
    567 567   <summary>Click to See changelog History</summary>
    568 568   
    569 569  ```
    570  -## 0.2.30 [XX-10-2022][In Progress]
     570 +## 0.2.30 [02-11-2022][Last Version]
    571 571   - Fix auto login in "hiphp-desktop".
    572 572   - Fix file info in "hiphp-desktop".
    573 573   - Add Dark Mode option to settings in "hiphp-desktop".
    skipped 3 lines
    577 577   - Change name of archive files.
    578 578   - Add "--rm" command to Delete files and folders.
    579 579   - Add a full site extractor to find HIPHP_HOLE_CODE.
     580 + - Fix "hiphp --help" command.
    580 581   - Improve some commands.
    581 582   - Bug fixes & performance improvements.
    582 583   
    583  -## 0.2.29 [13-10-2022][Last Version]
     584 +## 0.2.29 [13-10-2022]
    584 585   - Add the ability to install hiphp on termux Android.
    585 586   - Add "--version" command.
    586 587   - Add Dark Mode template to "hiphp-desktop".
    skipped 404 lines
    991 992   <a href="https://twitter.com/yasserbdj96">twitter</a> .
    992 993   <a href="https://instagram.com/yasserbdj96">instagram</a> .
    993 994   <a href="https://www.facebook.com/yasserbdj96">facebook</a> .
    994  - <a href="https://www.youtube.com/channel/UC53dtKxc84BNPyDb51rtRPg">youtube</a> .
     995 + <a href="https://www.youtube.com/@yasserbdj96">youtube</a> .
    995 996   <a href="https://pypi.org/user/yasserbdj96">pypi</a> .
    996 997   <a href="https://hub.docker.com/u/yasserbdj96">docker</a> .
    997 998   <a href="https://t.me/yasserbdj96">telegram</a> .
    skipped 35 lines
  • ■ ■ ■ ■
    hiphp/hiphpversion.py
    skipped 11 lines
    12 12  # | |
    13 13   
    14 14  #START{
    15  -__version__="0.2.30-beta"
     15 +__version__="0.2.30"
    16 16  #}END.
  • hiphp-desktop/src/font-awesome/fontawesome-webfont.svg
  • hiphp-desktop/src/hiphp_logo.png
  • hiphp-site/logo_small.png
  • install/hiphp.png
  • ■ ■ ■ ■
    install/hiphp.py
    skipped 18 lines
    19 19  #help
    20 20  if sys.argv[1]=="--help":
    21 21   from hiphp.hiphphelp import *
    22  - print(help())
     22 + print(help(__version__))
    23 23   exit()
    24 24  #geth
    25 25  elif sys.argv[1]=="--geth":
    skipped 20 lines
  • screenshot/screenshot10.png
  • screenshot/screenshot11.png
  • screenshot/screenshot13.png
  • screenshot/screenshot4.png
  • ■ ■ ■ ■
    version.txt
    1  -0.2.30-beta
     1 +0.2.30
Please wait...
Page is in error, reload to recover