|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 0.1.0 (2025-12-09) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add business logic outputs to stdout ([358e4f5](https://github.com/aslamcodes/appstreamfile/commit/358e4f5297898732eaa7dce2d375859ea48a4e77)) |
| 9 | +* add sample windows config file ([b10b106](https://github.com/aslamcodes/appstreamfile/commit/b10b10609f0db8ec3b4ecdf1ef16d667db4a209b)) |
| 10 | +* add sample windows config file ([24334db](https://github.com/aslamcodes/appstreamfile/commit/24334db6ad38f2bb2a004bf7b293dfbc853215c0)) |
| 11 | +* add struct definition for session script config ([1fcbbe1](https://github.com/aslamcodes/appstreamfile/commit/1fcbbe150eb248caad9ddf664349d1aeef9be82c)) |
| 12 | +* add validation for executable and platform ([6e02afc](https://github.com/aslamcodes/appstreamfile/commit/6e02afcb65dcc2d7314e635e3bdd439fd53ba257)) |
| 13 | +* add validation for file deploy ([dbe710e](https://github.com/aslamcodes/appstreamfile/commit/dbe710e76780d9d17bf2b75ec566c948a580607f)) |
| 14 | +* add validation for paths ([06fca1a](https://github.com/aslamcodes/appstreamfile/commit/06fca1aadbcaff3b5ef1a632c3aeb7083e54d815)) |
| 15 | +* add validation for platform ([958b979](https://github.com/aslamcodes/appstreamfile/commit/958b9790abe4726773ea0be09ce8d86db15c02d2)) |
| 16 | +* add validation for platform ([667a96a](https://github.com/aslamcodes/appstreamfile/commit/667a96a9c5fafc1d7c092a09026b85bd03f434a8)) |
| 17 | +* create deploy function for files ([d362ee5](https://github.com/aslamcodes/appstreamfile/commit/d362ee5f034e01b7981117ccafd6c91f238a6225)) |
| 18 | +* initial release ([bdfe5f5](https://github.com/aslamcodes/appstreamfile/commit/bdfe5f5fa1f1f01a8cf6b1e0483b4f2647dc79eb)) |
| 19 | +* initialise logger ([719070f](https://github.com/aslamcodes/appstreamfile/commit/719070f3764daea05790e301a54a79da94118c1b)) |
| 20 | +* label LLM code ([e6b8a5f](https://github.com/aslamcodes/appstreamfile/commit/e6b8a5f6d4417ca2c1251319df12b32f47c58cf0)) |
| 21 | +* setup catalog configuration implementation ([c5d7a57](https://github.com/aslamcodes/appstreamfile/commit/c5d7a575d7931ca653423a0f481d115bcbb01cf0)) |
| 22 | +* setup catalog configuration implementation ([e1e610b](https://github.com/aslamcodes/appstreamfile/commit/e1e610be9e25dd2945d28492d998b7d0d864659a)) |
| 23 | +* setup local config backend ([d807c94](https://github.com/aslamcodes/appstreamfile/commit/d807c94ab2db4363ec756840a035233c8e65d235)) |
| 24 | +* setup parsing for image configurations ([e07a990](https://github.com/aslamcodes/appstreamfile/commit/e07a9907eef201eab890181a61e5735edd858ba8)) |
| 25 | +* setup platform specific installer ([877b396](https://github.com/aslamcodes/appstreamfile/commit/877b396028a020633e92611f62e483977439db9b)) |
| 26 | +* setup session script configuration logic ([48a6fc8](https://github.com/aslamcodes/appstreamfile/commit/48a6fc82ae3c042606b0d2ac43a59a2db60ddbb7)) |
| 27 | +* setup simple logging with slog ([5b3bb54](https://github.com/aslamcodes/appstreamfile/commit/5b3bb548d747aa39d9f8259396733274a9079179)) |
| 28 | +* setup validator and create-image api wrapper ([c396cc7](https://github.com/aslamcodes/appstreamfile/commit/c396cc722a70f9a80c846bfb7170e12c3ee5a0bc)) |
| 29 | +* setup validator orchestrator ([ba27332](https://github.com/aslamcodes/appstreamfile/commit/ba273322e74d4005c9b119be858faded9d1cd0ee)) |
| 30 | +* setup validator orchestrator ([eb36581](https://github.com/aslamcodes/appstreamfile/commit/eb365818eca3f1dd7bf3689d5ac8bb8fcc3da1ad)) |
| 31 | +* setup windows executors ([ac4027f](https://github.com/aslamcodes/appstreamfile/commit/ac4027f2de90f557881fc20400cf89be2bc0b147)) |
| 32 | +* setup yaml parsing for file deploys ([c0f7fca](https://github.com/aslamcodes/appstreamfile/commit/c0f7fcacb6c4d26ac9125247f2a0c97e5f9637a1)) |
| 33 | +* setup yaml parsing for session script configuration ([e18bc45](https://github.com/aslamcodes/appstreamfile/commit/e18bc45132c0b72792583cacb67e152ec7d67e51)) |
| 34 | +* update sample config file to snake_case ([3ea2e32](https://github.com/aslamcodes/appstreamfile/commit/3ea2e325821bf1df2961e081c0bf71bb418b24bc)) |
| 35 | +* validator for build image ([376d5ae](https://github.com/aslamcodes/appstreamfile/commit/376d5ae7b5d8d15b65d211996b6db8cddd4a2ab1)) |
| 36 | + |
| 37 | + |
| 38 | +### Bug Fixes |
| 39 | + |
| 40 | +* fix config file ([1cccd0f](https://github.com/aslamcodes/appstreamfile/commit/1cccd0fa8f9ee1adfab57e67cfc16877517ea8af)) |
| 41 | +* remove out for installer ([4d8e4a9](https://github.com/aslamcodes/appstreamfile/commit/4d8e4a95bff74a33b11c370dcd673e78c2f0658d)) |
| 42 | +* update main.go with logger package ([e3075e3](https://github.com/aslamcodes/appstreamfile/commit/e3075e3eee1adda8aed11112e7a293789e992831)) |
| 43 | +* update ci workflow to test windows ([569d232](https://github.com/aslamcodes/appstreamfile/commit/569d23234d5490687e8617f66fb907176f218077)) |
| 44 | +* update import path ([47e00b9](https://github.com/aslamcodes/appstreamfile/commit/47e00b96af968ce46fbb9ec8848c5c3f034a6669)) |
| 45 | +* update import path ([c66a2d4](https://github.com/aslamcodes/appstreamfile/commit/c66a2d40b224031ff9bed0a26ded6f95ea9e4aaa)) |
| 46 | +* update logger package name ([d0fd092](https://github.com/aslamcodes/appstreamfile/commit/d0fd092b261cfb82bd4326cc97fcdaeace7f0680)) |
| 47 | +* update platform name ([233963b](https://github.com/aslamcodes/appstreamfile/commit/233963b3e0a2dc7c4f2257c06a28d5d14ee14229)) |
| 48 | +* update test path for config_win.yaml ([6c0ca3a](https://github.com/aslamcodes/appstreamfile/commit/6c0ca3a0f1504d2372c04eab29ddf948ef28ac91)) |
0 commit comments