-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,3 +52,9 @@ jobs: | |
phalcode/crackpipe-backend:${{steps.package-version.outputs.current-version}} | ||
ghcr.io/phalcode/crackpipe-backend:latest | ||
ghcr.io/phalcode/crackpipe-backend:${{steps.package-version.outputs.current-version}} | ||
- name: Create Github Tag & Release | ||
id: release | ||
uses: CupOfTea696/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
MD013: false | ||
MD024: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,49 @@ | ||
# Crackpipe Backend Server Changelog | ||
|
||
## 1.0.0 | ||
## 1.2.0 | ||
|
||
- Initial Release | ||
### 🛠️ Changes | ||
|
||
- Server inspects mounted folders during startup | ||
- Implemented Docker health checks | ||
- Improved Logging | ||
- Introduced Rolling File Logger with retention period of 14 days | ||
- Boxarts now work independently from RAWG | ||
|
||
### 1.0.4 | ||
### ❤️ Thanks | ||
|
||
- Fixed a bug where the first game indexing was skipped. | ||
- @Mr.Deathproof | ||
- @AbacchioJones | ||
|
||
## 1.1.0 | ||
|
||
- **BREAKING CHANGE:** When adding the same game multiple times to your Crackpipe server, [follow this documentation.](https://crackpipe.de/docs/server-docs/adding-games#adding-the-same-game-multiple-times) | ||
### ⚠️ Breaking Changes | ||
|
||
- When adding the same game multiple times to your Crackpipe server, [follow this documentation.](https://crackpipe.de/docs/server-docs/adding-games#adding-the-same-game-multiple-times) | ||
|
||
### 🛠️ Changes | ||
|
||
- Various improvements have been made to indexing, restoring, and updating games. | ||
- Thanks to the use of Node 20 the `/files` directory is now readable recursively, allowing you to create sub-folders in `/files` for better organization. | ||
- Fixed File-Size being returned as a number when SQLITE is being used as Database. | ||
- The Game Indexer now has a failsafe mechanism. If it encounters any incorrect file, it will generate a log and skip it. - Thanks @mhbates ❤️ | ||
- The Game Indexer now has a failsafe mechanism. If it encounters any incorrect file, it will generate a log and skip it. | ||
- Images are now optional for registering a user | ||
- Improve Error Logs | ||
|
||
## 1.2.0 | ||
### ❤️ Thanks | ||
|
||
- Server inspects mounted folders during startup | ||
- Implemented Docker health checks | ||
- Improved Logging | ||
- Introduced Rolling File Logger with retention period of 14 days | ||
- Boxarts now work independently from RAWG | ||
- @mhbates | ||
|
||
## 1.0.4 | ||
|
||
### 🛠️ Changes | ||
|
||
- Fixed a bug where the first game indexing was skipped. | ||
|
||
### ❤️ Thanks | ||
|
||
- @mhbates | ||
|
||
## 1.0.0 | ||
|
||
- Initial Release! |