Seafile 歷史舊版本 Page21

最新版本 Seafile 9.0.4

Seafile 歷史版本列表

Seafile 是一個免費的 Windows 主機託管軟件。文件存儲在中央服務器上,可以通過 Seafile 客戶端與個人電腦和移動設備同步。文件也可以通過服務器的 Web 界面訪問。 Seafile 的功能類似於 Dropbox 和 Google Drive 等其他流行服務,主要區別在於 Seafile 是免費且開放源代碼的,使用戶能夠在不對存儲空間或客戶端連接進行人為限制的情況下託管自己的 S... Seafile 軟體介紹


Seafile 6.1.8 查看版本資訊

更新時間:2018-05-08
更新細節:

Seafile 6.1.7 查看版本資訊

更新時間:2018-03-29
更新細節:

Seafile 6.1.6 查看版本資訊

更新時間:2018-03-13
更新細節:

What's new in this version:

- Fix crash during login
- Only show search button when the server is pro edition
- Show detailed path when a library can't be synced because a file is locked
- Fix a crash during file syncing caused by files with illegal file name
- Fix a bug that causing crash during loading libraries

Seafile 6.1.5 查看版本資訊

更新時間:2018-02-07
更新細節:

What's new in this version:

- Add "trust this device" function to two-step authentication
- Add search files inside a library
- Some UI improvements

App Builder 2018.43 查看版本資訊

更新時間:2018-02-07
更新細節:

What's new in this version:

App Builder 2018.43
Fixed:
- The HistoryBack and the HistoryForward actions don't cause the [App.CurrentView] to be properly set, which is the expected behaviour. Only the ShowView and ReplaceView actions causes the [App.CurrentView] to be properly set. This has been fixed now and all these actions causes the [App.CurrentView] to be filled properly
- The [App.DialogView] variable are not filled in the proper way when more than one dialog view are open (one after another). This variable store an empty string when a second modal view is closed. This problem has been fixed and the [App.DialogView] stores the current modal view or an empty string (if any modal view is opened)
- If we pass some params to an app view the [App.CurrentView] variable are not filled in the right way, and include the params inside the variable, which is not what we can expected. This problem has been solved too in this DecSoft's App Builder release

App Builder 2018.41
- Upgrade the FontAwesome icons to the latest version 5. The IDE icon picker dialog as well the apps can now use up to 929 icons from the FontAwesome pack, including all the Regular, Solid and Brands icons. Note that some icons names has been renamed from the previous FontAwesome 4.x versions. Review your apps and use the IDE icon picker dialog in order to assign new icons if needed

App Builder 2018.39
- Enhance the algorithm used when generate the splash screens for all the supported Apache Cordova platforms. Thanks very, very, very much José! Without your help we probably can't get our desired result: the best as possible! Thanks again!

App Builder 2018.38
- Change the algorithm used when generate the splash screens for all the supported Apache Cordova platforms. Now the provided splash screen is resized, but, only to fit the generated splash screen. This release includes also a bug fix for the generated landscape splash screens, which certainly crop the provided splash screen in a wrong way before this fix.

App Builder 2018.37
- Introducing the app's views' Params variable. Take a look at the app's views' help topic in order to learn about this new variable that every view in the app have now.  Take also a look at the new ViewParams app sample (number 170), that shows how we can use the new views' Params variable.

App Builder 2018.36
- Some other minor changes and enhancements has been made over the App Builder compiler, some of the includes app samples, the program's help file and the spanish translation.
- Added the new CopyVar action. This action allows to copy or assign the specified variable B into the specified variable A. If the variable A did not exists, a new variable is created. If the variable B did not exists, then an "undefined" value is assigned to the variable A. This action did not take in consideration the type of the variables, then we can use this action to copy or assign variables of any type. For example, we can copy or assign an variable B of the type Array, Object, etc. into the specified variable A.
- Change the debug layout dock panels positions. Instead of place all the debug related dock panels at the button and using tabs, now the debug related dock panels are placed at the right. The enhancement is that they are not placed now in tabs, then we can see by a quick view all the debug related panels, without the need to change any tab.

App Builder 2018.35
- Update the Boostrap CSS framework used internally by App Builder, and, update all the Boostrap CSS app themes, from the Boostrap CSS beta 3 version to the first stable Boostrap CSS 4 version.

App Builder 2018.34
* Fix a bug in the Watcher control that occur if we try to set the Watcher variable in runtime. The Watcher control works now as expected, except that they no more start automatically when the app start: we must start it explicitly when we wanted.
* Minor changes in the Database sample (server side scripts) in order to offer the appropriate exception message if we can't connect with the database server. Now, in addition to the "Can't connect to the database" we have the right PHP exception message.

App Builder 2018.33
- Fix a bug related with the Apache Cordova splash screen: few releases ago App Builder uses the App icon if an splash screen is not provided, however, the appropriate addition in the Batch generated files for Apache Cordova are missing.

App Builder 2018.32
- The Welcome page has been redesigned, simplified and enhanced. Some useful links are provided, as well an HTML form to directly search in the program support forum. As before, the latest posts in the forum are listed too.

App Builder 2018.31
- Upgrade Boostrap CSS 4 to the latest version. Do the same with all the 21 themes by bootswatch. Upgrade the HTML markup for Select, Radio and Checkbox controls to fit the latest version of Boostrap CSS 4.

App Builder 2018.30
- Added a new AlertBox app sample (number 169) to show the different types that we can use in the AlertBox, MessageBox and InputBox actions. The MessageBox sample has been enhanced with more types, the possible use of HTML and others.
- Enhance the AlertBox, InputBox and MessageBox actions. Now these actions respect the user selected "type" (primary, secondary, success, danger, warning, info, light, dark) in the best wat as possible: with the correct background and foreground colors.
- Complete the spanish translation of the App Builder i18n file and update the french translation of the App Builder i18n with some fixes and new strings added. Thanks very much for your work Jean!

App Builder 2018.29
- Fix an anoying bug that causes the code editor indentation do not work as expected when we choose an App Builder action from the code editor autocomplete list.
- Enhance the ApplyModel action in order to try to avoid Angular JS "digest" problem when that action are "abused" or not used properly in the right place. Since the error that can cause this action can affect the app behaviour, this fix try to avoid these problems.

App Builder 2018.28
- Added the new FileDownload app sample (number 168). This sample show us how to download an file into the user device storage (to be available for the user) and also download an image file in the app private storage (to be used only by the app).
- Added the Apache Cordova plugin FileTransfer into the app options dialog, under the Cordova / General / Plugins options. This plugin has been added primarely to be used by the new FileDownload action, but can also be used for other purposes too.
- Added the new action FileDownload, which allow us to download files in both the app private storage and the user device storage. See the FileDownload action help reference for more information and details.
- Added an header in all the generated Batch and Shell files for Apache Cordova with the App Builder version and release number. Just for information purposes.
- From some releases ago App Builder pick the app icon to be used as the splash screen of the app, if an specific splash screen is not specified. However, App Builder do not include the appropriate Apache Cordova plugin to show the app splash screen. This is fixed now.

App Builder 2018.27
- Add the new FrontCamera, FlipButton and TorchButton variables / options to the Barcode control. The Barcode app samples has been enhanced in order to shown the usage of these new variables / options of the Barcode control. The program's help file has been also upgraded describing that variables / options too.

App Builder 2018.26
- App Builder never requires a portrait and landscape splash screens anymore, but, just one image, that, the program uses to automatically generate all the splash screen images for all the supported Apache Cordova platforms. This change is made mostly to be ready with the iOS platform, who changes their splash screens conventions. App Builder continue generating portrait and lanscape screens for the supported platforms, but, now based in the only one image that you must to provide in the app.
- Fix an introduced error in the conditions related actions wich can cause certain problems if we deal with decimal numbers "as is" (not using variables) in that conditions related actions.

App Builder 2018.25
- We are proud to announce that the splash screens for Apache Cordova that App Builder generates for your app, looks now better than never. App Builder uses now certain new algorithm to create the splash screen files for all the Cordova platforms, and, now also saves the aspect ratio of your provided images.
- App Builder creates now the appropriate splash screens for Apache Cordova based in the app icon, if no other images has been provided in the Cordova / Splash options.
- Translate some missing spanish strings in the DecSoft's App Builder i18n file.

Seafile 6.1.4 查看版本資訊

更新時間:2017-12-20
更新細節:

What's new in this version:

Cloud file browser:
- Don't use resumable upload feature when updating a file
- Show an icon to indicate that a file is cached
- Show a warning icon when a file failed to upload to the server after changing
- User can re-upload a local modified file that failed to upload
- Add a command to open local cache folder
- Improve error messages when uploading a file or a folder
- Some ui fixes and improvements

Others:
- Don't show the connection status of 127.0.0.1
- Disable editing of local syncing path, users can only choose a path
- Some ui fixes and improvements

Seafile 6.1.3 查看版本資訊

更新時間:2017-11-03
更新細節:

What's new in this version:

- [fix] Fix system tray icon
- Change "Shibbeloth Login" to "Single Sign On"
- [fix] Fix MacOS client using discrete GPU
- [cloud file browser] Improve file uploading after modification
- [cloud file browser, fix] Don't show quota exceeded when server return 502 error
- [cloud file browser] Show number of files in current folder

Seafile 6.1.2 查看版本資訊

更新時間:2017-10-30
更新細節:

What's new in this version:

- [Win] Update system tray icon
- Return error if repo name contains invalid characters when syncing a library
- Update local folder name when repo name is changed.
- Leave a shared library
- [fix] Fix open cloud file browser from activity view
- [fix] Fix loading more events in activity tab
- [fix, cloud file browser] Always watching local cached files after uploading failed when file changed
- [fix, cloud file browser] Use local cached version if it is changed locally

Seafile 6.1.1 查看版本資訊

更新時間:2017-09-21
更新細節:

What's new in this version:

- Improve support for syncing EML files (Don't sync EML files if only timestamp changed)
- Improve support for Copy/Paste files in cloud file browser
- [fix] Fix memory leak in Windows extension handler
- [fix] Fix re-login with Shibboleth
- UI/UX improvements for cloud file browser
- [fix, Windows] Fix a bug in detecting whether there is an old instance of Seafile running

SpyHunter 4.28.5 查看版本資訊

更新時間:2017-08-30
更新細節: