Commit Graph
345 Commits
Author SHA1 Message Date
RandyTheSilly e9f49fb98a Fix cmd pop-up on background clipclear on Windows 2026-02-17 20:10:24 -05:00
RandyTheSilly 8da2648664 Update draft release notes 2026-02-14 17:12:54 -05:00
RandyTheSilly 6d3e3cdb5b Drop Termux support 2026-02-14 17:11:26 -05:00
RandyTheSilly b6ebd22463 Fix ClearProcess 2026-02-14 17:03:12 -05:00
RandyTheSilly f4fdf65528 Minor documentation updates 2026-02-14 16:20:02 -05:00
RandyTheSilly a091cd4952 Address JetBrains warnings 2026-02-14 16:04:18 -05:00
RandyTheSilly 20d8e141eb Fix build on many platforms 2026-02-13 19:13:06 -05:00
RandyTheSilly 3fd2b13712 Update draft release notes 2026-02-13 18:38:23 -05:00
RandyTheSilly f9aeca5ba9 Bump dependencies (rcw hardening) 2026-02-13 18:23:38 -05:00
RandyTheSilly 273e86d97e Only use index when ranging over slices of structs 2026-02-09 21:28:26 -05:00
RandyTheSilly 7ecd143b81 Use updated "new()" behavior from Go 1.26 2026-02-09 21:12:09 -05:00
RandyTheSilly 9c0ed69d7f Fix TOTPCopier writing to error channel after client is likely done checking, which caused the TOTP routine to stall 2026-02-09 21:03:30 -05:00
RandyTheSilly 50cf92df61 Simplify privkey package 2026-02-08 00:43:38 -05:00
RandyTheSilly 420333e412 Allow custom priv key bytes on all platforms 2026-02-08 00:35:01 -05:00
RandyTheSilly 25edd344c8 Resolve relative ssh dir during config load on iOS 2026-02-07 19:36:46 -05:00
RandyTheSilly 5b591e35d8 Document manual sanity check when not using RCWD 2026-02-07 16:29:05 -05:00
RandyTheSilly 1351360b35 Fix iOS dirs 2026-02-07 16:17:37 -05:00
RandyTheSilly 02a8196061 Bump Go to 1.25.7 2026-02-07 15:07:52 -05:00
RandyTheSilly d7242fee96 Native support for iOS dirs; bind SSH dir to variable 2026-02-07 15:05:15 -05:00
RandyTheSilly ec9c6b5062 Update mod times on original entries in age.AllPasswordEntries() to trigger sync 2026-01-25 16:59:41 -05:00
RandyTheSilly 02fc5c1ffa Bump rcw to add error handling for corrupt entries 2026-01-25 16:27:33 -05:00
RandyTheSilly e1c6469506 Fix clampTrailingWhitespace breaking entries that contain both notes and other fields 2026-01-24 16:34:05 -05:00
RandyTheSilly cb3a554676 Add mass entry verification function (should be used after EntryRefresh); disable CGO across the board 2026-01-24 15:34:34 -05:00
RandyTheSilly b963ccf33e Ensure entries are optimized as part of core.WriteEntry; fix massive inefficiency in core.EntryRefresh 2026-01-24 14:03:33 -05:00
RandyTheSilly 409db78d83 Use nil pointer to indicate missing device ID (rather than FSMisc) 2026-01-21 18:49:16 -05:00
RandyTheSilly 48e084ac0f Make adjustments for easier CGO integration 2026-01-21 18:35:26 -05:00
RandyTheSilly f82b35bc43 Fix Windows background processes dying with terminal window 2026-01-10 23:36:39 -05:00
RandyTheSilly 2054f5b3cf Use clip.exe for setting/clearing clipboard on Windows to avoid Powershell startup latency 2026-01-10 19:08:43 -05:00
RandyTheSilly 07ad0a1bd9 Change order of slices in syncListsT 2026-01-09 00:07:39 -05:00
RandyTheSilly 3b4e75b592 Return sync lists using custom type 2026-01-08 23:39:52 -05:00
RandyTheSilly 4467a8c742 Remove overly-verbose ssh key input prompt 2026-01-08 23:05:06 -05:00
RandyTheSilly a54d15e331 Update draft release notes 2026-01-08 21:23:00 -05:00
RandyTheSilly d0e8640ce6 Re-implement age data upload via SFTP (download will continue to use new method) 2026-01-08 20:39:44 -05:00
RandyTheSilly 07571a698d Handle age timestamping errors in syncLists 2026-01-08 19:05:23 -05:00
RandyTheSilly d21de424cb Simplify error handling syntax 2026-01-08 18:50:10 -05:00
RandyTheSilly d54b59030e Draft documentation for release v0.5.0 2026-01-08 18:20:04 -05:00
RandyTheSilly ed19d0a416 Bump dependencies 2026-01-08 17:21:05 -05:00
RandyTheSilly 5e5a7c57e9 Major sync refactor (do not use SFTP for age files; allow using core.LibmuttonInit with custom device ID prefixes) 2026-01-08 16:59:58 -05:00
RandyTheSilly a18c3ea1d6 Simply check if sanity check file should be generated based on nil input 2026-01-01 21:28:35 -05:00
RandyTheSilly 28286788a0 Fully support non-destructive append in core.LibmuttonInit(); update copyright year for 2026 2026-01-01 19:52:08 -05:00
RandyTheSilly 571bc0a3bd Rename "cfg" package to "config", always use "cfg" for variable names 2025-12-27 12:11:10 -05:00
RandyTheSilly 422ca0295a Allow append mode when config cannot be loaded 2025-12-27 02:09:00 -05:00
RandyTheSilly b707d67113 Fix compilation for Mac/Termux/Windows 2025-12-27 00:25:53 -05:00
RandyTheSilly d8d761b0ca Small comment update 2025-12-26 22:40:38 -05:00
RandyTheSilly bdbdce61aa Remove entry format breaking change warning 2025-12-26 21:49:42 -05:00
RandyTheSilly cc626363c7 Update wiki for new changes; fix compilation for some platforms 2025-12-26 21:14:20 -05:00
RandyTheSilly 6004a94b77 Remove now-redundant Linux/BSD-specific clip clear logic 2025-12-26 20:48:33 -05:00
RandyTheSilly fdce036be6 Improve versatility of getClipCommands() 2025-12-26 19:57:43 -05:00
RandyTheSilly 53d82984d9 Bump dependencies 2025-12-26 19:28:19 -05:00
RandyTheSilly 2880ce2823 Address JetBrains warnings 2025-12-26 19:12:48 -05:00