Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,19 @@
FABulous is developed and maintained by the following contributors.
This list is generated automatically from the GitHub contributors API and refreshed with each release. For the always-current list of contributors between releases, see the [GitHub contributors page](../../graphs/contributors).

<!-- This file is regenerated as part of .github/workflows/release_please.yml whenever a release PR is opened or updated. -->
- [@KelvinChung2000](https://github.com/KelvinChung2000)
- [@TaoBi22](https://github.com/TaoBi22)
- [@EverythingElseWasAlreadyTaken](https://github.com/EverythingElseWasAlreadyTaken)
- [@y8j31](https://github.com/y8j31)
- [@IAmMarcelJung](https://github.com/IAmMarcelJung)
- [@gatecat](https://github.com/gatecat)
- [@A-Kibats](https://github.com/A-Kibats)
- [@mole99](https://github.com/mole99)
- [@JakobTernes](https://github.com/JakobTernes)
- [@ruck314](https://github.com/ruck314)
- [@robtaylor](https://github.com/robtaylor)
- [@Biswajitks1](https://github.com/Biswajitks1)
- [@ThVerg](https://github.com/ThVerg)
- [@khoapham](https://github.com/khoapham)
- [@hausdinge](https://github.com/hausdinge)
- [@mtetrault](https://github.com/mtetrault)
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.1.0](https://github.com/FPGA-Research/FABulous/compare/v2.0.0...v2.1.0) (2026-06-02)


### Features

* add clone_tile CLI command for FABulous tile cloning ([#770](https://github.com/FPGA-Research/FABulous/issues/770)) ([47c4364](https://github.com/FPGA-Research/FABulous/commit/47c43642dc9d6342050a09dfbc6d58535520c443))
* allow nix to start anywhere ([#715](https://github.com/FPGA-Research/FABulous/issues/715)) ([47d79f3](https://github.com/FPGA-Research/FABulous/commit/47d79f3d3c36a9912c6112df82ba82030800e2cf))
* allow supply IO config to gen_tile_macro command ([#768](https://github.com/FPGA-Research/FABulous/issues/768)) ([ae0d875](https://github.com/FPGA-Research/FABulous/commit/ae0d875b65b738bf017a7c8e0b63d78ea017c9fe))


### Bug Fixes

* avoid temp file collisions on multi-user machines ([#748](https://github.com/FPGA-Research/FABulous/issues/748)) ([0099d58](https://github.com/FPGA-Research/FABulous/commit/0099d5862edc1b579e3b01c862d76b043d6bc052))
* fix CI and gf180mcuD ([#772](https://github.com/FPGA-Research/FABulous/issues/772)) ([3120fa1](https://github.com/FPGA-Research/FABulous/commit/3120fa15fcd205360abd630c99c8fd6d591462ef))
* fix docker file ([#760](https://github.com/FPGA-Research/FABulous/issues/760)) ([b24cae9](https://github.com/FPGA-Research/FABulous/commit/b24cae99bb1e85d1be15396a494f854aa801a00a))
* fix fabric stitching ([#763](https://github.com/FPGA-Research/FABulous/issues/763)) ([7dff688](https://github.com/FPGA-Research/FABulous/commit/7dff68835e6cd3b0d56e13c0755c32cb13d8170f))
* fix fail docker build ([#816](https://github.com/FPGA-Research/FABulous/issues/816)) ([7b09424](https://github.com/FPGA-Research/FABulous/commit/7b09424404809910d3693d1bfc1bcb100e29c707))
* fixing full auto flow ([#646](https://github.com/FPGA-Research/FABulous/issues/646)) ([78aeb70](https://github.com/FPGA-Research/FABulous/commit/78aeb7070416832b1d7e46ac081c51ec706ffdce))
* klayout path typo and extend to mcu180 ([#765](https://github.com/FPGA-Research/FABulous/issues/765)) ([1d9eadc](https://github.com/FPGA-Research/FABulous/commit/1d9eadc11985361839af7424ce7749bf8479bddb))
* more minor fix ([78aeb70](https://github.com/FPGA-Research/FABulous/commit/78aeb7070416832b1d7e46ac081c51ec706ffdce))
* set diodes on both ports as the default, for internal/high density tiles set them only on the outputs ([#788](https://github.com/FPGA-Research/FABulous/issues/788)) ([af109e9](https://github.com/FPGA-Research/FABulous/commit/af109e96dfb991475be466322b7daabae6ed7b94))
* show version+dev tag on RTD ([#769](https://github.com/FPGA-Research/FABulous/issues/769)) ([a0e18a7](https://github.com/FPGA-Research/FABulous/commit/a0e18a7966d8778dcc4887e53f2844cf82ebe817))
* update gds config and diodes on ports step ([#785](https://github.com/FPGA-Research/FABulous/issues/785)) ([d2483f5](https://github.com/FPGA-Research/FABulous/commit/d2483f5888f5997a148fe19504df2cebe843522b))

## [1.3.1](https://github.com/FPGA-Research/FABulous/compare/v1.3.0...v1.3.1) (2025-09-04)


Expand Down