···44For example, the first release in a given month will usually be `<year>.<month>`, e.g. `2024.10`.
55If another release is tagged in the same month I would add a patch number, such as `2024.10.1`.
6677+## 2024.11.2-dev
88+99+### Features
1010+1111+*
1212+1313+### Known issues and missing features
1414+1515+* Multiple selections are not a thing yet.
1616+* The currently active filter is not displayed.
1717+* You can't scroll by clicking and dragging the scroll bar, or clicking the scroll area.
1818+* The scrollbar doesn't always scroll all the way down, sometimes there
1919+ is a 1 cell gap between the scrollbar and the scroll down button.
2020+* You can't select and copy text in the details view.
2121+2222+723## 2024.11
824925### Features
+1-1
src/main.zig
···19611961 }
19621962 if (args.len > 1 and (std.mem.eql(u8, args[1], "--version") or std.mem.eql(u8, args[1], "-v"))) {
19631963 const writer = std.io.getStdOut().writer();
19641964- try writer.print("2024.11\n", .{});
19641964+ try writer.print("2024.11.2-dev\n", .{});
19651965 std.process.exit(0);
19661966 }
19671967 if (args.len > 1) {