2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-09-18 00:51:30 +00:00

1.0.0 release (#244)

* initial commit

* More updates

* More updates

* More updates

* Add news entyr

* Update image

* Update gallery images

* Refactor blog post

* Breaking change for notification methods

* Fix notification plugin docs

* Add more breaking changeas

* Feature updates

* Add donation links

* blog post - machine registry updates

* Add note on docker image change

* Add note on changelog file

* Update _posts/2025-08-25-1.0.0.md

Co-authored-by: Matthias Mair <code@mjmair.com>

* Update _posts/2025-08-25-1.0.0.md

Co-authored-by: Matthias Mair <code@mjmair.com>

* Update _posts/2025-08-25-1.0.0.md

Co-authored-by: Matthias Mair <code@mjmair.com>

* Update _posts/2025-08-25-1.0.0.md

Co-authored-by: Matthias Mair <code@mjmair.com>

* Add note on user experience survey

* Add final note about survey

* Fix stats file

* Update blog post

* Ignore polar.sh links

* Fix links

* More link fixes

* Further fixes

* Fix python link

---------

Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
Oliver
2025-09-15 12:52:27 +10:00
committed by GitHub
parent 5643a36053
commit ec6eb8f0d3
36 changed files with 356 additions and 29 deletions

View File

@@ -9,4 +9,4 @@ InvenTree ships with an extensive REST API that is used by several native applic
- InvenTree App (Android/iOS)
- python module
The API is self-documenting. More information is provided in the [documentation](https://docs.inventree.org/en/stable/api/api/).
The API is self-documenting. More information is provided in the [documentation](https://docs.inventree.org/en/stable/api/).

View File

@@ -37,7 +37,7 @@ We provide direct downloads for Android users - view our [download page via pola
### Documentation
Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/stable/app/app/).
Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/stable/app/).
### Code

View File

@@ -8,4 +8,4 @@ InvenTree is designed to be part of a larger system of tools to support both hob
- [API](api)
- [Integrate](integrate) into other tools
- PK2InvenTree for [migrating from PartKeepr to InvenTree](https://github.com/rgilham/PK2InvenTree)
- Python [package](https://docs.inventree.org/en/stable/api/python/python/)
- Python [package](https://docs.inventree.org/en/stable/api/python/)

View File

@@ -5,7 +5,7 @@ We supply core-dev and community built plugins to get you started with extending
We expose some internal Python APIs to speed up your development and keep the instance running while you discover the possibilities.
You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/stable/extend/plugins/)
You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/stable/plugins/)
### Highlights