Skip to content

Commit

Permalink
chore: 🧹 1.2.0
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.7...v1.2.0) (2024-06-04)

### New Features

* ✨ Added new module, floating progress bars ([480f810](480f810))

### Bug Fixes

* 🎨 Replaced remaining Jellyfin colours on Live TV ([53681d7](53681d7))

### Documentation

* 📝 Added download hits to the README ([24ddd1b](24ddd1b))

### Style Changes

* 🎨 Added design to toast notifications ([faea3a7](faea3a7))
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent 480f810 commit cb23e94
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 13 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.2.0](https://github.com/JamsRepos/Jamfin/compare/v1.1.7...v1.2.0) (2024-06-04)

### New Features

* :sparkles: Added new module, floating progress bars ([480f810](https://github.com/JamsRepos/Jamfin/commit/480f810611500e3230d31a6d4bd7e44d7af0ae6b))

### Bug Fixes

* :art: Replaced remaining Jellyfin colours on Live TV ([53681d7](https://github.com/JamsRepos/Jamfin/commit/53681d7bd0408d7e3798fe3358ea656eb3dfc609))

### Documentation

* :memo: Added download hits to the README ([24ddd1b](https://github.com/JamsRepos/Jamfin/commit/24ddd1b81d306286ab587e7118515bc372c5622e))

### Style Changes

* :art: Added design to toast notifications ([faea3a7](https://github.com/JamsRepos/Jamfin/commit/faea3a7949c7dac02e3bcce65fb0512bd7b8669e))

## [1.1.7](https://github.com/JamsRepos/Jamfin/compare/v1.1.6...v1.1.7) (2024-06-04)

### Code Refactoring
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following line includes the base theme as well as all our optional modules.
<div align="left">

```css
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/complete.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/complete.css");
```

</div>
Expand All @@ -30,7 +30,7 @@ If you just want the theme without all our modules integrated, simply copy this
<div align="left">

```css
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/base.css");
```

</div>
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.2.0
18 changes: 9 additions & 9 deletions theme/complete.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
You can grab the base theme by changing jamfin.css to base.css in the first line.
*/

@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/central-libraries-small.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/change-logo.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/count-indicators.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/forgot-password.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/hide-my-media.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/moving-cards.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/smaller-cast.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/floating-progress.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/central-libraries-small.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/change-logo.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/count-indicators.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/forgot-password.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/hide-my-media.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/moving-cards.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/smaller-cast.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/floating-progress.css");
2 changes: 1 addition & 1 deletion theme/modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The general format to install a module is as followed, you will need to replace
<div align="left">

```css
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.1.7/theme/modules/<name>.css");
@import url("https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@1.2.0/theme/modules/<name>.css");
```

</div>
Expand Down

0 comments on commit cb23e94

Please sign in to comment.