Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ellite/Wallos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.27.0
Choose a base ref
...
head repository: ellite/Wallos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.27.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 4, 2024

  1. fix: add missing assets to the service worker (#542)

    ellite authored Oct 4, 2024
    Copy the full SHA
    0251da2 View commit details
  2. chore(main): release 2.27.1 (#543)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 4, 2024
    Copy the full SHA
    7142b32 View commit details
Showing with 12 additions and 0 deletions.
  1. +7 −0 CHANGELOG.md
  2. +5 −0 service-worker.js
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.27.1](https://github.com/ellite/Wallos/compare/v2.27.0...v2.27.1) (2024-10-04)


### Bug Fixes

* add missing assets to the service worker ([#542](https://github.com/ellite/Wallos/issues/542)) ([0251da2](https://github.com/ellite/Wallos/commit/0251da23f4254420a471fcd4c4951d0d0b1bb4df))

## [2.27.0](https://github.com/ellite/Wallos/compare/v2.26.0...v2.27.0) (2024-10-04)


5 changes: 5 additions & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
@@ -88,6 +88,11 @@ self.addEventListener('install', function (event) {
'images/siteicons/svg/web.php',
'images/siteicons/svg/websearch.php',
'images/siteicons/svg/clone.php',
'images/siteicons/svg/mobile-menu/calendar.php',
'images/siteicons/svg/mobile-menu/home.php',
'images/siteicons/svg/mobile-menu/profile.php',
'images/siteicons/svg/mobile-menu/settings.php',
'images/siteicons/svg/mobile-menu/statistics.php',
'images/siteicons/pwa/stats.png',
'images/siteicons/pwa/settings.png',
'images/siteicons/pwa/about.png',