diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..5aa2b74c3 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +#patreon: # Replace with a single Patreon username +#open_collective: # Replace with a single Open Collective username +#ko_fi: # Replace with a single Ko-fi username +#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +#liberapay: # Replace with a single Liberapay username +#issuehunt: # Replace with a single IssueHunt username +#lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +#polar: # Replace with a single Polar username +#buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +#thanks_dev: # Replace with a single thanks.dev username +custom: ['https://www.paypal.com/donate/?hosted_button_id=K2T86GDTTMRPL'] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 692ff9a60..aa03b7782 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,11 +73,6 @@ jobs: with: name: package - - name: Debug - run: | - ls -la - ls -la ${{needs.build.outputs.DEB_NAME}} - - name: Release uses: docker://antonyurchenko/git-release:latest env: @@ -87,7 +82,7 @@ jobs: CHANGELOG_FILE: "CHANGELOG.md" with: args: | - package/${{needs.build.outputs.DEB_NAME}} + ${{needs.build.outputs.DEB_NAME}} - name: Trigger kicad_auto image build run: | diff --git a/README.md b/README.md index 839cc51ea..f9f15ac3b 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ![KiBot Logo](https://raw.githubusercontent.com/INTI-CMNB/KiBot/dev/docs/images/kibot_740x400_logo.png) -[![Python application](https://img.shields.io/github/actions/workflow/status/INTI-CMNB/KiBot/pythonapp.yml?branch=dev&style=plastic&logo=github)](https://github.com/INTI-CMNB/KiBot/actions) -[![Coverage Status](https://img.shields.io/coveralls/github/INTI-CMNB/KiBot?style=plastic&logo=coveralls&branch=dev)](https://coveralls.io/github/INTI-CMNB/KiBot?branch=dev) +[![Python application](https://img.shields.io/github/actions/workflow/status/INTI-CMNB/KiBot/pythonapp.yml?branch=master&style=plastic&logo=github)](https://github.com/INTI-CMNB/KiBot/actions) +[![Coverage Status](https://img.shields.io/coveralls/github/INTI-CMNB/KiBot?style=plastic&logo=coveralls&branch=master)](https://coveralls.io/github/INTI-CMNB/KiBot?branch=dev) [![PyPI version](https://img.shields.io/pypi/v/kibot?style=plastic&logo=pypi)](https://pypi.org/project/kibot/) -[![DOCs status](https://img.shields.io/readthedocs/kibot?style=plastic&logo=readthedocs)](https://kibot.readthedocs.io/en/latest/) +[![DOCs status](https://img.shields.io/readthedocs/kibot?style=plastic&logo=readthedocs)](https://kibot.readthedocs.io/en/stable/) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?style=plastic&logo=paypal)](https://www.paypal.com/donate/?hosted_button_id=K2T86GDTTMRPL) KiBot is a program which helps you to generate the fabrication and @@ -13,7 +13,9 @@ documentation files for your KiCad projects easily, repeatable, and most of all, scriptably. This means you can use a Makefile to export your KiCad PCBs just as needed, or do it in a CI/CD environment. -For more information consult the [documentation](https://kibot.readthedocs.io/en/latest/) (hosted by Read the Docs) +For more information consult the [documentation](https://kibot.readthedocs.io/en/master/) (hosted by Read the Docs) + +If you are looking for the last features and fixes visit the [dev branch](https://github.com/INTI-CMNB/KiBot/tree/dev) If you want to see an example of what KiBot can generate visit this [project](https://inti-cmnb.github.io/kibot_variants_arduprog_site/Browse/t1-navigate.html) diff --git a/debian/changelog b/debian/changelog index afd56dfb9..23aa93e13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -748,6 +748,12 @@ kibot (1.6.2-1) stable; urgency=medium -- Salvador E. Tropea Mon, 24 Apr 2023 12:39:12 -0300 +kibot (1.6.1-3) stable; urgency=medium + + * Included missing Blender script + + -- Salvador Eduardo Tropea Fri, 31 Mar 2023 18:20:44 -0300 + kibot (1.6.1-2) stable; urgency=medium * Also accept KiCad nightly as dependency diff --git a/kibot/kicad/v6_sch.py b/kibot/kicad/v6_sch.py index 95b915e0f..4659ce91e 100644 --- a/kibot/kicad/v6_sch.py +++ b/kibot/kicad/v6_sch.py @@ -1264,6 +1264,7 @@ def __init__(self): def set_ref(self, ref): self.ref = ref + self.f_ref = ref # Separate the reference in its components self.split_ref() self.set_field('Reference', ref) diff --git a/submodules/KiCost b/submodules/KiCost index 246300741..f3c1da5aa 160000 --- a/submodules/KiCost +++ b/submodules/KiCost @@ -1 +1 @@ -Subproject commit 24630074173f8db7f3da9f99fb0135ab71e664dd +Subproject commit f3c1da5aa59d669d927ee43d386bb955e8e5ee10