Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.10.11 #349

Merged
merged 2 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ Add any other context about the problem here.

You can find logs in these locations
- Windows: `C:\Users\<username>\AppData\Local\Rare\Rare\cache\logs`
- Linux: `~/.cache/Rare/Rare/logs`
- Linux: `~/.cache/Rare/Rare/logs`
- masOS: `/Users/<username>/Library/Caches/Rare/Rare/logs`
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AppDir:
id: io.github.dummerle.rare
name: Rare
icon: Rare
version: 1.10.10
version: 1.10.11
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/rare/main.py $@
apt:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ When reporting issues, it is helpful to also include the logs with your issue.
You can find the longs in the following locations depending on your operating system
- Windows: `C:\Users\<username>\AppData\Local\Rare\Rare\cache\logs`
- Linux: `~/.cache/Rare/Rare/logs`
- masOS: `Add`
- masOS: `/Users/<username>/Library/Caches/Rare/Rare/logs`

In these folders you will find files named like below

Expand Down Expand Up @@ -135,7 +135,7 @@ It is possible to create a desktop link, or a start menu link. Execute the comma

* On Linux `/home/user/.local/bin` must be in your PATH.
* On Windows `PythonInstallationDirectory\Scripts` must be in your PATH.
* On macOS `/Users/user/Library/Python/3.x/bin` must be in your PATH.
* On macOS `/Users/user/Library/Python/3.x/bin` must be in your PATH.


### Run from source
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ force-exclude = '''

[tool.poetry]
name = "rare"
version = "1.10.10"
version = "1.10.11"
description = "A GUI for Legendary"
authors = ["Dummerle"]
license = "GPL3"
Expand Down
2 changes: 1 addition & 1 deletion rare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.10.10"
__version__ = "1.10.11"
__codename__ = "Garlic Crab"

# For PyCharm profiler
Expand Down
Loading