-
Notifications
You must be signed in to change notification settings - Fork 169
devel/zls: Add patches to make zls unbroken for zig 0.13.0 #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hellium6
wants to merge
1
commit into
NetBSD:trunk
Choose a base branch
from
hellium6:zls-0.13.0-fix
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Apr 26, 2025
Notable changes since the last release (v0.8.3):
Revamped low-pass filter options for Genesis / Sega CD / 32X that should be significantly more accurate to actual hardware than the v0.8.3 settings
Improved audio quality for all emulated systems via much higher-quality audio resampling
A rather large number of bugfixes for Genesis, Sega CD, 32X, SMS, Game Gear, SNES, Game Boy [Color]
Major bugfixes for Linux AppImage builds in Wayland
Save state files are now internally compressed using zstd, which should reduce save state file size by 70-80% in most cases
Basic CPU + CD-ROM drive overclocking options for Sega CD, which have fairly low compatibility but do help in some games
Full changelog below.
New Features
(Genesis / Sega CD / 32X) Replaced the low-pass filtering settings added in v0.8.3 with a new set of options that should be more accurate to actual hardware
New option to apply a first-order 3.39 KHz low-pass filter to Genesis audio output; this is ON by default (biggest change from previous default settings)
New option to apply a second-order 7.97 KHz low-pass filter to Sega CD PCM audio output; this is ON by default
New options to individually configure whether the Genesis low-pass filter is applied to Sega CD and 32X audio output; these are all OFF by default
(Genesis / SNES) Added a new video setting to disable deinterlacing in the handful of games that use interlaced display modes (e.g. Sonic the Hedgehog 2 in 2P Vs. mode, Ys III (Genesis) with the in-game "Int Mode" option enabled, Air Strike Patrol in mission briefing screens)
Deinterlacing enabled matches the behavior in previous versions: normal-resolution interlaced modes display the same as progressive mode, and high-res interlaced modes make the graphics processor render all 448/480 lines every frame
(Sega CD) Added an option to overclock the sub CPU by decreasing the master clock divider (#138)
(Sega CD) Added an option to increase the disc drive speed when reading data tracks (#138)
This has low compatibility but can shorten loading times in some games. Compatibility is slightly higher when the sub CPU is overclocked
(Sega CD) Added an additional PCM chip interpolation option for 6-point cubic Hermite interpolation, which in some cases produces a slightly cleaner sound than 4-point cubic Hermite (the existing setting)
Added a new hotkey to quickly toggle whether overclocking settings are enabled, for the systems that support overclocking (this includes Sega CD's new drive speed setting)
This is mainly useful for Sega CD, where increasing the drive speed can shorten loading times during gameplay but almost always breaks FMVs and animated cutscenes
Improvements
Audio resampling code has been rewritten to use the windowed sinc interpolation algorithm, which is much higher quality than the previous resampling implementation at a relatively low performance cost (for most emulated systems)
Windowed sinc interpolation can be very performance-intensive for NES and GB/GBC audio resampling, so these two systems have a new audio setting to choose between windowed sinc interpolation and the old resampling algorithm (low-pass filter followed by nearest neighbor interpolation)
(Genesis) Slightly improved performance by optimizing VDP rendering and tile fetching code
(Genesis) Frontends now recognize .gen and .smd as file extensions for Genesis / Mega Drive ROM images (#149)
This includes attempting to auto-detect when a ROM image is interleaved (common for .smd files), and deinterleaving it during load
(SMS) The "crop vertical borders" video setting now defaults to enabled instead of disabled; unlike the left border, the vertical borders will only ever show the current backdrop color
(SMS) The SMS model setting now defaults to SMS1, which emulates a VDP hardware quirk that is required for the Japanese version of Ys to render correctly (#182)
(SMS / Game Gear) Reduced log level of a warning message that caused excessively verbose log output in Virtua Fighter Mini (#199)
(SNES) In games that use the SA-1 coprocessor, the SA-1 CPU now gets a wait cycle every time it accesses SA-1 BW-RAM, similar to actual hardware
The SA-1 CPU still runs faster than actual hardware in some cases because bus conflict wait cycles are not emulated
GUI: When opening a game that requires a BIOS ROM or firmware ROM (e.g. any Sega CD game), if the BIOS/firmware ROM path is not configured, the error window now contains a button to configure the appropriate ROM path and immediately launch the game
CLI: If no config file exists, the CLI will now attempt to write out the default config to the config path so that it can be edited manually if desired
Save state files are now internally compressed using zstd which should reduce save state file size by at least 50%, often by 70-80%
Frontends should now correctly handle files with uppercase file extensions
Multi-System Fixes
Fixed a performance bug in the audio resampling code that could have caused intermittent extremely poor performance due to performing arithmetic on subnormal floating-point numbers, which can be up to 100 times slower than normal floating-point arithmetic on some CPUs (#135)
Linux: AppImage builds now exclude all Wayland-related system libraries during packaging; this fixes the emulator failing to launch in some distros, e.g. Solus Plasma (#143)
Linux: AppImage builds now interpret relative paths in command-line arguments as being relative to the original working directory where the AppImage was launched from, not the AppImage internal runner directory (#147)
Linux/BSD CLI: For these platforms only and for the CLI only, reverted the change to estimate window scale factor because SDL_GetDisplayDPI does not return reliable values on Linux/BSD
Adjusted frame time sync's sleep implementation to fix frame time sync potentially causing slowdown on some platforms
Save state files are now explicitly versioned, which fixes potential crashing when attempting to load an incompatible save state file from a different version
Genesis / Mega Drive Fixes
Fixed the 68000 incorrectly being allowed to access audio RAM while the Z80 is on the bus; this fixes freezing in Joe & Mac (#144)
Fixed Z80 RESET not clearing the Z80's HALT status
Fixed writes to YM2612 F-num high / block registers ($A4-$A6 and $AC-$AE) taking effect immediately instead of after the next F-num low register write; this fixes some music glitches in Valis
Implemented more accurate emulation of how the YM2612 computes operator amplitude from phase and envelope attenuation
Fixed in-game saves not working correctly when Sonic & Knuckles is locked on to a cartridge with SRAM (e.g. Sonic 3)
Fixed certain revisions of QuackShot not loading correctly due to having non-standard cartridge ROM address mappings (#174)
Fixed some illegal 68000 opcodes incorrectly decoding to "valid" instructions (#184 / #185)
Fixed an edge case related to how sprite tile/pixel overflow interacts with H=0 sprite masking (#186)
Sega CD Fixes
Implemented a higher minimum seek time for small seek distances; this fixes Thunder Storm FX (JP) failing to boot (#178)
Fixed a regression introduced in v0.8.3 that caused PCM chip channels to skip the first sample after being enabled (this made little-to-no audible difference in practice because the first sample is usually 0)
Fixed slightly inaccurate emulation of PCM chip looping behavior at sample rates higher than 0x0800 / 32552 Hz
Fixed inaccurate emulation of CD-DA fader volumes 1-3 out of 1024 (should be 50-60 dB of attenuation instead of complete silence)
Unmapped/unknown address accesses will now log an error instead of crashing the emulator
32X Fixes
Fixed a major bug in the PWM resampling code that caused PWM audio output to sound significantly more poppy and crackly than it's supposed to
Fixed a bug around synchronizing SH-2 accesses to 32X communication ports that could have caused writes to be skipped in some cases; this fixes freezing in the Sonic Robo Blast 32X demo (#160)
Significantly improved timing of 32X VDP interrupts for the SH-2s (#166)
Significantly improved synchronization between the SH-2s and the 68000
Fixed PWM DMA transfer rate via DREQ1 not taking the PWM timer interval into account; this fixes broken sound effects in BC Racers (#179)
Master System / Game Gear Fixes
Fixed the Z80's RETI instruction not correctly copying IFF2 to IFF1 like RETN does; this fixes Desert Strike from freezing when you press Start/Pause (#181)
Fixed incorrect handling of non-power-of-two ROM sizes, which fixes several homebrew games and demos (#201 / #203 / #204)
(Game Gear) Fixed the emulator crashing if a game enables the VDP's 224-line mode, as the homebrew GG Turrican does (#202)
SNES Fixes
Implemented more accurate clipping and truncation in Mode 7 intermediate calculations; this fixes glitched Mode 7 graphics in Tiny Toon Adventures: Wacky Sports Challenge (#161)
Mode 7 registers are now latched about 12 pixels before line rendering begins; this fixes a glitchy line near the bottom of the play area in Battle Clash, where the screen transitions from Mode 1 to Mode 7
Implemented an obscure behavior regarding the effects of writing to OAM during active display; this fixes incorrect sprite display in Uniracers' Vs. mode (#164)
Made a best effort at implementing the effects on sprites of toggling forced blanking during active display; this mostly fixes some test ROMs that exercise this (#162)
Adjusted behavior of APU communication ports when the 65816 writes to a port on the same cycle that the SPC700 cle
ars the port; this fixes Kishin Douji Zenki: Tenchi Meidou failing...
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Apr 26, 2025
[1.13.2] - 2025-01-06
Fixed
Try another clipboard backend to try to fix cross platform issues. (Mag Mell, #226)
rbw unlocked no longer starts the agent if it isn't running. (#223)
The cardholder_name field is now correctly populated for card entries. (#204)
Fix ip address url matching when using the domain match type. (#211)
Make the behavior of matching urls with no paths when using the exact match type more consistent. (#211)
[1.13.1] - 2024-12-27
Fixed
Moved clipboard support to a (default-enabled) feature, since not all platforms support it (disabling this feature should allow Android builds to work again).
[1.13.0] - 2024-12-26
Fixed
Fix preventing the password type selectors in rbw generate from being used together. (antecrescent, #198)
Fix --clipboard on Wayland (Maksim Karelov, #192)
Fix parsing vaults with entries that have non-null field types (Tin Lai, #212)
Fix lock timeout being reset when checking version (aeber, #216)
Update API request headers to pass new stricter validation on the official bitwarden.com server (Davide Laezza, #219)
Make it possible to start the rbw agent process from a graphical session and then access it over SSH (Wim de With, #221)
[1.12.1] - 2024-07-28
Fixed
Fix decrypting folder names of entries with individual item encryption keys.
[1.12.0] - 2024-07-28
NOTE: If you were affected by issue #163 (getting messages like failed to decrypt encrypted secret: invalid mac when doing any operations on your vault), you will need to rbw sync after upgrading in order to update your local vault with the necessary new data.
Fixed
Support decrypting entries encrypted with invididual item encryption keys, which are now generated by default from the official Bitwarden clients. (#163)
Correctly handle lowercased and padded base32 TOTP secrets. (owl, #189)
Make locking agent memory to RAM optional, since it appears to not always be available. (#143)
[1.11.1] - 2024-06-26
Fixed
Updated the prelogin API endpoint to use the identity API instead of the base API, to correspond with upcoming changes to the official Bitwarden server (see bitwarden/server#4206)
[1.11.0] - 2024-06-20
Added
Support SSO login. (dezeroku, #174)
Added rbw search, which finds and displays the name of entries matching a given search term.
Added --ignorecase as an option to several subcommands. (Maximilian Götsch, #164)
The JSON output given by --raw now also includes the field type.
Fixed
Fixed the client id used when logging in, which was causing problems with the official Bitwarden server. (Merlin Marek, #186)
Reworked rbw-pinentry-keyring to support passwords with spaces and 2fa codes. (Henk van Maanen, #178)
Try less hard to parse input as a url (so that using rbw get on an entry name containing a : works as expected).
[1.10.2] - 2024-05-20
Fixed
Fix logging into the official Bitwarden server due to changes on their end (Gabriel Górski, #175)
[1.10.1] - 2024-05-08
Added
rbw code supports TOTP codes which use a SHA256 or SHA512 hash (Jonas, #172)
Fixed
Fix rbw code searching by UUID (Robert Günzler, #169)
netbsd-srcmastr
pushed a commit
that referenced
this pull request
May 17, 2025
3.13.3 (2025-04-30) Bug Fixes: * Support for changes in diff-lcs and Ruby 3.4 in spec helpers. (Jon Rowe, #164 etc)
netbsd-srcmastr
pushed a commit
that referenced
this pull request
May 23, 2025
# changes * trap: Implement POSIX.1-2024 requirements by @magicant in #115 * read: Avoid crash in interactive shell by @magicant in #116 * history: Work around glibc's fsetpos bug by @magicant in #117 * add completion for make variant commands by @unrealapex in #110 * Update Git completion by @magicant in #120 * wait: Don't return when the target process is suspended by @magicant in #121 * Support POSIX.1-2024 read built-in behavior (except byte-wise field splitting) by @magicant in #123 * Change false, pwd, and true to substitutive built-ins by @c0d3-br3ak9r in #124 * Reject empty operand in cd built-in by @c0d3-br3ak9r in #126 * Ignore remaining commands after a foreground job stops by @magicant in #143 * Treat a job as suspended when any child process suspends by @magicant in #144 * Noglob when splitting $CDPATH at colons in cd and pushd completion by @magicant in #147 * add completion for fnf by @unrealapex in #140 * add completion for 'cmus' and 'cmus-remote' by @unrealapex in #141 * add completion for 'catgirl' by @unrealapex in #142 * Ignore SIGTSTP in process redirection subshells by @magicant in #148 * Add macOS workaround for test of suspended job by @magicant in #150 * Job control without a control terminal by @magicant in #149 * Discard remaining commands on shell errors if interactive by @magicant in #151 * Filter '.' and '..' from wglob results by @eilefsen in #152 * Report job number and PID for async commands in interactive shell by @magicant in #155 * Propagate signal exit status to parent process by @magicant in #156 * printf: Reject redundant character in numeric operand by @magicant in #157 * Reject multiple pathname expansion results in redirection operands by @magicant in #158 * Set interactive automatically even with positional parameters by @magicant in #160 * test: Reject -a, -o, and parentheses in POSIXly-correct mode by @magicant in #161 * Fix default exit status of exit built-in in trap action by @magicant in #162 * Keep empty tilde expansion from empty field removal by @magicant in #164 * Remove redundant trailing slash in tilde expansion by @magicant in #166 * Reject {n} redirection prefix by @magicant in #167 * Document hashondef and nolog options for POSIX.1-2024 by @magicant in #168 * Treatment of variables that should not be made readonly by @magicant in #169 * Reject making LINENO, OLDPWD, OPTARG, OPTIND, and PWD readonly by @magicant in #170
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Jun 15, 2025
3.0.0 (2022-12-21) Major Enhancements * Drop support for sassc (#140) * Add quiet_deps and verbose option (#143) * Remove extra newline in css output (#144) 3.1.0 (2025-02-02) Minor Enhancements * Display sass error in browser with livereload (#160) * Bump Ruby requirement to >= 3.1.0 (#166) * Add support to configure more deprecation warnings from Dart Sass (#164) Development Fixes * Bump actions/checkout to v4 (#165) * Bump RuboCop version to v1.57.x (#167) * Add Ruby 3.4 to CI matrix (#171) Documentation * Update README with requirements for sass-embedded (#150) * Fix "implementation" typos (#151) * Update dart-sass repo link in README.md (#154) * Update sass embedded protocol documentation link (#157) * Fix links in README (#168)
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Aug 31, 2025
See the following release page about the current project status: https://github.com/saitoha/libsixel/releases/tag/v1.8.7 Upstream changes (from NEWS): ------------------------------ What's new in libsixel-1.8.7 ------------------------------ for a comprehensive view of security-fix progress, see the page below saitoha/libsixel#203 * fix invalid pointer access in encoder.c (#193, #195) Thanks to @momo-trip, @akinomyoga * fix wrong HLS to RGB conversion. (#191) Thanks to @gnachman, @j4james * fix NULL pointer dereference problem in img2sixel.c (#192) Thanks to @momo-trip, @akinomyoga * fix double free problem in encoder.c (#194) Thanks to @momo-trip * Serucity fix for #200, heap buffer overflow in debug palette function. Thanks to @err2zero * add EXTRA_DIST for LICENSE files (#129) Thanks to @ttdoda * Travis-ci: added support for ppc64le (#140) Thanks to @dthadi3 * export sixel_allocator_new to dll (#151) Thanks to @johnnychen94 * README: Add Idris 2 language bindings (#155) Thanks to @Kaiepi * performance: If width and height are unchanged, nothing to do. (#170) Thanks to @rokuyama * README: add MacPorts to install options (#183) Thanks to @barracuda156 * fix for bash completion (#189) Thanks to @rcorre * Add backport feature (nanosleep) for windows, github actions CI (#202) Thanks to @Kreijstal * README: update NixOS link (#204) Thanks to @max-amb * build: Remove override of $LIBJPEG_CFLAGS and $LIBJPEG_LIBS set by PKG_CHECK_MODULES() * fix Problems with the dithering palette calculation (#188) Thanks to @gnachman, @j4james * fix SEGV error in sixel_encoder_setopt (#174) Thanks to @shinibufa , @j4james * curl: send original UserAgent header: "libsixel/${LIBSIXEL_VERSION}" * fix heap-buffer-overflow in error_diffuse, quant.c:876 #172 Thanks to @waugustus * fix Heap-buffer-overflow in scale.c:214 #179 Thanks to @chameleon10712, @j4james * build: fallback support for environments without pkg-config. * fix double-free problem in loader.c (#150) Thanks to @duytai, @ctrlcctrlv * fix an assertion issue in stbi__create_png_image_raw (#163) Thanks to @kdsjZh, @dankamongmen * Update stb_image.h from upstream to version 2.30 THanks to @hzeller * Update examples/drawing: add SGR-Pixels mode * fix a problem on monochromatic encoded (-e) output (#112) Thanks to @interkosmos, @j4james * fix a FPE issue (#166, #167) Thanks to @waugustus, @j4james * cli: fix a scaling issue introduced in v1.6.1, which is caused when one of -w/-h is a percentage and the other is unset or "auto" * fix a memory leak ploblem (#164) Thanks to @muetzenmann, @j4james
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Oct 3, 2025
Release Notes
Added
Add support for streaming large HTTP bodies with the new stream body type #256, See docs
Changed
form_multipart fields that consist of a single call to file() will now include the correct Content-Type header and filename field of the Content-Disposition header #582, See docs
Previews of prompt() will now show the default value if possible
Recipe ID is now shown in the top-right of the Recipe pane header
Fixed
Fix slumber generate curl output for multipart forms with file fields
slumber import insomnia now imports some dynamic expressions. Values chained from other responses now properly import as response()/response_header() calls #164
Improve TUI performance when handling lots of input events
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Nov 25, 2025
What's Changed
feat: add just test-ci cmd to mimic ci testing locally by @anistark in #157
refactor: restructure sbom command with format subcommands (spdx, cyclonedx) by @anistark in #156
feat: validate sbom spdx and cyclonedx files by @anistark in #162
feat: implement comprehensive SPDX standards compliance enhancements and character validation by @anistark in #163
feat: add language parameter to GitHub Action by @anistark in #164
fix: add CC0-1.0 license to compatibility matrix for all project licenses by @anistark in #165
fix: exclude Go toolchain and version directives from dependency analysis by @anistark in #166
feat: add filter to the TUI by @ashish10677 in #170
chore: update dependencies by @anistark in #168
feat: add sort feature to TUI and proper ascending/descending order by @anistark in #167
refactor: move CI/CD examples to examples/ci directory by @anistark in #171
Refactor/publish tag by @anistark in #172
feat: add local-first license detection with --no-local flag for Node.js and Rust by @anistark in #173
feat: ignore licenses and dependencies by @anistark in #175
netbsd-srcmastr
pushed a commit
that referenced
this pull request
Dec 4, 2025
What's Changed
Bump clap from 4.4.16 to 4.4.17 by dependabot[bot] in #4
Add .rustfmt.toml by akiomik in #5
Bump nostr-sdk version to 0.27 by akiomik in #6
Use nostr_sdk::Metadata instead of create::nostr::Metadata by akiomik in #7
Use nip-21 by akiomik in #8
Add NetBSD, fix typo and grammar by 0323pin in #9
Bump clap from 4.4.17 to 4.4.18 by dependabot[bot] in #12
Bump chrono from 0.4.31 to 0.4.33 by dependabot[bot] in #13
Bump serde from 1.0.195 to 1.0.196 by dependabot[bot] in #15
Bump serde_json from 1.0.111 to 1.0.113 by dependabot[bot] in #16
Bump strum from 0.25.0 to 0.26.1 by dependabot[bot] in #14
Bump config from 0.13.4 to 0.14.0 by dependabot[bot] in #18
Bump tokio from 1.35.1 to 1.36.0 by dependabot[bot] in #20
Bump ratatui version to v0.26.0 by akiomik in #21
Bump ratatui from 0.26.0 to 0.26.1 by dependabot[bot] in #24
Bump tui-widget-list from 0.7.0 to 0.7.1 by dependabot[bot] in #23
Bump clap from 4.5.0 to 4.5.1 by dependabot[bot] in #27
Bump chrono from 0.4.33 to 0.4.34 by dependabot[bot] in #22
Bump serde_json from 1.0.113 to 1.0.114 by dependabot[bot] in #30
Bump serde from 1.0.196 to 1.0.197 by dependabot[bot] in #29
Bump mio from 0.8.10 to 0.8.11 by dependabot[bot] in #33
Bump log from 0.4.20 to 0.4.21 by dependabot[bot] in #32
Bump strum from 0.26.1 to 0.26.2 by dependabot[bot] in #36
Bump chrono from 0.4.34 to 0.4.35 by dependabot[bot] in #35
Bump clap from 4.5.1 to 4.5.2 by dependabot[bot] in #34
Bump clap from 4.5.2 to 4.5.3 by dependabot[bot] in #39
Bump color-eyre from 0.6.2 to 0.6.3 by dependabot[bot] in #38
Bump regex from 1.10.3 to 1.10.4 by dependabot[bot] in #40
Bump tokio from 1.36.0 to 1.37.0 by dependabot[bot] in #43
Bump serde_json from 1.0.114 to 1.0.115 by dependabot[bot] in #42
Bump chrono from 0.4.35 to 0.4.37 by dependabot[bot] in #41
Bump h2 from 0.3.24 to 0.3.26 by dependabot[bot] in #44
Bump clap from 4.5.3 to 4.5.4 by dependabot[bot] in #45
Bump ratatui from 0.26.1 to 0.26.2 by dependabot[bot] in #48
Bump rstest from 0.18.2 to 0.19.0 by dependabot[bot] in #46
Bump chrono from 0.4.37 to 0.4.38 by dependabot[bot] in #47
Bump serde from 1.0.197 to 1.0.198 by dependabot[bot] in #52
Bump rustls from 0.21.10 to 0.21.11 in the cargo group across 1 directory by dependabot[bot] in #50
Bump serde_json from 1.0.115 to 1.0.116 by dependabot[bot] in #51
Bump human-panic from 1.2.3 to 2.0.0 by dependabot[bot] in #53
Bump serde from 1.0.198 to 1.0.199 by dependabot[bot] in #55
Bump unicode-width from 0.1.11 to 0.1.12 by dependabot[bot] in #54
Bump tokio-util from 0.7.10 to 0.7.11 by dependabot[bot] in #59
Bump serde from 1.0.199 to 1.0.200 by dependabot[bot] in #58
Bump libc from 0.2.153 to 0.2.154 by dependabot[bot] in #56
Bump serde_json from 1.0.116 to 1.0.117 by dependabot[bot] in #62
Bump serde from 1.0.200 to 1.0.201 by dependabot[bot] in #61
Fix clippy::assigning_clones by akiomik in #69
Use rust-toolchainstable instead of nightly by akiomik in #68
Bump serde from 1.0.201 to 1.0.203 by dependabot[bot] in #67
Bump ratatui from 0.26.2 to 0.26.3 by dependabot[bot] in #65
Bump libc from 0.2.154 to 0.2.155 by dependabot[bot] in #64
Bump tokio from 1.37.0 to 1.38.0 by dependabot[bot] in #72
Bump rstest from 0.19.0 to 0.21.0 by dependabot[bot] in #71
Bump clap from 4.5.4 to 4.5.7 by dependabot[bot] in #76
Bump regex from 1.10.4 to 1.10.5 by dependabot[bot] in #73
Bump nostr-sdk version to 0.28.0 by akiomik in #77
Bump unicode-width from 0.1.12 to 0.1.13 by dependabot[bot] in #75
Bump nostr-sdk version to 0.29 by akiomik in #78
Bump strum from 0.26.2 to 0.26.3 by dependabot[bot] in #81
Bump lazy_static from 1.4.0 to 1.5.0 by dependabot[bot] in #79
Bump clap from 4.5.7 to 4.5.8 by dependabot[bot] in #83
Bump serde_json from 1.0.117 to 1.0.120 by dependabot[bot] in #85
Bump serde from 1.0.203 to 1.0.204 by dependabot[bot] in #86
Bump log from 0.4.21 to 0.4.22 by dependabot[bot] in #89
Bump clap from 4.5.8 to 4.5.9 by dependabot[bot] in #92
Bump serde_json from 1.0.120 to 1.0.121 by dependabot[bot] in #94
Bump rstest from 0.21.0 to 0.22.0 by dependabot[bot] in #97
Bump human-panic from 2.0.0 to 2.0.1 by dependabot[bot] in #98
Bump serde_json from 1.0.121 to 1.0.125 by dependabot[bot] in #100
Bump clap from 4.5.9 to 4.5.16 by dependabot[bot] in #102
Bump libc from 0.2.155 to 0.2.158 by dependabot[bot] in #103
Bump regex from 1.10.5 to 1.10.6 by dependabot[bot] in #104
Bump tokio-util from 0.7.11 to 0.7.12 by dependabot[bot] in #105
Bump pretty_assertions from 1.4.0 to 1.4.1 by dependabot[bot] in #107
Bump serde_json from 1.0.125 to 1.0.132 by dependabot[bot] in #108
Bump human-panic from 2.0.1 to 2.0.2 by dependabot[bot] in #109
Bump config from 0.14.0 to 0.14.1 by dependabot[bot] in #110
Bump sorted-vec from 0.8.3 to 0.8.5 by dependabot[bot] in #111
Bump libc from 0.2.158 to 0.2.164 by dependabot[bot] in #112
Bump futures from 0.3.30 to 0.3.31 by dependabot[bot] in #114
Bump libc from 0.2.164 to 0.2.168 by dependabot[bot] in #116
Bump chrono from 0.4.38 to 0.4.39 by dependabot[bot] in #117
Bump tokio from 1.38.0 to 1.42.0 by dependabot[bot] in #118
Bump tracing-error from 0.2.0 to 0.2.1 by dependabot[bot] in #119
Bump serde from 1.0.204 to 1.0.217 by dependabot[bot] in #120
Bump tracing-subscriber from 0.3.18 to 0.3.19 by dependabot[bot] in #121
Bump serde_json from 1.0.132 to 1.0.137 by dependabot[bot] in #122
Bump regex from 1.10.6 to 1.11.1 by dependabot[bot] in #123
Bump log from 0.4.22 to 0.4.25 by dependabot[bot] in #124
Bump libc from 0.2.168 to 0.2.169 by dependabot[bot] in #126
Bump unicode-width from 0.1.13 to 0.2.0 by dependabot[bot] in #127
Bump serde_json from 1.0.137 to 1.0.139 by dependabot[bot] in #128
Bump libc from 0.2.169 to 0.2.170 by dependabot[bot] in #129
Bump ring from 0.17.7 to 0.17.13 in the cargo group by dependabot[bot] in #130
Bump config from 0.14.1 to 0.15.11 by dependabot[bot] in #131
Bump chrono from 0.4.39 to 0.4.40 by dependabot[bot] in #133
build: fix rust toolchain channel by akiomik in #135
Bump tokio from 1.42.0 to 1.43.1 in the cargo group by dependabot[bot] in #134
Bump log from 0.4.25 to 0.4.27 by dependabot[bot] in #136
Bump tokio from 1.43.1 to 1.44.2 by dependabot[bot] in #137
Bump clap from 4.5.16 to 4.5.18 by dependabot[bot] in #139
Bump strum from 0.26.3 to 0.27.1 by dependabot[bot] in #140
Bump chrono from 0.4.40 to 0.4.41 by dependabot[bot] in #141
Bump sorted-vec from 0.8.5 to 0.8.6 by dependabot[bot] in #142
Bump config from 0.15.11 to 0.15.13 by dependabot[bot] in #143
build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group by dependabot[bot] in #145
build(deps): bump tokio from 1.44.2 to 1.46.1 by dependabot[bot] in #144
build(deps): bump serde from 1.0.217 to 1.0.226 by dependabot[bot] in #148
build(deps): bump tokio-util from 0.7.12 to 0.7.16 by dependabot[bot] in #149
build(deps): bump directories from 5.0.1 to 6.0.0 by dependabot[bot] in #150
build(deps): bump color-eyre from 0.6.3 to 0.6.5 by dependabot[bot] in #151
build(deps): bump serde from 1.0.226 to 1.0.228 by dependabot[bot] in #152
fix: update human-panic API usage for v2.0 compatibility by akiomik in #153
test: fix config test to work with existing config files by akiomik in #154
build: upgrade Rust toolchain to 1.91.1 and fix clippy warnings by akiomik in #155
feat: update TUI dependencies with API compatibility fixes by akiomik in #156
refactor: migrate from deprecated ListableWidget to PreRender trait by akiomik in #157
feat: update TUI dependencies to latest versions by akiomik in #158
refactor: migrate to tui-widget-list ListView API and remove deprecated warnings by akiomik in #159
feat: upgrade nostr-sdk to 0.31.0 with Tag API migration by akiomik in #160
feat: add EventSet collection to replace manual event deduplication by akiomik in #161
feat: upgrade nostr-sdk to 0.32.0 and fix TagStandard API changes by akiomik in #162
feat: upgrade-nostr-sdk-to-0.33.0 by akiomik in #163
feat: upgrade nostr-sdk to 0.35.0 and fix deprecated API usage by akiomik in #164
feat: update nostr-sdk to 0.36.0 by akiomik in #165
feat: upgrade nostr-sdk to 0.37.0 by akiomik in #166
feat: upgrade nostr-sdk to 0.38.0 with API parameter fixes by akiomik in #167
feat: upgrade to nostr-sdk 0.39.0 with separate timeline and profile subscriptions by akiomik in #168
feat: upgrade to nostr-sdk 0.40.0 and simplify EventId::to_bech32() usage by akiomik in #169
feat: upgrade nostr-sdk to 0.44.0 by akiomik in #170
feat: add lib.rs by akiomik in #171
ci: add spelling workflow by akiomik in #172
chore: bump version to 0.1.1 by akiomik in #173
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Details:
zigtools/zls#2143
Should solve issue #163
These patches should not be needed for 0.14.0