From dd46506f65afda6787df185c50ddb92a46639e8c Mon Sep 17 00:00:00 2001 From: wiiznokes <78230769+wiiznokes@users.noreply.github.com> Date: Mon, 20 May 2024 11:13:16 +0200 Subject: [PATCH] some fixes --- .github/workflows/release.yml | 15 ++++++++++++--- DEV.md | 10 +--------- README.md | 6 ------ 3 files changed, 13 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3db2750..1d8b67c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: is_nightly: description: "Is nightly" required: false - default: false + default: true type: boolean # push: # branches: @@ -36,8 +36,17 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Get app version - run: echo "APP_VERSION=$(cat VERSION)" >> $GITHUB_ENV + - name: Set app version + - run: | + date +"%y.%m" > VERSION + echo "APP_VERSION=$(cat VERSION)" >> $GITHUB_ENV + + - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: Set version file + skip_checkout: true + skip_fetch: true + file_pattern: 'VERSION' - if: ${{ (github.event.inputs.is_nightly == 'true') || (github.event.inputs.is_nightly == '') }} name: Setup options for nightly diff --git a/DEV.md b/DEV.md index 97db578..998d6e7 100644 --- a/DEV.md +++ b/DEV.md @@ -1,11 +1,3 @@ # Figma icons -- https://www.figma.com/files/project/202053634/Team-project?fuid=1064179055423421287 - -# Todo - -- missing feature for folder management: remove, move, rename -- missing feature for note management: move -- support f-droid - - example repo: https://github.com/libre-tube/LibreTube/tree/master - - doc: https://f-droid.org/en/docs/ +- https://www.figma.com/files/project/202053634/Team-project?fuid=1064179055423421287 \ No newline at end of file diff --git a/README.md b/README.md index 98279b8..85205a0 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,7 @@ Because all apps which integrate git on Android either separate the note title f - [x] edit view - [x] private repo with https - [x] remote sync -- [x] edit/rename/create/update note/file - [x] time based sort -- [ ] rename/create/delete noteFolder/directory -- [ ] Markdown integration -- [ ] available on f-droid -- [ ] private repo with ssh -- [ ] easy login (without copy pasting token, like GitJournal (require ssh support))

grid screen