Releases: neCo2/mikupad
Releases · neCo2/mikupad
Mikupad #465 [cc7a16c]
Generated 2024-10-25 14:50:39 UTC+0000
* cc7a16c Move `enabledSamplers` to the Session state
* 53788ac Fix ignore_eos
* b04dfc1 Add XTC and DRY samplers support
* 6eeff1e Add grammar support
* 81c3664 Implement sampler toggle menu
* f63594a Logit Bias support for ooba and tabbyAPI
* 7c6a886 Fix page crash when using invalid regex flags
* 3933223 Use API constants everywhere
* 757d0e1 Merge pull request #90 from tjohnman/feature/import-export-st-worldinfo
|\
| * 17da3eb Removed unused property from import behavior modal.
| * 1bea06e Remove unused function.
| * cf168f7 Implemented import behaviors.
| * 95ca2b8 Added import behavior modal.
| * c5001ac Cleanup residual code.
| * 1813a4b Import via file chooser.
| * 38d2e3d Fixed a bug in the naming of the exported file.
| * 52f441c Simple import and export lorebook entries using the SillyTavern format.
|/
* cdabb2f Display tokens per second during prediction
* 537887d Enforce valid range for font size multiplier to ensure usability
* 6a22dde Apply multiplier to border size and padding
* 91dad6f Add a configurable font size multiplier
* 8484a2c Enhance whitespace visualization in token probs.
* c83a08e Add input sliders
* 33200ed Fixes and improvements to Search&Replace
* 0f96ecb Allow a single token to be highlighted
* 66a3597 Expand server proxy header blacklist
Mikupad #439 [4f44a61]
Generated 2024-07-11 20:52:29 UTC+0000
* 4f44a61 Improved perplexity colorization implementation
* 6726ad3 Merge pull request #85 from jukofyork/fix-zero-probabilities-in-hover
|\
| * 5696954 Removed any zero probability tokens from hover pop-up
* | d189d88 Merge pull request #86 from jukofyork/ereader-theme
|\ \
| |/
|/|
| * d8a5a23 Added "eReader" theme with improved contrast for e-ink screens
|/
Mikupad #434 [e1d2f36]
Generated 2024-06-30 09:29:29 UTC+0000
* e1d2f36 Fix some prompt formats
* 759d863 Merge pull request #82 from phuvo/api-type
|\
| * ee7089d Use constants for API types
* | 9e5ce74 Merge pull request #77 from neCo2/search-and-replace
|\ \
| |/
|/|
| * 9daff6a fix findnext button layout
| * 3943ba2 omg it gumi
| * 2db850f made countmatches auto-update, removed count button, removed 'find next' text, adjusted widget width
| * c0b01b7 all svgs to components
| * 0bcff27 Merge remote-tracking branch 'upstream/main' into search-and-replace
| |\
| * | 67a0868 added count button
| * | b51a490 show warning when no matches found
| * | 9232a78 box-shadow for widgets
| * | d3067ff fixed issue with empty flag field
| * | a26e00a added separate field for regex flags
| * | d1605ec clarified button labels and titles
| * | 7b38310 remove console.logs
| * | 3d85092 added find previous and next functions
| * | 34294cd Merge remote-tracking branch 'upstream/main' into search-and-replace
| |\ \
| * | | 4104c8f cosmetic fixes, fixed revert bug
| * | | 153152e fixed spacing in widget
| * | | 1755bf6 fixed nockoffAI theme
| * | | a5736be String.raw for replacement too
| * | | 0524cd2 added search and replace button to prompt-container
| * | | 1c2ab98 moved widget functions
| * | | 85e2db2 fixed typo
| * | | 0236e52 added drag symbol to title
| * | | bc5a4ee regex replace functional
| * | | 2c43144 added error display
| * | | bbd97fc fixed serif light theme
| * | | 0c50b1e widget component functional, plaintext replace functional
| * | | ec9f068 added draggable ui element
* | | | 383b7cd Fix consecutive fills
* | | | 38f9ce0 Change default context length to 8192
| |_|/
|/| |
* | | 7296235 Merge pull request #79 from neCo2/refactor/svg-components
|\ \ \
| |_|/
|/| |
| * | 8de6366 cleaned up some redundant attributes
| * | dfa11f7 last clean-up hopefully
| * | 728945d fixed issues caused by automatic replacement in previous commit
| * | b74e227 fixed leading whitespace
| * | f064462 minor clean-up
| * | d120665 changed all SVGs to reusable components
|/ /
Mikupad #394 [752bba9]
Generated 2024-06-08 13:27:19 UTC+0000
* 752bba9 Merge pull request #74 from neCo2/collapsible-state
|\
| * 79c2f8f fixed contentHeight
| * 9e6cc41 undo upstream changes I accidentally copied in
| * 396718a changed to usePersistentState solution
| * fb21be5 shorten presetdefaults
| * d1d6fb2 store collapsible expand state to sessionstorage
* | b0a0a5a Merge pull request #73 from neCo2/duplicate-instruct-template
|\ \
| * | 7f8383d actually fixed issue with duplicating renamed templates
| * | a6c0fef fixed issue with duplicating renamed templates
| * | 73e2b41 added duplicate button for instruct templates
| |/
* | 21426b7 Fix probs div on small viewports
Mikupad #383 [d5ba896]
Generated 2024-06-04 20:58:18 UTC+0000
* d5ba896 Correctly handle cases where probability is not found
Mikupad #382 [5a38c96]
Generated 2024-06-03 15:13:07 UTC+0000
* 5a38c96 Merge pull request #72 from neCo2/patch-2
|\
| * ad0d4dd Fix Uncaught TypeError: value is undefined when switching Chat Templates
* | 2cdf6e7 Merge pull request #71 from neCo2/patch-1
|\ \
Mikupad #379 [9a089d7]
Generated 2024-06-03 12:00:42 UTC+0000
* 9a089d7 fix
Mikupad #378 [de2a6b9]
Generated 2024-06-03 11:41:39 UTC+0000
* de2a6b9 fix
Mikupad #377 [abc77df]
Generated 2024-06-03 10:48:09 UTC+0000
* abc77df Highlight current token
* c81a3b7 Add option to colorize tokens based on probability
* 2e486f4 Merge pull request #63 from lmg-anon/fill
|\
| * 834311c Don't fill predict placeholders if switching tokens
| * fbf1b72 disallow switching tokens for FIM generated tokens
| * b796396 modifiedPrompt -> finalPromptText
| * 3546e34 Refactoring to make FIM implementation less janky
| * 7e5e295 Cache FIM prompt and show it in the Context Modal
| * c67c9ce Use better regex split
| * 9468ded Remove automatic stopping
| * 5793f4c Add Codestral
| |\
| | * 53fd82b Fix rebase
| | * e61f5e2 Keep replacing until mismatch
| | * f19cdb2 Little code improvement
| | * 6005fa8 Make infilling replace parts of existing prompt chunks
| | * 51a9bc8 await fillPredict
| | * e3d952f Update
| | * 4d81c69 Some fixes
| | * 7f7450a Implement basic fill-in-the-middle support
| * | ad174ba Add fim template to instruct modal
| * | 3526dfe Fix rebase
| * | d34bc7b Keep replacing until mismatch
| * | 6185e90 Little code improvement
| * | ca979ab Make infilling replace parts of existing prompt chunks
| * | 67bb0d3 await fillPredict
| * | 9d7cbaa Update
| * | 6ce6d8e Some fixes
| * | 9825c56 Implement basic fill-in-the-middle support
|/ /
Mikupad #349 [5a6c010]
Generated 2024-06-01 19:14:03 UTC+0000
* 5a6c010 Fix TemplateStorage save
* 55e9c58 Merge pull request #70 from neCo2/update-readme
|\
| * c05abd7 logit bias and chat mode
| * 65c6f13 Added mention of mikupad_compiled releases to README