blob: 259b15d59bef6c4defb41a89036bef441c8f69be28e8445134c51d233347597b (
plain)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
# Changelog
## [3.2.2] - 2024-06-28
### Added
- Added this changelog
## [3.2.1] - 2024-06-23
### Changed
- Bump dependencies
### Fixed
- Fix double borrows so the program compiles
## [3.2.0] - 2024-05-13
### Added
- Add `generate_to_buffer()` method
## [3.1.5] - 2024-05-13
### Changed
- Use a buffered writer to minimize system calls
## [3.1.4] - 2024-05-03
### Changed
- Complete replacement of `print!()` with `write!()`
## [3.1.3] - 2024-05-03
### Changed
- Replace `println!()` with `write!()` to prevent unnecessary locking
## [3.1.2] - 2024-05-03
No notable changes were made.
## [3.1.1] - 2024-04-24
No notable changes were made.
## [3.1.0] - 2024-04-22
### Changed
- Move CLI functionality from `main.rs` to `cli.rs`
### Added
- Implement build script for generating a manual
## [3.0.0] - 2024-04-22
### Added
- Implement input validation
- Document library crate
### Fixed
- **Breaking:** Make `hitomezashi_rs` a proper library crate
## [2.1.0] - 2024-04-20
### Changed
- Make first square of generated patterns always opaque
- Update samples
- Replace hardcoded error messages with a custom parser for maintainability
### Fixed
- Correct `alt_bits` initial capacity
## [2.0.0] - 2024-04-19
### Changed
- **Breaking:** Use double-precision floating-point for skew
- Sample random booleans more efficiently
## [1.0.1] - 2024-04-01
No notable changes were made.
## [1.0.0] - 2024-04-01
_First release._
[3.2.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.2.2
[3.2.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.2.1
[3.2.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.2.0
[3.1.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.1.5
[3.1.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.1.4
[3.1.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.1.3
[3.1.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.1.2
[3.1.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.1.1
[3.1.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.1.0
[3.0.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v3.0.0
[2.1.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v2.1.0
[2.0.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v2.0.0
[1.0.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.1
[1.0.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.0
|