mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Merge branch 'main' into dev
This commit is contained in:
		| @@ -1,5 +1,28 @@ | |||||||
| # Changelog | # Changelog | ||||||
|  |  | ||||||
|  | ## paperless-ngx 2.14.7 | ||||||
|  |  | ||||||
|  | ### Features | ||||||
|  |  | ||||||
|  | -   Enhancement: require totp code for obtain auth token by [@shamoon](https://github.com/shamoon) [#8936](https://github.com/paperless-ngx/paperless-ngx/pull/8936) | ||||||
|  |  | ||||||
|  | ### Bug Fixes | ||||||
|  |  | ||||||
|  | -   Enhancement: require totp code for obtain auth token by [@shamoon](https://github.com/shamoon) [#8936](https://github.com/paperless-ngx/paperless-ngx/pull/8936) | ||||||
|  | -   Fix: reflect doc links in bulk modify custom fields by [@shamoon](https://github.com/shamoon) [#8962](https://github.com/paperless-ngx/paperless-ngx/pull/8962) | ||||||
|  | -   Fix: also ensure symmetric doc link removal on bulk edit by [@shamoon](https://github.com/shamoon) [#8963](https://github.com/paperless-ngx/paperless-ngx/pull/8963) | ||||||
|  |  | ||||||
|  | ### All App Changes | ||||||
|  |  | ||||||
|  | <details> | ||||||
|  | <summary>4 changes</summary> | ||||||
|  |  | ||||||
|  | -   Chore(deps-dev): Bump ruff from 0.9.2 to 0.9.3 in the development group by @[dependabot[bot]](https://github.com/apps/dependabot) [#8928](https://github.com/paperless-ngx/paperless-ngx/pull/8928) | ||||||
|  | -   Enhancement: require totp code for obtain auth token by [@shamoon](https://github.com/shamoon) [#8936](https://github.com/paperless-ngx/paperless-ngx/pull/8936) | ||||||
|  | -   Fix: reflect doc links in bulk modify custom fields by [@shamoon](https://github.com/shamoon) [#8962](https://github.com/paperless-ngx/paperless-ngx/pull/8962) | ||||||
|  | -   Fix: also ensure symmetric doc link removal on bulk edit by [@shamoon](https://github.com/shamoon) [#8963](https://github.com/paperless-ngx/paperless-ngx/pull/8963) | ||||||
|  | </details> | ||||||
|  |  | ||||||
| ## paperless-ngx 2.14.6 | ## paperless-ngx 2.14.6 | ||||||
|  |  | ||||||
| ### Bug Fixes | ### Bug Fixes | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ export const environment = { | |||||||
|   apiBaseUrl: document.baseURI + 'api/', |   apiBaseUrl: document.baseURI + 'api/', | ||||||
|   apiVersion: '7', |   apiVersion: '7', | ||||||
|   appTitle: 'Paperless-ngx', |   appTitle: 'Paperless-ngx', | ||||||
|   version: '2.14.6', |   version: '2.14.7', | ||||||
|   webSocketHost: window.location.host, |   webSocketHost: window.location.host, | ||||||
|   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', |   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:', | ||||||
|   webSocketBaseUrl: base_url.pathname + 'ws/', |   webSocketBaseUrl: base_url.pathname + 'ws/', | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| from typing import Final | from typing import Final | ||||||
|  |  | ||||||
| __version__: Final[tuple[int, int, int]] = (2, 14, 6) | __version__: Final[tuple[int, int, int]] = (2, 14, 7) | ||||||
| # Version string like X.Y.Z | # Version string like X.Y.Z | ||||||
| __full_version_str__: Final[str] = ".".join(map(str, __version__)) | __full_version_str__: Final[str] = ".".join(map(str, __version__)) | ||||||
| # Version string like X.Y | # Version string like X.Y | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon