Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuttlas90 committed Jul 24, 2024
1 parent 6d35795 commit 952388c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
page_title="وسهم",
page_icon="./assets/favicon.ico",
initial_sidebar_state='expanded')
st.session_state.ver = '0.1.8'
st.session_state.ver = '0.1.9'

STREAMLIT_STATIC_PATH = Path(st.__path__[0]) / "static/static"
CSS_PATH = STREAMLIT_STATIC_PATH / "media/"
Expand Down
5 changes: 5 additions & 0 deletions pages/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
if "ver" in st.session_state:
st.sidebar.header(f'Vasahm DashBoard `{st.session_state.ver}`')

st.subheader('changelog: `version 0.1.9`', divider='rainbow')
st.markdown('''
* افزودن صفحه اظلاعات تکنیکال
* افزودن صفحه اطلاعات رفتاری
* رفع باگهای کوچک''', unsafe_allow_html=False, help=None)
st.subheader('changelog: `version 0.1.8`', divider='rainbow')
st.markdown('''
* افزودن صفحه بررسی و مقایسه صندوقهای اهرمی
Expand Down

0 comments on commit 952388c

Please sign in to comment.