From 25fb8d9c3be66e778f6215fc5c4b1377b9b526b9 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 2 Dec 2022 08:30:42 -0800 Subject: [PATCH 01/33] Update dev version string --- src-ui/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/environments/environment.prod.ts b/src-ui/src/environments/environment.prod.ts index a5aacf537..93ac02518 100644 --- a/src-ui/src/environments/environment.prod.ts +++ b/src-ui/src/environments/environment.prod.ts @@ -5,7 +5,7 @@ export const environment = { apiBaseUrl: document.baseURI + 'api/', apiVersion: '2', appTitle: 'Paperless-ngx', - version: '1.10.1', + version: '1.10.1-dev', webSocketHost: window.location.host, webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', webSocketBaseUrl: base_url.pathname + 'ws/', From d39d32d55573d2790524db396a35ce92cfe8b695 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 3 Dec 2022 02:04:30 -0800 Subject: [PATCH 02/33] Fix docs references --- src-ui/src/app/components/app-frame/app-frame.component.html | 2 +- .../storage-path-edit-dialog.component.html | 2 +- .../storage-path-edit-dialog.component.ts | 2 +- .../widgets/welcome-widget/welcome-widget.component.html | 2 +- src/documents/templates/index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 079c562b9..589b95f4f 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -188,7 +188,7 @@