Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Berman committed Jan 5, 2023
1 parent f73ac10 commit a357858
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions bin/steamcmd/steamcmd_osx/crashhandler.dylib
Git LFS file not shown
Binary file modified bin/steamcmd/steamcmd_osx/steamcmd
Binary file not shown.
3 changes: 2 additions & 1 deletion bin/steamcmd/steamcmd_osx/steamcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ if [ "$DEBUGGER" == "gdb" ] || [ "$DEBUGGER" == "cgdb" ]; then
unset LD_PRELOAD
fi

$DEBUGGER -x "$ARGSFILE" "$STEAMEXE" "$@"
: "${DEBUGGER_ARGS=}"
$DEBUGGER -x "$ARGSFILE" $DEBUGGER_ARGS --args "$STEAMEXE" "$@"
rm "$ARGSFILE"
else
$DEBUGGER "$STEAMEXE" "$@"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
}

allprojects {
project.version = '0.10.0-SNAPSHOT'
project.version = '0.10.0'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion spellsource-client/src/unity
Submodule unity updated from 7e103a to 494ae9
2 changes: 1 addition & 1 deletion spellsource-private/src/secrets
10 changes: 7 additions & 3 deletions spellsource-web/src/pages-markdown/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ header: true
Thanks for playing this beta of Spellsource! Read more at [our website](https://www.playspellsource.com) and join our
[Discord](https://discord.gg/HmbESh2)!

### Current Version 0.10.0 (January 1, 2023)
<h3>0.10.0 (January 4, 2023)</h3>

Game health restored.

<h3>0.10.0-SNAPSHOT (January 1, 2023)</h3>

New architectural enhancements.

Expand All @@ -20,11 +24,11 @@ New architectural enhancements.
- You can choose to create an account with or without the built in decks.
- Windows, Android, iOS, and macOS are all now supported.

### Current Version 0.9.0-4.0.0 (May 1, 2020)
<h3>0.9.0-4.0.0 (May 1, 2020)</h3>

Spellsource is under development and underwent a major refactor.

### Current Version 0.8.89-3.3.7 (September 2, 2020)
<h3>0.8.89-3.3.7 (September 2, 2020)</h3>

- The new large card art now appears on hovers / inspections.
- Hover / inspection positioning is now improved on devices. Left handed users will soon be given a preferences option to flip the positioning of the inspected card.
Expand Down

0 comments on commit a357858

Please sign in to comment.