Skip to content

Commit

Permalink
Merge pull request Bram-Hub#883 from Bram-Hub/dev
Browse files Browse the repository at this point in the history
Fall 2024 Merge
  • Loading branch information
jadeandtea authored Feb 7, 2025
2 parents 3b1d6e8 + 2f470b9 commit 70632b0
Show file tree
Hide file tree
Showing 367 changed files with 4,238 additions and 1,803 deletions.
52 changes: 52 additions & 0 deletions .github/workflows/version-changer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Increment Version on Push

on:
push:
branches:
- master

jobs:
increment_version:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Determine new version
id: update_version
run: |
current_version=$(<legup-update/bin/main/edu.rpi.legupupdate/VERSION)
IFS='.' read -r -a version_parts <<< "$current_version"
first_part="${version_parts[0]}"
second_part="${version_parts[1]}"
last_part="${version_parts[2]}"
if [[ $last_part -eq 9 ]]; then
new_last_part=0
if [[ $second_part -eq 9 ]]; then
new_second_part=0
new_first_part=$((first_part + 1))
else
new_second_part=$((second_part + 1))
new_first_part=$first_part
fi
else
new_last_part=$((last_part + 1))
new_second_part=$second_part
new_first_part=$first_part
fi
new_version="$new_first_part.$new_second_part.$new_last_part"
echo "New version: $new_version"
echo "::set-output name=version::$new_version"
- name: Update version.txt with new version
run: echo "${{ steps.update_version.outputs.version }}" > legup-update/bin/main/edu.rpi.legupupdate/VERSION

- name: Commit and push changes
run: |
git config --global user.email "[email protected]"
git config --global user.name "Pitbull51067"
git add -f legup-update/bin/main/edu.rpi.legupupdate/VERSION
git commit -m "Increment version number"
git push
2 changes: 1 addition & 1 deletion legup-update/bin/main/edu.rpi.legupupdate/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
6.0.1
7 changes: 3 additions & 4 deletions puzzles files/binary/10x10 Binary Hard/10x10 Binary Hard 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Hard 1">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-19 00:12:25"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/10x10 Binary Hard/10x10 Binary Hard 2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Hard 2">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:44:39"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/10x10 Binary Hard/10x10 Binary Hard 3
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Hard 3">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:45:38"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Medium 1">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:41:51"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Medium 2">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:42:37"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Medium 3">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:43:32"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="10x10 Binary Very Hard 1">
<board height="10" width="10">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -107,5 +106,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-26 14:46:41"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
5 changes: 2 additions & 3 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 1
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 1">
<board height="6" width="6">
<cells>
<cell value="0" x="2" y="0"/>
Expand All @@ -18,5 +17,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
5 changes: 2 additions & 3 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 2
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 2">
<board height="6" width="6">
<cells>
<cell value="0" x="1" y="0"/>
Expand All @@ -17,5 +16,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
5 changes: 2 additions & 3 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 3
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 3">
<board height="6" width="6">
<cells>
<cell value="1" x="0" y="0"/>
Expand All @@ -21,5 +20,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
5 changes: 2 additions & 3 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 4
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="2.0.0">
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 4">
<board height="6" width="6">
<cells>
<cell value="1" x="0" y="0"/>
Expand All @@ -24,5 +23,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Easy/6x6 Binary Easy 5
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Easy 5">
<board height="6" width="6">
<cells>
<cell value="0" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-06-09 15:44:28"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Hard/6x6 Binary Hard 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Hard 1">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-23 13:43:55"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Hard/6x6 Binary Hard 2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Hard 2">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-23 13:44:35"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Hard/6x6 Binary Hard 3
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Hard 3">
<board height="6" width="6">
<cells>
<cell value="1" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-23 13:45:19"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Medium/6x6 Binary Medium 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Medium 1">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-06-09 15:55:16"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Medium/6x6 Binary Medium 2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Medium 2">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-06-09 15:57:16"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
7 changes: 3 additions & 4 deletions puzzles files/binary/6x6 Binary Medium/6x6 Binary Medium 3
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Medium 3">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-06-09 16:24:14"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="3.0.0">
<saved/>
<puzzle name="Binary">
<puzzle name="Binary" tag="6x6 Binary Very Hard 1">
<board height="6" width="6">
<cells>
<cell value="2" x="0" y="0"/>
Expand Down Expand Up @@ -43,5 +42,5 @@
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="2024-07-19 11:20:31"/>
</Legup>
<solved isSolved="-2010495071" lastSaved="2024-11-08 17:14:34"/>
</Legup>
Loading

0 comments on commit 70632b0

Please sign in to comment.