Skip to content

Commit

Permalink
Merge pull request #27 from nvdweem/changelog-update-v1.0.4
Browse files Browse the repository at this point in the history
Changelog update - `v1.0.4`
  • Loading branch information
nvdweem authored Dec 29, 2023
2 parents db66b8d + 11f5267 commit ed41d04
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# SQLServer Backup and Restore Changelog

## [Unreleased]
- `Backup & Download` feature is now optional
- File dialogs now show that the files might not be local
- Fix usage of deprecated API

## [1.0.4]
- `Backup & Download` feature is now optional
- File dialogs now show that the files might not be local
- Fix usage of deprecated API
- Increase since-version

## [1.0.3]
Expand All @@ -21,7 +23,6 @@
### Added
- Plugin can be used while IntelliJ is indexing


### Fixed
- Downloading the backup doesn't trigger the unsafe query error anymore

Expand All @@ -36,7 +37,6 @@
- Added setting to do compressed backups. The previous compression options are still available but shouldn't add much anymore
- Allow changing filenames when restoring a backup


### Fixed
- Listing files and drives is done similarly to what SSMS seems to do which means you shouldn't need sysadmin rights anymore
- Added some fixes to make backing up and restoring work for SQLServer running in a docker container
Expand All @@ -46,7 +46,6 @@
- The suggested name for downloading a backup is the name the backup was given when backing up (Pull request from felhag)
- Asking for compression and using database name as default filename is configurable


### Fixed
- When cancelling a backup & download the connection with the database will be closed

Expand Down Expand Up @@ -87,7 +86,6 @@
- Downloading using jtds or ms driver
- Refresh database after restore action


### Fixed
- No infinite wait anymore when reading data
- Sometimes the context menu items stayed disabled
Expand Down

0 comments on commit ed41d04

Please sign in to comment.