forked from pool/sqlitebrowser
Accepting request 619760 from home:wolfi323:branches:server:database
- 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 OBS-URL: https://build.opensuse.org/request/show/619760 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=33
This commit is contained in:
parent
7929d697f3
commit
1ff9607ee7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:608475b5956bc7ebbfc80515a96b814abe9e0f9f2b040ac19fd8608d80163a56
|
|
||||||
size 1990333
|
|
3
sqlitebrowser-3.10.1.tar.gz
Normal file
3
sqlitebrowser-3.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36eb53bc75192c687dce298c79f1532c410ce4ecbeeacfb07b9d02a307f16bef
|
||||||
|
size 1992186
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 29 11:00:50 UTC 2018 - wbauer@tmo.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 14:24:07 UTC 2017 - mpluskal@suse.com
|
Wed Aug 30 14:24:07 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sqlitebrowser
|
# spec file for package sqlitebrowser
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sqlitebrowser
|
Name: sqlitebrowser
|
||||||
Version: 3.10.0
|
Version: 3.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Create, design and edit SQLite Databases
|
Summary: Create, design and edit SQLite Databases
|
||||||
License: GPL-3.0+ AND MPL-2.0
|
License: GPL-3.0+ AND MPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user