Releases: sabrogden/Ditto
3.25.113.0
What's Changed
- Update Chinese Simplified.xml by @xbeta-zhang in #906
- updated french translation by @sabrogden in #911
- Added back in local qrcode generation by @sabrogden in #925
- added options to delete clip data screen to view data, properties and… by @sabrogden in #928
- allow escape to close message box prompts by @sabrogden in #929
- Make darker ditto theme description window more readable (text color … by @sabrogden in #930
- Updated darker theme to show rtf or html text that is dark better by @sabrogden in #932
- changed dialog promps to ok/cancel so escape key works to cancel the … by @sabrogden in #933
- Don't close delete clips dialog on escape key, changed cancel button … by @sabrogden in #934
- Allow translating the description window right click menu by @sabrogden in #935
- Allow clip data window to be maximized by @sabrogden in #937
- Fixed crash when existing with delete clip data window open, use care… by @sabrogden in #940
- Deleted clip data, don't auto call vacuum after deleting clip, moved … by @sabrogden in #942
- Bring back the internal editor for clips by @sabrogden in #952
- Edit wnd dpi by @sabrogden in #960
- Installer support running on 64bit and arm64 by @sabrogden in #961
- Deutsch.xml: Added some strings by @dodmi in #948
- Added option to export to web search defaults to google by @sabrogden in #965
New Contributors
- @xbeta-zhang made their first contribution in #906
Full Changelog: 3.25.76.0...3.25.113.0
3.25.76.0
What's Changed
- corrected build number showing in the installer by @sabrogden in #905
Full Changelog: 3.25.73.0...3.25.76.0
3.25.73.0
What's Changed
- Update Inno Setup script by @bovirus in #467
- delete old italian language / Add new Italian language by @bovirus in #473
- Update Italian language file by @bovirus in #474
- Update installer script by @bovirus in #476
- Update Chinese Simplified.xml by @nkh0472 in #555
- Improve korean translation by @PzaThief in #568
- add advance option of clipboard restore delay after copy buffer use by @PzaThief in #569
- Synced Deutsch.xml with English.xml and changed some translations by @dodmi in #578
- Feat/faster thumbnail by @PzaThief in #585
- change default thumbnail interpolation mode to bicubic by @PzaThief in #586
- Appveyor by @sabrogden in #587
- Add some options with some refactoring by @PzaThief in #588
- fix FocusCaret to get caret in Chrome by @PzaThief in #593
- Appveyor by @sabrogden in #594
- Feat/ignore annoying cfdib by @PzaThief in #599
- Added an option to paste ascii text only 1- 127 character codes by @sabrogden in #651
- Bump version numbers of themes (Nord + Terminal) so that they are offered to user in Options by @dcog989 in #636
- Draw color of copied color code in the format #CD5C5C or rgb(120,153,… by @sabrogden in #665
- use SQLite3MultipleCiphers to start to be able to encrypt Ditto's dat… by @sabrogden in #666
- fixed issue with search text not showing on last row, line 1 if showi… by @sabrogden in #668
- expand drawing rgb to work without the rgb( or #, needs to have 3 num… by @sabrogden in #724
- Increase the number of copy buffers to 5 by @sabrogden in #728
- Added option to center the window under the curor or caret instead of… by @sabrogden in #753
- Removed built in editor, use notepad, wordpad or word by @sabrogden in #757
- Removed inline qrcode viewer with link to a qrcode website by @sabrogden in #758
- replaced g_opt with CGetSetOptions:: for getting all settings by @sabrogden in #759
- fixed warnings and fixed saving new clips from notepad by @sabrogden in #761
- Create Bulgarian Translation by @StoyanDimitrov in #760
- My read on Selenized theme by @StoyanDimitrov in #763
- New theme + fix typo by @dcog989 in #780
- added beyond compare 5 path to diff file paths by @sabrogden in #782
- Increase the size of the delete clip data dialog so all columns are v… by @sabrogden in #784
- Added option "Append Computer Name and IP when receiving clips" to no… by @sabrogden in #785
- Save files for compare as utf8 by @sabrogden in #786
- Moved files by @sabrogden in #800
- support saving time as 64bit to support dates past 2038 by @sabrogden in #806
- Make clip preview themed consistently in DarkerDitto by @raveren in #802
- Add LICENSE file by @bannmann in #790
- support editing images through external editors by @sabrogden in #814
- Update QListCtrl.cpp to add HSL color support + expand syntax support for RGB + HEX by @dcog989 in #816
- The Korean.xml file was too old, so I modified it to match the latest version. by @coreVoid in #818
- Fix clipboard data handling issue by @codernirdesh in #819
- Fix global hotkey paste issue by @codernirdesh in #820
- Revert "Fix global hotkey paste issue" by @sabrogden in #823
- Add support for '0xAARRGGBB' color format + trim trailing ; by @dcog989 in #822
- Fix spelling by @chuchuva in #837
- Improve color print logic by @dcog989 in #839
- small tweak to Monolight theme by @dcog989 in #840
- fixed build errors from #839 a… by @sabrogden in #841
- Fix RGB typo, fix '0x' hex logic by @dcog989 in #842
- Add filter functionality to Advanced options by @dcog989 in #844
- Master signpath by @sabrogden in #852
- changed advanced window search to not filter but show selection by @sabrogden in #854
- Fixed issue with resize of advanced options by @sabrogden in #855
- New + amended theme, tweaked Advanced Options text by @dcog989 in #848
- Support Visual Studio Code as a comparison (diff) tool by @TBM13 in #863
- Allow F13 to F24 and other keys to be shown in UI for hotkeys by @ChristianKleineidam in #861
- Fix vanishing system tray icon by @dcog989 in #869
- Allow use of valid hex, HSL, RGB in themes by @dcog989 in #867
- Extend color swatch formats + fix DeleteObject by @dcog989 in #868
- add opacity to swatches + add
(22 33 44)syntax by @dcog989 in #876 - Add opacity to swatches - checker board only on alpha by @dcog989 in #880
- Update English.xml with missing translations by @maboroshin in #889
- Update Japanese.xml by @maboroshin in #891
- Update German translation file by @dodmi in #894
- Added keyboard shortcuts to paste position as plain text by @sabrogden in #899
New Contributors
- @bovirus made their first contribution in #467
- @nkh0472 made their first contribution in #555
- @PzaThief made their first contribution in #568
- @dodmi made their first contribution in #578
- @StoyanDimitrov made their first contribution in #760
- @raveren made their first contribution in #802
- @bannmann made their first contribution in #790
- @coreVoid made their first contribution in #818
- @codernirdesh made their first contribution in #819
- @chuchuva made their first contribution in #837
- @TBM13 made their first contribution in #863
- @ChristianKleineidam made their first contribution in #861
Full Changelog: 3.24.246.0...3.25.73.0
nightly build
What's Changed
- Build appx as x64, new beta point by @sabrogden in #971
- Added special paste option to paste a new Guid by @sabrogden in #1001
- Updated installer history and wiki links to github by @sabrogden in #1006
- Support not saving clips because of the clipboard formats, ExcludeCli… by @sabrogden in #1011
- Add modern scrollbars by @schmurtzm in #1013
- Add theme preview and window options by @schmurtzm in #1012
- Update Spanish.xml 90% / Spanish.xml actualizado al 90% by @Vanir022 in #972
- Fix French translations for Backup/Restore Database (#1016) by @fengchefly in #1020
- update the new scroll bars to better handle them when they are hidden… by @sabrogden in #1022
- Added advanced option to renumber clip to whole numbers by @sabrogden in #1024
New Contributors
- @schmurtzm made their first contribution in #1013
- @Vanir022 made their first contribution in #972
- @fengchefly made their first contribution in #1020
Full Changelog: 3.25.113.0...3_25_123_0
3.24.246.0
- Fixed wildcard search
- Added special paste options to multi paste images
- Fixed issue with maintaining focus when moving the selection up and down on multiple clips
- Don't take focus when starting up
- Fixed issue with search for %
- Fixed issue with having a clip with thousands of the same text and that is what you search for
- Update Ukrainian.xml
- Update Turkish.xml
- Update Japanese.xml
- Update Slovak translation
3.24.238.0
10-4-2022
- Description window changes - Default to rtf rather than html, handle repeat keys for searching
- Changed the regex filter to be a find rather than a match
- Added command line options /exit
- Added special paste option to paste as CamelCase
- Fixed issue with search text not going away after pasting
- Fixed issue with tooltip not working when title bar is not on the right side
- Added view as image to description window
- Fixed issue with sorting by clip size in delete clip data window
- When setting a custom drag name to append a unique number at the end
- Fixed issue with opening the description window on a secondary monitor that is to the left of the primary (negative rect values)
- Add Selenized Dark theme (#199)
- Update Slovak translation (#127
- Update Russian.xml (#206)
- Fixed issue with custom shortcut ctrl-d adding focus to search box with square box
- Added translation for options - positioning
- Fixed issue with saving setting to refresh ui after pasting option
- Default to refreshing the view after pasting
- Added option to leave window as is after pasting, not moving clip to the top
- Leave selection as is when copying with ctrl-c
- Fixed issue with global shortcuts window not showing the clip description
3.24.214.0
3.24.214.0 9-10-2021
- Added the ability to set a custom name for the drag file name (F4)
- Added character and word count to tooltip footer
- Allow tiny xml to load files with unicode paths
- Added save delay option to advanced options
- Enable control back space in the search edit box
- Added /n to set the file drag and drop file name
- Fixed issue with exporting lcip to google translate
- Fix for registering global clips with long descriptions
- Added AppVersion to installer
- fixed issue AsciiTextReplaceRegex not working
- Update about email and web site url
- Updated unicode/ansi/utf8 macros - fixed issue with only having cf_text set if there is an on copy script
- Refresh the description after the OnCopyScript
- Removed control key check when setting focus to the search bar
- Select index position after pasting
- Set created data time when creating clips by new clip window - show quick paste text in delete clips window
- Added option Disable Friends to the advanced options dialog
3.24.184.0
3.23.184 - 2-27-2021
Fixed issue with excluding clips by regex not working
Added option to maintain search view
Added keyboard shortcut to open the system menu, defaults to control-right click keyboard key, Can be customized in option quick paste keyboard.
Support having the port after the IP/host name when sending to friends
Register with windows restart manager
Show database id in a clip's tool tip
Added option to bind the server to a specific IP address
Handle keystroke before first load is done
Added option to allow back to back duplicates
Added option to not handle multiple hot key presses to move selection
Handle repeat keys for moving clips up and down
3.23.124.0
use the latest version of innosetup