File tree 6 files changed +13
-6
lines changed
6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Application Changelog ] | [ [ Helm Chart Changelog] ( ./deployment/helm/CHANGELOG.md ) ]
4
4
5
+ ## 0.1.2
6
+ - WebUI: Fixed dashboard items update - prevented caching of API endpoint by ServiceWorker.
7
+
5
8
## 0.1.1
6
9
- App: added self skip on Kubernetes Ingress crawl.
7
10
- WebUI: added auto refresh after PWA update button click.
Original file line number Diff line number Diff line change 1
- 0.1.1
1
+ 0.1.2
Original file line number Diff line number Diff line change 1
- 0.1.3
1
+ 0.1.4
Original file line number Diff line number Diff line change 2
2
3
3
[ [ Application Changelog] ( ../../CHANGELOG.md ) ] | [ Helm Chart Changelog ]
4
4
5
+ ## 0.1.4
6
+ - App version bump to 0.1.2.
7
+
5
8
## 0.1.3
6
9
- Fixed configuration volume mounts in deployment.
7
10
- Added tag overriding.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ type: application
5
5
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
- version : 0.1.3
8
+ version : 0.1.4
9
9
10
10
# This is the version number of the application being deployed. This version number should be
11
11
# incremented each time you make changes to the application.
12
- appVersion : 0.1.1
12
+ appVersion : 0.1.2
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ module.exports = defineConfig({
6
6
// : '/',
7
7
publicPath : './' ,
8
8
pwa : {
9
- //workboxOptions: {
9
+ workboxOptions : {
10
+ exclude : [ / ^ a p i \/ v 1 $ / , ]
10
11
// skipWaiting: true
11
- // },
12
+ } ,
12
13
name : "CasaVue" ,
13
14
themeColor : "#fe0102" ,
14
15
msTileColor : "#fe0102" ,
You can’t perform that action at this time.
0 commit comments