Skip to content

Commit

Permalink
chore(release): preparing for upcoming release (CHANGELOG.md, package…
Browse files Browse the repository at this point in the history
….json)
  • Loading branch information
morwy authored and github-actions[bot] committed Dec 29, 2024
1 parent 6310c9d commit 1abaae3
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 1 deletion.
127 changes: 127 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
# Changelog

All notable changes to this project will be documented in this file.

## [2.0.2] - 2024-12-29

### 🐛 Bug Fixes

- Syncing with HLTB API changes

### 💼 Other

- *(deps)* Bump actions/download-artifact from 3 to 4
- *(deps)* Bump actions/upload-artifact from 2 to 4
- *(deps)* Bump actions/checkout from 2 to 4
- *(deps)* Bump actions/setup-node from 1 to 4

### 📚 Documentation

- Added information about HLTB API changes to README

### ⚙️ Miscellaneous Tasks

- Simplified release creation process (#5)
- *(release)* Preparing for upcoming release (CHANGELOG.md, package.json)
- Checking out latest changes for release creation
- *(release)* Preparing for upcoming release (CHANGELOG.md, package.json)
- Checking out latest changes for release creation

## [2.0.1] - 2024-12-14

### 🐛 Bug Fixes

- Update API to use appId again
- Add try / catch to fix plugin breaking in desktop mode
- Syncing with HLTB API changes

## [2.0.0] - 2024-09-12

### 🐛 Bug Fixes

- Library component splicing

### ⚙️ Miscellaneous Tasks

- Bump to 2.0.0

## [1.5.0] - 2024-08-21

### 🚀 Features

- Cache API key on demand

## [1.4.5] - 2024-08-20

### 🚀 Features

- Migrate to new Decky API
- Fetch HLTB api key from website

### 🐛 Bug Fixes

- Use new path for app window patching
- Use DOM to detect game launch transitions

## [1.4.4] - 2024-08-04

### 🚀 Features

- Hltb integration into app page
- Add styles to work with the Clean Game View theme from CSS Loader
- Update cache every 12 hours
- Add option to remove "View Details" button
- Hide stats if there are none
- Add customization settings to stats
- Add localization support
- Add brazillian portuguese translations

### 🐛 Bug Fixes

- Wrong stat
- Address issue with no style set at all
- Handle accented characters, handle issues when games have same levenhtein distance
- Navigate to external web issue
- Special characters better normalized
- Better null handling
- Style issue with Clean styles

### 💼 Other

- Install pnpm globally
- Add image for decky store
- Include package.json in releases
- Release notes
- Update decky-frontend-lib

### 🎨 Styling

- Change button text

### ⚙️ Miscellaneous Tasks

- Boilerplate
- Bump release to 1.0.0, add readme/release notes
- Add build pipeline
- Update description
- Update readme
- Bump version
- Release notes and version bump
- Bump version and release notes
- Update to latest dfl
- Release notes
- Bump dfl
- Update packages
- Fix lockfile
- Bump dfl
- Slight tweaks, remove unnecessary index.js
- V1.3.0 release
- Slight tweaks
- Release 1.3.1
- Images for new features
- Adding some of the release notes
- Update release notes
- Update release notes to credit translator
- Bump version in package.json

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hltb-for-deck",
"version": "2.0.1",
"version": "2.0.2",
"description": "A plugin to show you game lengths according to How Long To Beat",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 1abaae3

Please sign in to comment.