Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Aug 28, 2024
1 parent 5263c28 commit 3f6af08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
4.1.0: |
First release of Augmented Steam on manifest v3 on all platforms.
First release of Augmented Steam manifest v3 on all platforms.
This release features major changes in sync with IsThereAnyDeal. You can now sync your game notes (and see all of them at ITAD),
and detailed Collection view is back, better than before. If you have connected Augmented Steam with IsThereAnyDeal
in the past, you will need to re-connect, because due to new features more permissions are needed.
in the past, you will need to re-connect, due to new features which require more permissions.
Features
# Features
- you can now sync your game notes with IsThereAnyDeal
- detail Collection view is back, now with more details than before
- add option to append friends nicknames directly in friends list
- optimized sync with ITAD
Bugfixes:
# Bugfixes
- fixed switching user notes adapters
- fixed emptying wishlist getting stuck and not cleaning anything
- fixed "Open external links in new tab" option not being respected
Expand Down
6 changes: 6 additions & 0 deletions src/css/augmentedsteam.css
Original file line number Diff line number Diff line change
Expand Up @@ -1000,9 +1000,15 @@ video.highlight_movie:hover + .html5_video_overlay {
flex-direction: row;
align-items: flex-start;
max-width: 800px;
font-size: 14px;
}
.es_changelog h1 {
font-size: 18px;
margin: 20px 0 5px 0;
}
.es_changelog p {
margin-bottom: 0.4em;
font-size: 14px;
}
.es_changelog img {
margin-right: 21px;
Expand Down

0 comments on commit 3f6af08

Please sign in to comment.