Skip to content

Commit

Permalink
Merge pull request #57 from Bwc9876/dev
Browse files Browse the repository at this point in the history
Version 0.7.0
  • Loading branch information
Bwc9876 committed Jun 24, 2023
2 parents 4eecd05 + b7c5aa4 commit 07e696f
Show file tree
Hide file tree
Showing 189 changed files with 5,337 additions and 4,735 deletions.
Binary file modified .github/assets/logo-gui.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 .github/assets/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 .github/assets/screenshots/about.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 .github/assets/screenshots/logs.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 .github/assets/screenshots/main.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 removed .github/assets/screenshots/themes.png
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Get Version
id: get_version
run: echo "version=$(cargo run -p owmods_cli --release --bin=owmods version)" >> $GITHUB_OUTPUT
run: echo "version=$(cargo run -q -p owmods_cli --release --bin=owmods version)" >> $GITHUB_OUTPUT

- name: Generate Dist Folder
if: matrix.platform == 'ubuntu-20.04'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ target
dist/
scripts/
owmods.tar.zst
owmods_gui/frontend/stats.html

# Logs
*.log
Expand Down
Loading

0 comments on commit 07e696f

Please sign in to comment.