diff --git a/.sandstorm/sandstorm-files.list b/.sandstorm/sandstorm-files.list index 40834ef..a2425be 100644 --- a/.sandstorm/sandstorm-files.list +++ b/.sandstorm/sandstorm-files.list @@ -83,6 +83,7 @@ usr/lib/x86_64-linux-gnu/libpthread-2.31.so usr/lib/x86_64-linux-gnu/libpthread.so.0 usr/lib/x86_64-linux-gnu/libpython3.9.so.1.0 usr/lib/x86_64-linux-gnu/libresolv.so.2 +usr/lib/x86_64-linux-gnu/librt-2.31.so usr/lib/x86_64-linux-gnu/librt.so.1 usr/lib/x86_64-linux-gnu/libselinux.so.1 usr/lib/x86_64-linux-gnu/libsqlite3.so.0 @@ -105,6 +106,8 @@ usr/lib/x86_64-linux-gnu/libz.so.1.2.11 usr/lib64/ld-linux-x86-64.so.2 usr/local/lib/python3.9/dist-packages usr/sbin/nginx +usr/share/fonts/truetype +usr/share/fonts/truetype/dejavu usr/share/locale/locale.alias usr/share/zoneinfo/Etc/UTC usr/share/zoneinfo/GMT diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 99cfa19..85637d4 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -7,8 +7,8 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Baby Buddy"), - appVersion = 3, # Increment this for every release. - appMarketingVersion = (defaultText = "1.5.0"), + appVersion = 4, # Increment this for every release. + appMarketingVersion = (defaultText = "1.9.1"), actions = [ ( nounPhrase = (defaultText = "instance"), command = .firstRunCommand diff --git a/README.md b/README.md index 9871cbc..5bdcc11 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ app for [Sandstorm](https://sandstorm.io/). ## App Version History +- v4: [Baby Buddy 1.9.1](https://github.com/babybuddy/babybuddy/releases/tag/v1.9.1) - v3: [Baby Buddy 1.5.0](https://github.com/babybuddy/babybuddy/releases/tag/v1.5.0) - v2: [Baby Buddy 1.4.0](https://github.com/babybuddy/babybuddy/releases/tag/v1.4.0) - v1: [Baby Buddy 1.3.4](https://github.com/babybuddy/babybuddy/releases/tag/v1.3.4) diff --git a/sandstorm.patch b/sandstorm.patch index ba301ea..cbe09e2 100644 --- a/sandstorm.patch +++ b/sandstorm.patch @@ -1,25 +1,22 @@ diff --git a/Pipfile b/Pipfile -index 14851a9..b3454b7 100644 +index beb707b..85330aa 100644 --- a/Pipfile +++ b/Pipfile -@@ -12,7 +12,6 @@ faker = "*" - dj-database-url = "*" +@@ -16,11 +16,11 @@ easy-thumbnails = "*" + faker = "*" gunicorn = "*" - whitenoise = "*" + plotly = "*" -psycopg2-binary = "*" - easy-thumbnails = "*" python-dotenv = "*" - django-storages = "*" -@@ -20,6 +19,7 @@ boto3 = "*" - django-import-export = "*" pyyaml = "*" uritemplate = "*" + whitenoise = "*" +django-sandstorm = {editable = true,git = "https://github.com/cdubz/django-sandstorm.git"} [dev-packages] coveralls = "*" diff --git a/babybuddy/forms.py b/babybuddy/forms.py -index 4f0a7fb..c386b61 100644 +index c48ce90..8a09a98 100644 --- a/babybuddy/forms.py +++ b/babybuddy/forms.py @@ -6,20 +6,6 @@ from django.contrib.auth.models import User @@ -115,29 +112,27 @@ index 0000000..7aa8682 + +MEDIA_ROOT = '/var/media' diff --git a/babybuddy/templates/babybuddy/nav-dropdown.html b/babybuddy/templates/babybuddy/nav-dropdown.html -index 14f02aa..034fd30 100644 +index 84fa085..a56ba24 100644 --- a/babybuddy/templates/babybuddy/nav-dropdown.html +++ b/babybuddy/templates/babybuddy/nav-dropdown.html -@@ -239,14 +239,11 @@ -