]> git.codecow.com Git - nano-pow.git/shortlog
nano-pow.git
2026-07-31 Chris DuncanMerge branch 'next/test-page-styling'
2026-07-31 Chris DuncanPut link in regular paragraph instead of heading.
2026-07-31 Chris DuncanFlag invalid input and disable test button if invalid.
2026-07-31 Chris DuncanSet hash width.
2026-07-31 Chris DuncanRevert hash width.
2026-07-31 Chris DuncanThat seemed to work, so try defining block hash input...
2026-07-31 Chris DuncanTry no minimum at all.
2026-07-31 Chris DuncanTry resolution-dependent font size.
2026-07-31 Chris DuncanAdjust block hash input width.
2026-07-31 Chris DuncanTry removing root font size to let browser control...
2026-07-31 Chris DuncanMore styling adjustments.
2026-07-31 Chris DuncanTry to fix mobile autozoom with greater width and font...
2026-07-31 Chris DuncanRestyle test page a bit.
2026-07-31 Chris DuncanUpdate to latest patch version.
2026-07-31 Chris DuncanMerge branch 'release/v5.2'
2026-07-31 Chris DuncanPatch version. v5.2.3
2026-07-31 Chris DuncanFix type definitions since options should be optional.
2026-07-31 Chris DuncanAdd more implementation examples.
2026-07-31 Chris DuncanAdjust server examples to align with markdownlint rules.
2026-07-31 Chris DuncanRevert moving test page so import maps work properly.
2026-07-28 Chris DuncanOnly run self-check once per API per page load.
2026-07-26 Chris DuncanMerge branch 'next/update-test-page'
2026-07-26 Chris DuncanAppend test output as new nodes instead of extra text...
2026-07-26 Chris DuncanFix validation tool.
2026-07-26 Chris DuncanImprove sizing of validation inputs. Prevent line break...
2026-07-26 Chris DuncanStyle ordered list to use nested counters.
2026-07-26 Chris DuncanDocument function parameters.
2026-07-26 Chris DuncanEliminate a few unnecessary import shortcuts.
2026-07-26 Chris DuncanEliminate unused argument.
2026-07-26 Chris DuncanRearrange functions.
2026-07-26 Chris DuncanProvide some context with headings.
2026-07-26 Chris DuncanFix self check.
2026-07-26 Chris DuncanSwap runs and size in output.
2026-07-26 Chris DuncanLink to effort explanation.
2026-07-26 Chris DuncanAdjust styling and wrap benchmark options in divs to...
2026-07-26 Chris DuncanDebug always. Adjust info content.
2026-07-26 Chris DuncanFix self-check.
2026-07-25 Chris DuncanOverhaul testing script.
2026-07-25 Chris DuncanDefine single execution sequence in separate function.
2026-07-25 Chris DuncanBrief random bytes instead of weird UUID manipulation.
2026-07-25 Chris DuncanEnable test button once module is ready.
2026-07-25 Chris DuncanSpecify character encoding.
2026-07-25 Chris DuncanClean up process ID file when server exits.
2026-07-25 Chris DuncanUpdate sample systemd service for server.
2026-07-25 Chris DuncanDisable experimental Node localstorage implementation...
2026-07-24 Chris DuncanStart updating test page with new body content and...
2026-07-24 Chris DuncanFix import paths.
2026-07-24 Chris DuncanUpdate test page path.
2026-07-24 Chris DuncanUpdate imports to latest version.
2026-07-24 Chris DuncanMove test page to root directory.
2026-07-19 Chris DuncanRemove unnecessary type check since this is just called...
2026-07-19 Chris DuncanDocument BLAKE2b code gen script.
2026-07-17 Chris DuncanMerge branch 'next/webgpu-dom-types'
2026-07-17 Chris DuncanSort manifest to align with documentation.
2026-07-17 Chris DuncanEnable postinstall scripts for specific versions of...
2026-07-16 Chris DuncanFix README run-on sentence.
2026-07-16 Chris DuncanMigrate from WebGPU working group types to built-in...
2026-07-16 Chris DuncanMerge branch 'release/v5.2'
2026-07-16 Chris DuncanPatch version. v5.2.2
2026-07-16 Chris DuncanFix WASM trap since Chrome and Firefox have different...
2026-07-16 Chris DuncanSimplify generate execution.
2026-07-16 Chris DuncanStore logger locale info instead of calling on every...
2026-07-16 Chris DuncanWhitespace and documentation.
2026-07-12 Chris DuncanMerge branch 'next/refactor-logger'
2026-07-12 Chris DuncanAppend first log argument to datetime string to allow...
2026-07-12 Chris DuncanUse logger class in test webpage.
2026-07-12 Chris DuncanRefactor logger to completely replace methods when...
2026-07-12 Chris DuncanRemove droppable logging labels.
2026-07-12 Chris DuncanMerge branch 'next/improve-build'
2026-07-12 Chris DuncanRevert to single esbuild script and move into scripts...
2026-07-11 Chris DuncanConfigure build differently for non-development output.
2026-07-11 Chris DuncanSort build options.
2026-07-11 Chris DuncanMove bundle option because it's not shared.
2026-07-11 Chris DuncanConsolidate output location values.
2026-07-11 Chris DuncanUpdate build script path.
2026-07-11 Chris DuncanSplit build script from configuration.
2026-07-11 Chris DuncanRename build script.
2026-07-11 Chris DuncanMove esbuild bundle script into its own directory.
2026-07-11 Chris DuncanMerge branch 'release/v5.2'
2026-07-11 Chris DuncanPatch version. v5.2.1
2026-07-11 Chris DuncanSpecify deployed files.
2026-07-11 Chris DuncanMerge branch 'main' into release/v5.2
2026-07-10 Chris DuncanReduce WebGL canvas size on test page to prevent crashi...
2026-07-10 Chris DuncanMerge branch 'fix/cdn-import'
2026-07-10 Chris DuncanConvert async dynamic imports to standard import map...
2026-07-10 Chris DuncanAutoformat whitespace.
2026-07-10 Chris DuncanMerge branch 'release/v5.2'
2026-07-10 Chris DuncanLoad from relative path only if serving locally.
2026-07-10 Chris DuncanMerge branch 'release/v5.2'
2026-07-10 Chris DuncanUpdate version. v5.2.0
2026-07-10 Chris DuncanFix WASM handling of small bigints.
2026-07-10 Chris DuncanAdd a couple test scenarios and output sourcemap for...
2026-07-10 Chris DuncanFix debug output on test webpage.
2026-07-10 Chris DuncanFix regression in WebGL hash endianness.
2026-07-10 Chris DuncanUpdate manual page.
2026-07-10 Chris DuncanUpdate test page CDN versions to prepare for publishing.
2026-07-10 Chris DuncanBump version.
2026-07-10 Chris DuncanMerge branch 'next/fix-wasm'
2026-07-10 Chris DuncanLimit message handling in WASM host and worker to known...
2026-07-10 Chris DuncanDisplay debug output on initial WASM compilation.
next