From 4fc343e57d908570e215278932f4fa90dd122d04 Mon Sep 17 00:00:00 2001 From: vjrj Date: Thu, 16 Jul 2026 22:21:27 +0200 Subject: [PATCH 1/2] Update gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 03fbb80..3aea187 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ node_modules/ # OS .DS_Store Thumbs.db +apps/app_seeds/fastlane/README.md +apps/app_seeds/TODO.org From ab66f2fdf1e7883431b6083ea2093bbc09a6a56f Mon Sep 17 00:00:00 2001 From: vjrj Date: Fri, 17 Jul 2026 07:31:47 +0200 Subject: [PATCH 2/2] docs(fdroid): fit categories (Inventory/Market) + versionCode 2 Categories now Inventory + Market & Price + Science & Education (F-Droid has no 'Tools'; these match the app). Build entry and CurrentVersionCode bumped to 2 to match the shipped 0.1.0 release. Description/screenshots come from the fastlane metadata tree, not this recipe. --- docs/fdroid/org.comunes.tane.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/fdroid/org.comunes.tane.yml b/docs/fdroid/org.comunes.tane.yml index 1476ada..da88eea 100644 --- a/docs/fdroid/org.comunes.tane.yml +++ b/docs/fdroid/org.comunes.tane.yml @@ -19,6 +19,8 @@ # at apps/app_seeds) and the generated code (slang i18n + Drift via build_runner). Categories: + - Inventory + - Market & Price - Science & Education License: AGPL-3.0-or-later AuthorName: Comunes @@ -35,7 +37,7 @@ Repo: https://git.comunes.org/comunes/tane.git Builds: - versionName: 0.1.0 - versionCode: 1 + versionCode: 2 commit: v0.1.0 subdir: apps/app_seeds sudo: @@ -59,4 +61,4 @@ Builds: AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.1.0 -CurrentVersionCode: 1 +CurrentVersionCode: 2