offspot-config 2.2.6__tar.gz → 2.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {offspot_config-2.2.6 → offspot_config-2.3.1}/CHANGELOG.md +14 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/PKG-INFO +1 -1
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/builder.py +3 -3
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/catalog.json +5 -5
- offspot_config-2.3.1/src/offspot_runtime/__about__.py +1 -0
- offspot_config-2.2.6/src/offspot_runtime/__about__.py +0 -1
- {offspot_config-2.2.6 → offspot_config-2.3.1}/.gitignore +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/.pre-commit-config.yaml +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/LICENSE +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/README.md +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/pyproject.toml +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/__init__.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/horizontal-logo-dark.png +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/horizontal-logo-light.png +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/horizontal-logo.svg +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/square-logo-dark.png +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/square-logo-light.png +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/square-logo.svg +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/catalog.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/constants.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/file.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/__init__.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/base.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/checksum.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/file.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/mainconfig.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/oci.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/output.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/str.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/inputs/ways.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/oci_images.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/packages.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/utils/__init__.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/utils/dashboard.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/utils/download.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/utils/misc.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/utils/sizes.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/utils/yaml.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/zim.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/__init__.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/ap.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/checks.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/configlib.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/containers.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/dnsmasqspoof.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/ethernet.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/firmware.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/fromfile.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/hostname.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_runtime/timezone.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tasks.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tests/conftest.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tests/test_catalog.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tests/test_checks.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tests/test_humanid.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tests/test_inputs.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tests/test_link.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tests/test_reader.py +0 -0
- {offspot_config-2.2.6 → offspot_config-2.3.1}/tests/test_zim.py +0 -0
|
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.3.1] - 2024-10-17
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Domain names for com.kylecorry.trail_sense.offspot.kiwix.org and org.hlwd.bible_multi_the_life.offspot.kiwix.org now uses dashes instead of underscores.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [2.3.0]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- [builder] Updated dashboard version to 1.4.8 (from 1.3)
|
|
21
|
+
|
|
8
22
|
## [2.2.6]
|
|
9
23
|
|
|
10
24
|
### Added
|
|
@@ -54,9 +54,9 @@ INTERNAL_IMAGES = {
|
|
|
54
54
|
"fullsize": 189818424,
|
|
55
55
|
},
|
|
56
56
|
"dashboard": {
|
|
57
|
-
"source": "ghcr.io/offspot/dashboard:1.
|
|
58
|
-
"filesize":
|
|
59
|
-
"fullsize":
|
|
57
|
+
"source": "ghcr.io/offspot/dashboard:1.4.8",
|
|
58
|
+
"filesize": 178063360,
|
|
59
|
+
"fullsize": 177954885,
|
|
60
60
|
},
|
|
61
61
|
"file-browser": {
|
|
62
62
|
"source": "ghcr.io/offspot/file-browser:1.1",
|
|
@@ -334,10 +334,10 @@
|
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"ident": "com.kylecorry.trail_sense.offspot.kiwix.org",
|
|
337
|
-
"domain": "com.kylecorry.
|
|
337
|
+
"domain": "com.kylecorry.trail-sense",
|
|
338
338
|
"kind": "files",
|
|
339
339
|
"title": "Trail Sense",
|
|
340
|
-
"description": "
|
|
340
|
+
"description": "Downloadable android APK that uses your phone's sensors to assist with wilderness treks",
|
|
341
341
|
"languages": [
|
|
342
342
|
"eng"
|
|
343
343
|
],
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"domain": "org.ligi.survivalmanual",
|
|
359
359
|
"kind": "files",
|
|
360
360
|
"title": "Survival Manual",
|
|
361
|
-
"description": "Learn how to survive",
|
|
361
|
+
"description": "Downloadable Android APK. Learn how to survive",
|
|
362
362
|
"languages": [
|
|
363
363
|
"eng"
|
|
364
364
|
],
|
|
@@ -376,10 +376,10 @@
|
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
"ident": "org.hlwd.bible_multi_the_life.offspot.kiwix.org",
|
|
379
|
-
"domain": "org.hlwd.
|
|
379
|
+
"domain": "org.hlwd.bible-multi-the-life",
|
|
380
380
|
"kind": "files",
|
|
381
381
|
"title": "The Life",
|
|
382
|
-
"description": "Bible
|
|
382
|
+
"description": "Downloadable Android Bible. Multi languages, free, offline, no advertising.",
|
|
383
383
|
"languages": [
|
|
384
384
|
"eng"
|
|
385
385
|
],
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.3.1"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.2.6"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/horizontal-logo-dark.png
RENAMED
|
File without changes
|
{offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/horizontal-logo-light.png
RENAMED
|
File without changes
|
{offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/horizontal-logo.svg
RENAMED
|
File without changes
|
{offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/square-logo-dark.png
RENAMED
|
File without changes
|
{offspot_config-2.2.6 → offspot_config-2.3.1}/src/offspot_config/branding/square-logo-light.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|