KingDownloads

goldwarden version history

10 releases tracked, newest first.

v0.3.6

Nov 6, 2024
Maintenance and minor improvements.

4 downloads

v0.3.5

Nov 6, 2024
## What's Changed * gui: rename logo's filename to icon name by @0n-s in https://github.com/quexten/goldwarden/pull/293 * update up- & download-artifact actions by @ManInDark in https://github.com/quexten/goldwarden/pull/296 * Bump golang.org/x/sys from 0.22.0 to 0.25.0 by @dependabot in https://github.com/quexten/goldwarden/pull/291 * Readme: update logo filename (hotfix for https://github.com/quexten/goldwarden/pull/293) by @0n-s in https://github.com/quexten/goldwarden/pull/295 * Bump golang.org/x/crypto from 0.25.0 to 0.28.0 by @dependabot in https://github.com/quexten/goldwarden/pull/297 * Bump github.com/rymdport/portal from 0.2.3 to 0.2.6 by @dependabot in https://github.com/quexten/goldwarden/pull/280 * Fix: Use pinentry-mac as pinentry binary on macOS for approvals by @Oisann in https://github.com/quexten/goldwarden/pull/300 * Use regex to extract begin and end marker by @soraxas in https://github.com/quexten/goldwarden/pull/298 * Remove checking for parent / grandparent process by @soraxas in https://github.com/quexten/goldwarden/pull/299 * Bump github.com/icza/gox from 0.0.0-20230924165045-adcb03233bb5 to 0.2.0 by @dependabot in https://github.com/quexten/goldw

4 downloads

v0.3.4

Sep 29, 2024
## What's Changed * Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in https://github.com/quexten/goldwarden/pull/244 * Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in https://github.com/quexten/goldwarden/pull/247 * Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 by @dependabot in https://github.com/quexten/goldwarden/pull/246 * style: Fix typo: Websocked -> Websocket by @iron3oxide in https://github.com/quexten/goldwarden/pull/241 * Implement cipherkey decryption by @quexten in https://github.com/quexten/goldwarden/pull/257 * Fix auth url by moving it to identity server by @quexten in https://github.com/quexten/goldwarden/pull/258 * Force camelcase on requests by @quexten in https://github.com/quexten/goldwarden/pull/265 * Bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot in https://github.com/quexten/goldwarden/pull/270 * fix: autotypeing with libportal by @bb010g in https://github.com/quexten/goldwarden/pull/286 ## New Contributors * @iron3oxide made their first contribution in https://github.com/quexten/goldwarden/pull/241 * @bb010g made their first contribution in https://github.com/quexten/goldwarden/pull/286

4 downloads

v0.3.3

Jun 3, 2024
## What's Changed * Remove replace directive by @quexten in https://github.com/quexten/goldwarden/pull/220 * Make sure status.py exits by @quexten in https://github.com/quexten/goldwarden/pull/223 * Fix SSH add command's help string by @argonaut0 in https://github.com/quexten/goldwarden/pull/225 * Bump github.com/tink-crypto/tink-go/v2 from 2.1.0 to 2.2.0 by @dependabot in https://github.com/quexten/goldwarden/pull/230 * Bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in https://github.com/quexten/goldwarden/pull/231 * Bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in https://github.com/quexten/goldwarden/pull/232 * Mac Support by @quexten in https://github.com/quexten/goldwarden/pull/228 * Implement ssh import by @quexten in https://github.com/quexten/goldwarden/pull/233 ## New Contributors * @argonaut0 made their first contribution in https://github.com/quexten/goldwarden/pull/225 **Full Changelog**: https://github.com/quexten/goldwarden/compare/v0.3.2...v0.3.3

4 downloads

v0.3.2

May 11, 2024
## What's Changed * Fix ui crash when data is empty by @quexten in https://github.com/quexten/goldwarden/pull/196 * fix link to "getting started" by @lollilol in https://github.com/quexten/goldwarden/pull/201 * fixed broken PKGBUILD by @blackthorne7 in https://github.com/quexten/goldwarden/pull/209 * Fix executable bit on main python file by @quexten in https://github.com/quexten/goldwarden/pull/214 * Fix credentials not being set in gui by @quexten in https://github.com/quexten/goldwarden/pull/212 * Fix server not being set when logging in from UI by @quexten in https://github.com/quexten/goldwarden/pull/213 * Present error on failed login by @quexten in https://github.com/quexten/goldwarden/pull/215 ## New Contributors * @lollilol made their first contribution in https://github.com/quexten/goldwarden/pull/201 * @blackthorne7 made their first contribution in https://github.com/quexten/goldwarden/pull/209 **Full Changelog**: https://github.com/quexten/goldwarden/compare/v0.3.1...v0.3.2

4 downloads

v0.3.1

May 4, 2024
Fix CI pipeline & re-release **Full Changelog**: https://github.com/quexten/goldwarden/compare/v0.3.0...v0.3.1

4 downloads

v0.3.0

May 4, 2024
## What's Changed - Rewrote GUI based on blueprints. Should look much nicer now (both in GUI and code). - Autotype on X11/Windows/Mac * Feature/gtk blueprints by @quexten in https://github.com/quexten/goldwarden/pull/191 * Move commands to resource.json by @quexten in https://github.com/quexten/goldwarden/pull/193 * Implement x11, mac, windows autotype by @quexten in https://github.com/quexten/goldwarden/pull/194 * Restructure & add version command by @quexten in https://github.com/quexten/goldwarden/pull/195 **Full Changelog**: https://github.com/quexten/goldwarden/compare/v0.2.16...v0.3.0

2 downloads

v0.2.16

Apr 29, 2024
## What's Changed * Fix browser biometrics integration by @quexten in https://github.com/quexten/goldwarden/pull/185 * Add portal notifications on linux by @quexten in https://github.com/quexten/goldwarden/pull/184 * Fix import in autostart script by @quexten in https://github.com/quexten/goldwarden/pull/187 * Add warning on old cipher by @quexten in https://github.com/quexten/goldwarden/pull/186 **Full Changelog**: https://github.com/quexten/goldwarden/compare/v0.2.15...v0.2.16

4 downloads

v0.2.15

Apr 29, 2024
## What's Changed * Fix browser biometric setup by @quexten in https://github.com/quexten/goldwarden/pull/176 * Add experimental persistent autotype by @quexten in https://github.com/quexten/goldwarden/pull/177 * Fix os undefined by @quexten in https://github.com/quexten/goldwarden/pull/178 **Full Changelog**: https://github.com/quexten/goldwarden/compare/v0.2.14...v0.2.15

4 downloads

v0.2.14

Apr 28, 2024
## What's Changed * Implement ExtendedAgent by @csutcliff in https://github.com/quexten/goldwarden/pull/123 * Cleanup duplicated import by @SuperSandro2000 in https://github.com/quexten/goldwarden/pull/127 * Properly forward missing pinentry errors by @SuperSandro2000 in https://github.com/quexten/goldwarden/pull/128 * Fix more error handling by @SuperSandro2000 in https://github.com/quexten/goldwarden/pull/129 * Fix whole bunch of lints by @SuperSandro2000 in https://github.com/quexten/goldwarden/pull/130 * Use /usr/bin/env for binaries by @SuperSandro2000 in https://github.com/quexten/goldwarden/pull/133 * Make browser part easier to package by @SuperSandro2000 in https://github.com/quexten/goldwarden/pull/140 * Update peercred dependency by @Gooberpatrol66 in https://github.com/quexten/goldwarden/pull/145 * Improve overhaul error handling, Fix more lints found by golangci-lint's default config by @SuperSandro2000 in https://github.com/quexten/goldwarden/pull/141 * Add background status support by @quexten in https://github.com/quexten/goldwarden/pull/152 * Fix typos by @talal in https://github.com/quexten/goldwarden/pull/153 * fix: pin macos-13 as os for building am

2 downloads