SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for sqlitebrowser-debugsource-3.12.2-2.13.i586.rpm :

* Tue Jan 04 2022 marec - Fixed build for Leap- Added support for sqlcipher- Removed obsolete %post and %postun section
* Mon May 24 2021 Andreas Stieger - update to 3.12.2:
* Update internal client certificates for DBHub.io
* Correct a typo in the French translation
* Fix saving the list of extensions in the Preferences Dialog
* Wed Jan 06 2021 Dirk Müller - update to 3.12.1:
* Completely reworked interface for accessing DBHub.io
* Add .Net DateTime.Ticks to list of supported display formats (#2378)
* Add more options for setting font sizes (#2306)
* New predefined settings for simplified window layout (#2307)
* see https://sqlitebrowser.org/blog/version-3-12-1-released/
* Thu Aug 13 2020 Chris Coutinho - Update to 3.12.0
* Hightlights - Better table handling - Conditional formatting - Better threading and cancelling support for long-running queries - Multi-column sorting - New SQL parser with Unicode support and better coverage in general - Find dialogs everywhere - UI improvements everywhere - Proxy support - Better performance on slow systems - Support for pre-3.11 project file format https://sqlitebrowser.org/blog/version-3-12-0-released/
* Thu Aug 01 2019 Stephan Barth - Added dependencies on Qt5Concurrent and Qt5Xml- Update to version 3.11.2:
* Added Korean translation updates from PR #1600
* Italian translation for v3.11.x
* Regenerate translation files for the v3.11.x branch
* Updated German translation for 3.11.x
* Updated Brazilian Portuguese translation
* Fix editing encryption when using SQLCipher 4
* Fix transaction detection in SQL import
* Fri Jul 27 2018 jengelhAATTinai.de- Use noun phrase in summary.- Trim redundancies from description.
* Fri Jun 29 2018 wbauerAATTtmo.at- update to version 3.10.1
* Bug fixes - General + cipher: Fix passphrases containing single quotes + cipher: Change tab order in encryption dialog + Fix typo in Russian translation + Pass /norestart to vcredist installer + Fix index updating when removing an indexed column from a table + Don\'t automatically commit all changes when editing a table column + Make text selectable in Edit dock even if db is opened as read only + Add \'<>NULL\' filter + Fix custom type saving when only focus changes for user-entered type - DBHub.io related + dbhub: Tweak certificate UI in the preferences dialog + dbhub: Fix progress dialog for very large files + dbhub: Remove closing \".\" from the progress dialog + dbhub: Ask user what to do when trying to open an updated database + dbhub: Enforce name and commit message length limits in push dialog + dbhub: Add tooltip to cog tool button + dbhub: Redownload database if local copy has been deleted + dbhub: Fix wrong file size being shown for very large files + dbhub: Support pushing to different branches than \"master\" + dbhub: Improve file size format + dbhub: Optimise code + dbhub: Fix branch list in push dialog
* Wed Aug 30 2017 mpluskalAATTsuse.com- Correct license- Use more cmake macros- Use shared qscintilla library
* Tue Aug 29 2017 wbauerAATTtmo.at- update to version 3.10.0
* Highlights - DBHub.io integration + Uploading and downloading of databases works + Branching, forking, starring works, as does creating tags and releases + There\'s a 100MB per database limit at the moment though, as it\'s still in development + Backups aren\'t done on it (yet), so don\'t use it as your only place for storing important things (!!!) + The front page is... not great. We\'re working on it. + Still lots of upcoming stuff needing to be done. An API to query your databases, a cli, merging, discussions/issues + Please report bugs, ideas, suggestions (etc) on the dbhub.io repo issue tracker as you find them. - Many plot improvements (NULL values, progress dialog, remember settings, better colours, and bug fixes) - Better table editing (foreign key editor, toggling the WITHOUT ROWID flag, temporary tables, ...) - Better Import CSV dialog. It can now handle multiple CSV files at once - Improved Index dialog and better index handling in general - Better handling of virtual tables - Filter improvements (ranges, NULL search) - The usual improvements to the grammar parser
* See the full list of changes under https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.0- switch back to cmake build- use system antlr on openSUSE, the problems seem to be fixed- unconditionally build with Qt5, Qt4 support has been dropped in this release
* Thu Jan 19 2017 hpjAATTurpla.net- switch to qmake build: cmake is badly broken ATM- update to version 3.9.1
* Major features - DBHub.io was recently announced. - Future releases of DB Browser for SQLite will optionally be able to save and retrieve your SQLite databases \"in the cloud\". - You can enable/disable this new submenu in Preferences.
* Enhancements - Decreased lagging with long strings (further work still needed) - #761 (thanks to AATTinnermous and AATTMKleusberg) - Indicate when display strings are being truncated - #767 (thanks to AATTjustinclift) - Focus the newly created field after clicking \'Add field\' - 64ee665 (thanks to AATTRevolter) - Improved Execute current SQL line action - #780, 45affc9, 531eddb (thanks to AATTRevolter)
* Bug fixes - Fixed default font selected being incorrectly detected - b15c7f2, 49786e1 (thanks to AATTinnermous and AATTjustinclift) - Increased custom Page Size upper limit - e12e043 (thanks to AATTMKleusberg) - Fixed program not being able to uninstall from \"Programs and Features\" in Windows 7 - 90c094e (thanks to AATTjustinclift) - Fixed executing current line action incorrectly logging the entire SQL - 55d8905 (thanks to AATTRevolter) - Added HTML entities escaping in output when executing SQL - b9dd11d (thanks to AATTinnermous) - Fixed Indexes with spaces around their name not being able to be deleted - 8be2c54 (thanks to AATTMKleusberg) - Removed quotes around content when a single cell is copied - 8c510ff (thanks to AATTRevolter) - Help button should not be present in Windows title bar - #796 (thanks to AATTschdub)- update to version 3.9.0 It\'s been yet another half a year (more precisely, 8 months) since the previous version 3.8.0 was released, and a lot of good things happened.
* Major features - Strong encryption is now supported on Windows, using SQLCipher! - 5d98a19 (thanks to AATThuy-cong and AATTjustinclift for figuring this out) - Keyboard navigation in the \"Browse Data\" tab now works well - Our releases are now digitally signed on both Windows and MacOS
* Enhancements - Add Fedora install instructions - #467, #470 (thanks to AATTsubdriven) - Add Windows DATE display format - #471 (thanks to AATTMyRoGeertGit) - Remove ampersands from windows title - d9d2f96 (thanks to AATTMKleusberg) - Feature request: Option to turn off \"intellisense\"-like suggestions - #537 (thanks to AATTMKleusberg) - Add select and deselect all options for Export SQL dialog - #549 (thanks to AATTwierzba3) - Add Homebrew Cask install instructions - #564, #566 (thanks to AATTtimbroder) - Add decimal support to display format - #569 (thanks to AATTjungle-boogie) - Add Edit Database Cell update when selecting a cell from the Execute SQL tab - #570 (thanks to AATTlarsimmisch) - Cannot view binary data on BLOB columns containing image - #580 (thanks to AATTjustinclift) - Update Fedora install instructions - #586, #587 (thanks to AATTFreedomBen) - Add preference setting for exports line ending - #592, #597 (thanks to AATTjustinclift) - Adjust executable/app name according to the project\'s name - #593 (thanks to AATTjustinclift) - Add duplicate record option - #594 (thanks to AATTinnermous) - Change default button to No in removal message dialogs - #618 (thanks to AATTinnermous) - Add default field type preference setting - #652 (thanks to AATTrevolter) - Add option to export only the data in an SQL export - c8f0203 (thanks to AATTMKleusberg) - Remove buggy Edit Dialog and improved Edit Dock - #668, #679 (thanks to AATTjustinclift) - Add Ubuntu install instructions on the website - #671 (thanks to AATTjustinclift) - Add Rackspace logo on the website - 6fda155 (thanks to AATTjustinclift) - Add binary data size to the Edit Dock - #699 (thanks to AATTrevolter) - Update installer .dmg on Mac OS - #693 (thanks to AATTjustinclift and AATTrevolter) - Add Create Index button in the toolbar and fixed Create Index dialog sizing - #704 (thanks to AATTrevolter) - Add backspace alongside delete key for cell empty, for laptops missing the delete key - #705 (thanks to AATTjustinclift) - Optimize choosing displayed text for cell - 6b42af7 (thanks to AATTinnermous) - Improve copy/pasting in ExtendedTableWidget - #709 (thanks to AATTinnermous) - Feature request: We should sign our official releases - #711 (thanks to AATTjustinclift) - Reimplement data handling in the Edit Cell widget - #713 #410 (thanks to AATTjustinclift)
* Bug fixes - Fix building on CentOS - #572 (thanks to AATTMaxim-Mazurok) - Fix crash when browsing data in some cases - 730a272 (thanks to AATTMKleusberg) - Fix font blur on retina displays in the SQL Log - #575 (thanks to AATTnickberry17) - Fix crash when trying to delete records from empty table - #590 (thanks to AATTinnermous) - Fix database toolbar actions not updating after deleting a table - #600 (thanks to AATTrevolter) - Fix cancel button not working in the Export SQL dialog - #608 (thanks to AATTjustinclift) - Fix Field separator and Quote character preferences not restoring correctly - #609 (thanks to AATTjustinclift) - Fix various small bugs with the quote and separator choices - #611 (thanks to AATTjustinclift) - Fix primary keys not being quoted when creating/modifying tables - 7e0adab (thanks to AATTMKleusberg) - Fix crash in Browse Data tab when pasting empty string over non-empty cell - 1ce62d7 (thanks to AATTinnermous) - Fix cell Edit Dialog not showing up centered - #644 (thanks to AATTDelphiGit) - Fix Show rowid column option not correctly refreshing the table view - #645 (thanks to AATTrevolter) - Fix crash when hovering over any row from the rowid column - #646 (thanks to AATTrevolter) - Fix for unquoted path vulnerability in the Windows app - #649 (thanks to AATTDelphiGit and AATTjustinclift) - Fix incorrect app version in Finder\'s Info view - #658 (thanks to AATTrevolter) - Fix crash when trying to Export table(s) as CSV in some cases - 2c1ab5b (thanks to AATTinnermous) - Fix navigation keyboard shortcuts not working in Browse Data tab in some cases - 2bcc603 (thanks to AATTjustinclift) - Fix DB Toolbar visibility preference setting not restored in some cases - #666 😈 (thanks to AATTinnermous) - Fix Alt-Delete not setting the selected cell to NULL - #663 (thanks to AATTjustinclift) - Fix transactions not being ignored when executing SQL - #656 (thanks to AATTrevolter) - Fix elements focus order on Tab press - #676 (thanks to AATTchrisjlocke) - Fix Edit Dialog opening when pressing Enter - a7b5c3f (thanks to AATTMKleusberg) - Fix Filter Input row in RTL Locales - #685 (thanks to AATTSafaAlfulaij) - Fix Edit Dock default position - 30d2ce3 (thanks to AATTrevolter) - Fix crash when closing unsaved database (or some other rare cases) - #690 (thanks to AATTrevolter) - Fix font preference settings not being reflected in the Edit Dock - 7eb733b (thanks to AATTjustinclift) - Fix Arabic translations not showing up correctly - #702 (thanks to AATTjustinclift) - Fix cell binary data getting corrupted when trying to edit in place - #708 (thanks to AATTSafaAlfulaij) - Fix foreign key preview not showing up for foreign keys in the first column - #718 (thanks to AATTschdub)
 
ICM