File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 steps :
2020 # 1--- Check out master so we tag the exact merge commit
2121 - name : Checkout source code
22- uses : actions/checkout@v5 .0.0
22+ uses : actions/checkout@v6 .0.1
2323 with :
2424 fetch-depth : 0
2525 ref : ' master'
9797
9898 # 7--- Publish a GitHub Release with auto-generated notes
9999 - name : Create Release with Automated Release Notes
100- uses : softprops/action-gh-release@v2.4.2
100+ uses : softprops/action-gh-release@v2.5.0
101101 with :
102102 token : ${{ secrets.GITHUB_TOKEN }}
103103 tag_name : ${{ steps.nextver.outputs.tag }}
Original file line number Diff line number Diff line change 11# uiDivStats - WebUI for Diversion statistics
22
3- ## v4.0.13
4- ### Updated on 2025-Nov-20
3+ ## v4.0.14
4+ ### Updated on 2026-Jan-19
55
66## About
77A graphical representation of domain blocking performed by Diversion.
Original file line number Diff line number Diff line change 1313# # Forked from https://github.com/jackyaz/uiDivStats ##
1414# # ##
1515# ##################################################################
16- # Last Modified: 2025-Nov-16
16+ # Last Modified: 2026-Jan-19
1717# ------------------------------------------------------------------
1818
1919# ################ Shellcheck directives ###############
3535
3636# ## Start of script variables ###
3737readonly SCRIPT_NAME=" uiDivStats"
38- readonly SCRIPT_VERSION=" v4.0.13 "
39- readonly SCRIPT_VERSTAG=" 25111620 "
40- SCRIPT_BRANCH=" master "
38+ readonly SCRIPT_VERSION=" v4.0.14 "
39+ readonly SCRIPT_VERSTAG=" 26011900 "
40+ SCRIPT_BRANCH=" develop "
4141SCRIPT_REPO=" https://raw.githubusercontent.com/AMTM-OSR/$SCRIPT_NAME /$SCRIPT_BRANCH "
4242readonly SCRIPT_DIR=" /jffs/addons/$SCRIPT_NAME .d"
4343readonly SCRIPT_CONF=" $SCRIPT_DIR /config"
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments