From ea2311f15544f9815a7012f47a0f1d22a2599360 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 3 Nov 2025 08:31:14 +1100 Subject: [PATCH] 1.1.0 release (#253) * Add news post * Add release entry * Ignore more external links * fix syntax * Update HTMLProofer ignore URLs list * fix plugin syntax * fix checking syntax --------- Co-authored-by: Matthias Mair --- .github/workflows/deploy.yml | 2 +- _news/2025-10-02-1.1.0.md | 10 +++ _posts/2025-11-02-1.1.0.md | 91 ++++++++++++++++++++++++ _repo/inventree-consolidated-shipping.md | 3 +- 4 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 _news/2025-10-02-1.1.0.md create mode 100644 _posts/2025-11-02-1.1.0.md diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5474f6f7..d42dedb6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: limjh16/jekyll-action-ts@v2 with: enable_cache: true - - run: bundle exec htmlproofer ./_site --no-check-external-hash --no-enforce-https --ignore-urls "/localhost/,/www.linkedin.com/,digitalocean.com,/cloud.digitalocean.com/,marketplace.digitalocean.com/,polar.sh,/reddit.com/r/inventree/,/twitter.com/inventreedb/,/github.com/,/developer.digikey.com/,/patreon.com/,/partkeepr.org/,/download.dymo.com/,brother.com.au" + - run: bundle exec htmlproofer ./_site --no-check-external-hash --no-enforce-https --ignore-urls "/localhost/,/www.linkedin.com/,digitalocean.com,/cloud.digitalocean.com/,/dnschecker.org/,/npmjs.com/,polar.sh,/reddit.com/r/inventree/,/twitter.com/inventreedb/,/github.com/,/developer.digikey.com/,/patreon.com/,/partkeepr.org/,/download.dymo.com/,brother.com.au,/marketplace.digitalocean.com" name: Check links - name: Deploy if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main'}} diff --git a/_news/2025-10-02-1.1.0.md b/_news/2025-10-02-1.1.0.md new file mode 100644 index 00000000..9785a4da --- /dev/null +++ b/_news/2025-10-02-1.1.0.md @@ -0,0 +1,10 @@ +--- +author: SchrodingersGat +title: 1.1.0 Release +--- + +### 1.1.0 Release + +The InvenTree team is excited to announce the release of version 1.1.0! This update brings a host of new features, improvements, and bug fixes to enhance your experience. + +- View the [release notes](https://github.com/inventree/InvenTree/releases/tag/1.1.0) diff --git a/_posts/2025-11-02-1.1.0.md b/_posts/2025-11-02-1.1.0.md new file mode 100644 index 00000000..33bfaf45 --- /dev/null +++ b/_posts/2025-11-02-1.1.0.md @@ -0,0 +1,91 @@ +--- +author: SchrodingersGat +title: 1.1.0 Release +--- + +## 1.1.0 Release + +The InvenTree team is excited to announce the release of version 1.1.0. + +This is the first major update since our [1.0.0 stable release]({% link _posts/2025-09-15-1.0.0.md %}), and includes numerous new features, improvements, and bug fixes to enhance your experience with InvenTree. + +### Changelog + +Major changes are documented in the `CHANGELOG.md` file in the InvenTree repository. + +For a full list of changes made in this release, please refer to the [release notes](https://github.com/inventree/InvenTree/releases/tag/1.1.0). + +### Update Procedure + +To update to the latest version of InvenTree, please follow the updating instructions provided in the [InvenTree documentation](https://docs.inventree.org). Note that the particular update procedure may vary depending on your installation method. + +## New Features + +### Partial Build Output Complete + +[#10499](https://github.com/inventree/InvenTree/pull/10499) adds the ability to complete only a partial quantity of a build output. This allows for finer control over the manufacturing process. + +### Build Output Adjustments + +[#10600](https://github.com/inventree/InvenTree/pull/10600) allows users to perform stock adjustment actions (count, transfer, etc) on stock items which are in production, i.e. associated with a build output. This provides greater flexibility in managing stock during the manufacturing process. + +### Report Helper Functions + +There have been several additions to the report helper functions, in particular relating to maths and currency operations. Refer to the report documentation for more information on how to use these new functions. + +### Supplier Part Attachments + +In [#10724](https://github.com/inventree/InvenTree/pull/10724) we added support for uploading attachments against supplier parts. This allows users to associate relevant documents (e.g. datasheets, certifications, etc) directly with supplier parts. + +## Bug Fixes + +There have been a significant number of [bug fixes](https://github.com/inventree/InvenTree/pulls?q=is%3Apr%20label%3Abug%20is%3Aclosed%20milestone%3A1.1.0) in this release. Thanks to the many community members who have contributed to identifying and resolving these issues! + +## Contributing + +### New Contributors + +As always we would like to thank all of our contributors for their hard work and dedication to the InvenTree project. In particular, we would like to welcome the following new contributors who have made their first contributions in this release: + +- @BbqGamer made their first contribution in [#10426](https://github.com/inventree/InvenTree/pull/10426) +- @hhhapz made their first contribution in [#10485](https://github.com/inventree/InvenTree/pull/10485) +- @wolfpackmars2 made their first contribution in [#10481](https://github.com/inventree/InvenTree/pull/10481) +- @neilbeukes made their first contribution in [#10497](https://github.com/inventree/InvenTree/pull/10497) +- @austenwho made their first contribution in [#10551](https://github.com/inventree/InvenTree/pull/10551) +- @KaranLala made their first contribution in [#10549](https://github.com/inventree/InvenTree/pull/10549) +- @akhilsingh-git made their first contribution in [#10722](https://github.com/inventree/InvenTree/pull/10722) + +### Translation + +Our [translation efforts](https://crowdin.com/project/inventree) continue to grow, with coverage increasing across a wide range of languages. We are grateful to all of our translators who have contributed to making InvenTree accessible to users around the world. + +If you are interested in contributing to the translation efforts, please visit our [Crowdin project](https://crowdin.com/project/inventree) and join the community of translators. + +### Code Contributions + +Check out our GitHub page for a list of outstanding issues and feature requests. If you are a developer, you can help to contribute to the project by submitting a pull request. + +In particular, we are looking for assistance with frontend development, as we work to complete the new user interface and improve the overall UI/UX of the project. + +### Report Bugs + +If you encounter a bug in InvenTree, please report it on our [GitHub issues page](https://github.com/inventree/inventree/issues). Please ensure that you provide as much information as possible to help us diagnose and fix the issue. + +### Documentation / Technical Writing + +If you have experience with technical writing, you can help to improve the InvenTree documentation. We are always looking for help to improve the documentation and make it more accessible to new users. + +### Financial Support + +Sponsorships help to keep this project sustainable, and buys time for the core developers to commit to the project. A recurring or one off sponsorship is a great way to help InvenTree development to continue at full steam! + +The work undertaken to keep InvenTree running is done by a very small group of core developers, who do so in their spare time (and are not sponsored by their employers to work on InvenTree). If you benefit from the InvenTree project, please consider contributing to maintain vibrant development of this software! + +- [Polar.sh](https://polar.sh/inventree) +- [GitHub](https://github.com/sponsors/inventree) + +If you are using InvenTree in a commercial setting, please consider sponsoring the project to help support ongoing development and maintenance. Your support is greatly appreciated and helps to ensure that InvenTree remains a viable and sustainable project for years to come. + +If your company benefits from InvenTree, please consider a [one time sponsorship](https://buy.polar.sh/polar_cl_d7lPAgS9jnW8NDOSWATqdz2gs3wUD1x5M5o7C2rPoAL) or a [recurring sponsorship](https://buy.polar.sh/polar_cl_UlGc3bUjwB7Vx89dhAY2iF3kUIVFBJC5mJyow4NlJa6) to help support the project. + + diff --git a/_repo/inventree-consolidated-shipping.md b/_repo/inventree-consolidated-shipping.md index a136d9b1..dcac4a7e 100644 --- a/_repo/inventree-consolidated-shipping.md +++ b/_repo/inventree-consolidated-shipping.md @@ -1,6 +1,7 @@ --- name: inventree-consolidated-shipment-lines title: InvenTree Consolidated Shipping Lines +author: SchrodingersGat license: MIT open_source: true stable: true @@ -8,7 +9,7 @@ maintained: true pypi: true package_name: inventree-consolidated-shipment-lines github: https://github.com/SchrodingersGat/inventree-consolidated-shipping-report -issue_tracked: https://github.com/SchrodingersGat/inventree-consolidated-shipping-report/issues +issue_tracker: https://github.com/SchrodingersGat/inventree-consolidated-shipping-report/issues website: https://inventree.org categories: Shipping tags: shipping consolidated report