Releases: Sequel-Ace/Sequel-Ace
4.0.5 (20046)
App Store Release Notes
- Added a new preference for controlling whether column types are displayed in the content view of the UI
- Fixed an error that prevented altering Timestamp/Datetime columns
- Fixed default values for String-type and Enum fields not being quote-wrapped in the structure view which prevented editing comments for these columns
- Fixed a crash on the content view for tables and views that have column names containing $s
- Fixed a bug that prevented bundles from getting the current selected table name passed
- Fixed a UI bug with enum options cut off in the content view
- Fixed issues with setting user passwords containing special characters
- Changed the Selected Tables List variable (available in saved queries and bundles) to include both tables and views instead of just tables
Full Commit Log
- #added preference for column type visibility by @DannyJJK in #1640
- Add preference for column types visibility #added by @Kaspik in #1657
- #fixed Error when altering Timestamp/Datetime columns in structure view by @Jason-Morcos in #1661
- #fixed String-type or Enum field default missing quote wraps if other attribute changed by @Jason-Morcos in #1662
- #fixed Fix crash on content view for tables that have column names containing $s by @Jason-Morcos in #1663
- #changed Make selected tables list include views by @Jason-Morcos in #1665
- #fixed Bundles not getting the current selected table name passed by @Jason-Morcos in #1664
- #fixed Fix export error on changing databases by @Jason-Morcos in #1669
- #fixed Fix enum options cut off in UI by @Jason-Morcos in #1668
- #fixed Fixed issues with setting user passwords containing special characters by @Jason-Morcos in #1670
- Prepare Beta release by @Jason-Morcos in #1671
Full Changelog: production/4.0.4-20044...production/4.0.5-20046
4.0.5 (20045) Beta 1
What's Changed since 4.0.4
- #added preference for column type visibility by @DannyJJK in #1640
- Add preference for column types visibility #added by @Kaspik in #1657
- #fixed Error when altering Timestamp/Datetime columns in structure view by @Jason-Morcos in #1661
- #fixed String-type or Enum field default missing quote wraps if other attribute changed by @Jason-Morcos in #1662
- #fixed Fix crash on content view for tables that have column names containing $s by @Jason-Morcos in #1663
- #changed Make selected tables list include views by @Jason-Morcos in #1665
- #fixed Bundles not getting the current selected table name passed by @Jason-Morcos in #1664
- #fixed Fix export error on changing databases by @Jason-Morcos in #1669
- #fixed Fix enum options cut off in UI by @Jason-Morcos in #1668
- #fixed Fixed issues with setting user passwords containing special characters by @Jason-Morcos in #1670
Full Changelog: production/4.0.4-20044...beta/4.0.5-20045
4.0.4 (20044)
App Store Release Notes
- Fixed an issue with SSH connections causing high CPU usage
- Update OpenSSL to 1.1.1s to fix some issues with SSH connections on macOS Ventura
- Fixed an issue that resulted in invalid SQL statements when copying content with column types and when exporting
- Fixed some issues with odd autocomplete UI behavior
- Fixed incorrect Longitude/Latitude order when inserting GIS data in MySQL 8+
- Fixed a crash when pasting content in unloaded text/blob field
- Added a keyboard shortcut for Filter Content menu item
- Localization updates (particularly for German)
Detailed Changelog
Fixed
- b09e83d, Temporary Hotfix: Kill the task after termination
- 9f6d5ec, Fix column types when copying content with column types and when exporting
- 49ec01c, Autocomplete weirdness
- 4e1dfbe, Pasting content in unloaded text/blob field causes crash
Changed
- 55f6cc0, Update OpenSSL to 1.1.1s
Infra
- e2d231a, Move OCMock to SPM from included framework
Full Commit Log
- #added Add keyboard shortcut for Filter Content menu item by @DannyJJK in #1617
- #fixed Longitude/Latitude order when inserting GIS data by @luis- in #1616
- #fixed Pasting content in unloaded text/blob field causes crash by @luis- in #1627
- #fixed Autocomplete weirdness by @luis- in #1619
- Fix column types when copying content with column types and when exporting #fixed by @Kaspik in #1632
- Update OpenSSL to 1.1.1s #changed by @Kaspik in #1633
- Move OCMock to SPM from included framework #infra by @Kaspik in #1634
- Prepare Beta release by @Jason-Morcos in #1636
- New Crowdin updates by @Kaspik in #1643
- New Crowdin updates by @Kaspik in #1644
- Bump nokogiri from 1.13.9 to 1.13.10 in /docs by @dependabot in #1646
- Temporary Hotfix: Kill the task after termination #fixed by @Kaspik in #1650
New Contributors
Full Changelog: production/4.0.3-20042...production/4.0.4-20044
4.0.4 (20043) Beta 1
Added
Fixed
- 9f6d5ec, Fix column types when copying content with column types and when exporting
- 49ec01c, Autocomplete weirdness
- 4e1dfbe, Pasting content in unloaded text/blob field causes crash
Changed
- 55f6cc0, Update OpenSSL to 1.1.1s
Removed
Infra
- e2d231a, Move OCMock to SPM from included framework
4.0.3 (20042)
App Store Release Notes
- Fixed issue introduced with 4.0.2 that caused "Copy as SQL Insert" statements to incorrectly contain the types of the impacted columns
- Improved resizing of the users modal
Detailed Changelog
Fixed
- 81e0879, Fix copy as SQL insert, Fix users modal resizing
Full Commit Log
Full Changelog: production/4.0.2-20041...production/4.0.3-20042
4.0.2 (20041)
App Store Release Notes
- Show the column type in the query editor and content view
- Fixed the filters sometimes not remembering their last filter state
- Fixed content filtering UI bugs
- Fixed errors saving table changes if content was pasted or cut
- Fixed Help menu disabled on connection screen
Detailed Changelog
Added
- 51fad24, Show column type in query editor and content view
Fixed
- 0756e83, Remove data type names from CSV exports
- e8fa948, Text is not invalidated if just a cut or paste action is executed
- 9ccf9d1, Enable Help menu for connection screen
Full Commit Log
- Show column type in query editor and content view #added by @Kaspik in #1588
- Enable Help menu for connection screen #fixed by @Kaspik in #1589
- Fix content filtering, fix remembering last filter state #fixed by @Kaspik in #1604
- #fixed Text is not invalidated if just a cut or paste action is executed by @stefanfuerst in #1605
- #fixed Remove data type names from CSV exports by @Jason-Morcos in #1606
Full Changelog: production/4.0.1-20039...beta/4.0.2-20040
4.0.2 (20040) Beta 1
App Store Release Notes
- Show the column type in the query editor and content view
- Fixed the filters sometimes not remembering their last filter state
- Fixed content filtering UI bugs
- Fixed errors saving table changes if content was pasted or cut
- Fixed Help menu disabled on connection screen
Detailed Changelog
Added
- 51fad24, Show column type in query editor and content view
Fixed
- 0756e83, Remove data type names from CSV exports
- e8fa948, Text is not invalidated if just a cut or paste action is executed
- 9ccf9d1, Enable Help menu for connection screen
Full Commit Log
- Show column type in query editor and content view #added by @Kaspik in #1588
- Enable Help menu for connection screen #fixed by @Kaspik in #1589
- Fix content filtering, fix remembering last filter state #fixed by @Kaspik in #1604
- #fixed Text is not invalidated if just a cut or paste action is executed by @stefanfuerst in #1605
- #fixed Remove data type names from CSV exports by @Jason-Morcos in #1606
Full Changelog: production/4.0.1-20039...beta/4.0.2-20040
4.0.1 (20039)
App Store Release Notes
- Breaking Change: Dropped support for macOS 10.12
- Breaking Change: Dropped official support for MySQL 5.6 (connections may continue to work, but are no longer officially maintained/supported)
- Fixed many memory leaks throughout
- Fixed issues with sessions not saving / restoring tabs
- Fixed typos throughout
- Fixed crash on right click when field editor is active
- Added option to opt-out of anonymized analytics
- Added preliminary support for Portuguese
- Closing a tab or window will not close all connections automatically anymore
Detailed Changelog
Fixed
- Closing a tab or window will not close all connections automatically anymore
Full Commit Log
- New Crowdin updates by @Kaspik in #1584
- Fix closing all connections that are being opened #fixed by @Kaspik in #1585
Full Changelog: production/4.0.0-20037...production/4.0.1-20039
4.0.0
Note: App Store Release 4.0.0 was missing a few of the changes included in GitHub 4.0.0. Please upgrade to 4.0.1+ for all the latest features and improvements
App Store Release Notes
- Breaking Change: Dropped support for macOS 10.12
- Breaking Change: Dropped official support for MySQL 5.6 (connections may continue to work, but are no longer officially maintained/supported)
- Fixed many memory leaks throughout
- Fixed issues with sessions not saving / restoring tabs
- Fixed typos throughout
- Fixed crash on right click when field editor is active
- Added option to opt-out of anonymized analytics
- Added preliminary support for Portuguese
Detailed Changelog
Added
- 968d536, Make analytics opt-out
Fixed
- c9d037a, Fix small typo on Export dialog
- e37e799, Portuguese localization
- f8f016c, Fix major memory leak with database document not being released
- 24676d5, Fix memory leaks when closing connection
- c9e367d, Fix saving session not saving / restoring tabs
- 6381ff8, Fix crash on right click when field editor is active
- dd6d02c, Fix deprecations and warnings
- 2dd099f, Fix saving session more than once
Changed
Removed
Infra
Full Commit Log
- Drop macOS 10.12 #removed by @Kaspik in #1521
- Fix saving session more than once #fixed by @Kaspik in #1522
- Fix deprecations and warnings #fixed by @Kaspik in #1523
- New Crowdin updates by @Kaspik in #1526
- Fix crash on right click when field editor is active #fixed by @Kaspik in #1525
- Fix saving session not saving / restoring tabs #fixed by @Kaspik in #1527
- Fix memory leaks when closing connection #fixed by @Kaspik in #1528
- Fix major memory leak with database document not being released #fixed by @Kaspik in #1529
- Breaking change: Officially drop MySQL 5.6 support #removed by @Kaspik in #1531
- Prepare Beta release by @Jason-Morcos in #1532
- #fixed Portuguese localization by @st693ava in #1543
- New Crowdin updates by @Kaspik in #1544
- Fixed field editor changes not saved if part of the content was deleted #fixed by @stefanfuerst in #1542
- Bump commonmarker from 0.23.5 to 0.23.6 in /docs by @dependabot in #1563
- Make analytics opt-out #added by @fulldecent in #1564
- #fixed Fix small typo on Export dialog by @ajkerr in #1568
New Contributors
- @st693ava made their first contribution in #1543
- @stefanfuerst made their first contribution in #1542
- @ajkerr made their first contribution in #1568
Full Changelog: production/3.5.3-20035...production/4.0.0-20037
4.0.0 (20036) Beta 1
August is here and so is the new upcoming update of macOS and Xcode. Because of that, version 4.0.0 comes two breaking changes that will hopefully speedup and improve development for us so we can deliver better Sequel Ace to you.
- Breaking change: Dropped support of macOS 10.12
- Breaking change: Dropped official support of MySQL 5.6
Fixed
- f8f016c, Fix major memory leak with database document not being released
- 24676d5, Fix memory leaks when closing connection
- c9e367d, Fix saving session not saving / restoring tabs
- 6381ff8, Fix crash on right click when field editor is active
- dd6d02c, Fix deprecations and warnings
- 2dd099f, Fix saving session more than once
Removed
Full Release Notes:
What's Changed
- Drop macOS 10.12 #removed by @Kaspik in #1521
- Fix saving session more than once #fixed by @Kaspik in #1522
- Fix deprecations and warnings #fixed by @Kaspik in #1523
- New Crowdin updates by @Kaspik in #1526
- Fix crash on right click when field editor is active #fixed by @Kaspik in #1525
- Fix saving session not saving / restoring tabs #fixed by @Kaspik in #1527
- Fix memory leaks when closing connection #fixed by @Kaspik in #1528
- Fix major memory leak with database document not being released #fixed by @Kaspik in #1529
- Breaking change: Officially drop MySQL 5.6 support #removed by @Kaspik in #1531
- Prepare Beta release by @Jason-Morcos in #1532
Full Changelog: production/3.5.3-20035...beta/4.0.0-20036