Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Jul 11, 2023
1 parent e843f49 commit 2785a43
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 12 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 2 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MD013: false
MD024: false
46 changes: 34 additions & 12 deletions CHANGELOG.md
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!

0 comments on commit 2785a43

Please sign in to comment.