{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":386755652,"defaultBranch":"master","name":"printalyzer-densitometer","ownerLogin":"dektronics","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-07-16T20:24:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/92807245?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1686677299.772017","currentOid":""},"activityList":{"items":[{"before":"710137374fa4131693c6dea65670c7759479e6a5","after":"f91c91ecc60bb1f435b8dacfc9929f45315f3912","ref":"refs/heads/master","pushedAt":"2024-02-13T17:42:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Fix screw length in assembly instructions","shortMessageHtmlLink":"Fix screw length in assembly instructions"}},{"before":"a3cb6a0dfa8ce6755fa5a30e3b27acb50cc9d110","after":"710137374fa4131693c6dea65670c7759479e6a5","ref":"refs/heads/master","pushedAt":"2023-06-13T17:28:23.862Z","pushType":"push","commitsCount":11,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Bump app version to v1.1.0","shortMessageHtmlLink":"Bump app version to v1.1.0"}},{"before":"3746b4732ed2e0d200637503f0fcf252befbec25","after":"710137374fa4131693c6dea65670c7759479e6a5","ref":"refs/heads/fw-dev","pushedAt":"2023-06-13T17:27:25.323Z","pushType":"push","commitsCount":2,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Bump app version to v1.1.0","shortMessageHtmlLink":"Bump app version to v1.1.0"}},{"before":"a52ff00c149e8f3f1ddc4998712e0f46d131393b","after":"3746b4732ed2e0d200637503f0fcf252befbec25","ref":"refs/heads/fw-dev","pushedAt":"2023-06-12T22:20:34.083Z","pushType":"push","commitsCount":1,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"USB Key Output behavior and config should track new display formats\n\nThe characters sent via the USB-HID feature now track the display format\nsettings, for both decimal separator and measurement unit.\n\nTo avoid character conflicts, a field separator setting of ',' is now\nautomatically changed to a ';' if a comma decimal separator is selected.\nNo new setting value has been added here, so the same field separator\nselection is implemented as either character depending on the decimal\nseparator.\n\nThe USB-CDC protocol is as of yet unchanged, since it is assumed that\nthis is to be interpreted entirely by software which is capable of\nimplementing any format changes itself. It is also desired to avoid\nbreaking any existing software.","shortMessageHtmlLink":"USB Key Output behavior and config should track new display formats"}},{"before":"b63f4db1a2f6a8a8252fa6f3564f33fa591fa4f4","after":"a52ff00c149e8f3f1ddc4998712e0f46d131393b","ref":"refs/heads/fw-dev","pushedAt":"2023-06-02T20:21:03.429Z","pushType":"push","commitsCount":1,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Add ability to display density in stops\n\nThis mode will be called \"f-stop\" display for now, as it basically takes\nthe calculated density and converts it to a log2 format. To make it\nclear what is being displayed, the number on the screen is prefixed\nwith a small \"f/\" indicator.\n\nIn this mode, 0.3D is roughly equivalent to f/1.0\n\nIt is still TBD whether this should affect anything beyond the local\ndevice display for now.\n\nRefs #50","shortMessageHtmlLink":"Add ability to display density in stops"}},{"before":"007406611f9df695c9453415ed84af592dc54aa1","after":"b63f4db1a2f6a8a8252fa6f3564f33fa591fa4f4","ref":"refs/heads/fw-dev","pushedAt":"2023-06-02T18:41:53.802Z","pushType":"push","commitsCount":2,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Add ability to display alternative decimal separators\n\nRefs #51","shortMessageHtmlLink":"Add ability to display alternative decimal separators"}},{"before":"2e52ee1b6f2e4abc328bdf150354c4ede1145a38","after":"007406611f9df695c9453415ed84af592dc54aa1","ref":"refs/heads/fw-dev","pushedAt":"2023-06-01T21:59:11.949Z","pushType":"push","commitsCount":1,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Add validation prior to saving calibration results\n\nThis adds the same validation checks we perform when loading calibration\nvalues to the process for saving them via normal user interaction. This\nshould prevent the user from measuring calibration targets backwards,\nand thus making the device give weird errors during measurement.\n\nAlso noticed that attempting to assign the result enum a valid of -1 for\nsave errors behaved strangely, so now there's a separate variable to\ntrack save errors.\n\nFix #45","shortMessageHtmlLink":"Add validation prior to saving calibration results"}},{"before":"b95d792693a93b8edc8f60eea6498b17e66af56c","after":"2e52ee1b6f2e4abc328bdf150354c4ede1145a38","ref":"refs/heads/fw-dev","pushedAt":"2023-06-01T20:11:45.137Z","pushType":"push","commitsCount":2,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Rename callback functions due to library changes","shortMessageHtmlLink":"Rename callback functions due to library changes"}},{"before":"25ae6c7daebea82934ece136aee0240c8df2b118","after":"b95d792693a93b8edc8f60eea6498b17e66af56c","ref":"refs/heads/fw-dev","pushedAt":"2023-06-01T17:58:42.397Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Update CubeMX generated code matching FW update\n\nRefs #49","shortMessageHtmlLink":"Update CubeMX generated code matching FW update"}},{"before":null,"after":"25ae6c7daebea82934ece136aee0240c8df2b118","ref":"refs/heads/fw-dev","pushedAt":"2023-06-01T17:53:28.291Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dkonigsberg","name":"Derek Konigsberg","path":"/dkonigsberg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1144556?s=80&v=4"},"commit":{"message":"Update CubeMX generated code matching FW update\n\nRefs #49","shortMessageHtmlLink":"Update CubeMX generated code matching FW update"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD-cOlXQA","startCursor":null,"endCursor":null}},"title":"Activity ยท dektronics/printalyzer-densitometer"}