blob: 4e93101683a138381fd0a0812b922df69464c31e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<!--
Back - An extremely simple git bug visualization system. Inspired by TVL's
panettone.
Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
SPDX-License-Identifier: AGPL-3.0-or-later
This file is part of Back.
You should have received a copy of the License along with this program.
If not, see <https://www.gnu.org/licenses/agpl.txt>.
-->
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## [v0.1.0](https://git.foss-syndicate.org/vhack.eu/git_bug/back/compare/1e4dff1995833538f436b381bc0450a7c0080bad..v0.1.0) - 2025-06-06
#### Bug Fixes
- **(back::web::main)** Pretty print error, on failed connection accept - ([4761ae4](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/4761ae4f57f9e598a376bf96fe5985f39f60c1a2)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
- **(nix/module)** Mention TVL instead of tvix - ([c1f739c](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/c1f739ca33985c438414676f657e0ed43ecfa4b1)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
- **(nix/package)** Use correct paths - ([8b30b78](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/8b30b7894de1f3fe7feb5da40488daef3b151f9c)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
- **(treewide)** Use the correct link to the repository - ([c08bfee](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/c08bfee8c276537c0165e43110093adf0c03cdb5)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
#### Build system
- **(NEWS.md)** Init - ([e3d7cca](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/e3d7ccad633fe2b9cb8c23c3c8ae14441a8bc71a)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
- **(cog.toml)** Use correct usernames - ([d2e5a72](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/d2e5a72dad5c6397009c5c9378501b709f54883c)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
#### Documentation
- **(README.md)** Align with current design - ([f9d7696](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/f9d7696e3bc7ba984cc888bc06750734b234ac11)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
#### Features
- **(back::web::responses)** Log when returning an error - ([04459e6](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/04459e6072dc01feaf5f462a1cc189a188a5b40d)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
- **(flake)** Export the module and ensure that it works with a test - ([c5f4fd1](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/c5f4fd12735673831ead5faca8d9ad410d77a938)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
- **(treewide)** Prepare for first release - ([a6baea0](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/a6baea06697f6c76c695dc4198099deb8ba916e0)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
#### Miscellaneous Chores
- **(treewide)** Comply with the reuse spec v3.3 - ([cfc8e84](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/cfc8e84f30a7b97928eb43e59bc398085564b3b4)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
- Initial commit - ([1e4dff1](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/1e4dff1995833538f436b381bc0450a7c0080bad)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
#### Refactoring
- **(scripts/optimise_images)** Remove - ([b7f582e](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/b7f582e1fc6384a3085566abb17da5faa2fed29b)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|