ChangeLog 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. ChangeLog
  2. =========
  3. version 1.1.0 (release ), csync 0.60.0 required
  4. *
  5. * [GUI] Added an about dialog
  6. * [GUI] Improved themeing capabilities of the client.
  7. * [GUI] Minor fixes in folder assistant.
  8. * [GUI] Reworked tray context menu.
  9. * [GUI] Users can now sync the server root folder.
  10. * [Fixes] Proxy support: now supports Proxy Auto-Configuration (PAC)
  11. on Windows, reliability fixes across all OSes.
  12. * [Fixes] Url entry field in setup assistant handles http/https correctly.
  13. * [Fixes] Button enable state in status dialog.
  14. * [Fixes] Crash fixed on ending the client, tray icon related.
  15. * [Fixes] Crash through wrong delete operator.
  16. * [MacOS] behave correctly on retina displays.
  17. * [MacOS] fix focus policy.
  18. * [MacOS] Packaging improvements.
  19. * [MacOS] Packaging improvements.
  20. * [Platform] Windows: Setup closes client prior to uninstall.
  21. * [Platform] Windows: ownCloud gets added to autorun by default.
  22. * [Platform] insert correct version info from cmake.
  23. * [Platform] csync conf file and database were moved to the users app data
  24. directory, away from the .csync dir.
  25. * Renamed exclude.lst to sync-exclude.lst and moved it to
  26. /etc/appName()/ for more clean packaging. From the user path,
  27. still exclude.lst is read if sync-exclude.lst is not existing.
  28. * Placed custom.ini with customization options to /etc/appName()
  29. version 1.0.5 (release 2012-08-14), csync 0.50.8 required
  30. * [Fixes] Fixed setup dialog: Really use https if checkbox is activated.
  31. version 1.0.4 (release 2012-08-10), csync 0.50.8 required
  32. * [APP] ownCloud is now a single instance app, can not start twice any more.
  33. * [APP] Proxy support
  34. * [APP] Handle HTTP redirection correctly, note new url.
  35. * [APP] More relaxed handling of read only directories in the sync paths.
  36. * [APP] Started to split off a library with sync functionality, eg for KDE
  37. * [APP] Make ownCloud Info class a singleton, more robust.
  38. * [GUI] New, simplified connection wizard.
  39. * [GUI] Added ability for customized theming.
  40. * [GUI] Improved icon size handling.
  41. * [GUI] Removed Log Window Button, log available through command line.
  42. * [GUI] Proxy configuration dialog added.
  43. * [GUI] Added Translations to languages Slovenian, Polish, Catalan,
  44. Portuguese (Brazil), German, Greek, Spanish, Czech, Italian, Slovak,
  45. French, Russian, Japanese, Swedish, Portuguese (Portugal)
  46. all with translation rate >90%.
  47. * [Fixes] Loading of self signed certs into Networkmanager (#oc-843)
  48. * [Fixes] Win32: Handle SSL dll loading correctly.
  49. * [Fixes] Many other small fixes and improvements.
  50. version 1.0.3 (release 2012-06-19), csync 0.50.7 required
  51. * [GUI] Added a log window which catches the logging if required and
  52. allows to save for information.
  53. * [CMI] Added options --help, --logfile and --logflush
  54. * [APP] Allow to specify sync frequency in the config file.
  55. * [Fixes] Do not use csync database files from a sync before.
  56. * [Fixes] In Connection wizard, write the final config onyl if
  57. the user really accepted. Also remove the former database.
  58. * [Fixes] More user expected behaviour deletion of sync folder local
  59. and remote.
  60. * [Fixes] Allow special characters in the sync directory names
  61. * [Fixes] Win32: Fixed directory removal with special character dirs.
  62. * [Fixes] MacOS: Do not flood the system log any more
  63. * [Fixes] MacOS: Put app translations to correct places
  64. * [Fixes] Win32: Fix loading of csync state db.
  65. * [Fixes] Improved some english grammar.
  66. * [Platform] Added krazy2 static code checks.
  67. version 1.0.2 (release 2012-05-18), csync 0.50.6 required
  68. * [GUI] New icon set for ownCloud client
  69. * [GUI] No splashscreen any more (oC Bug #498)
  70. * [GUI] Russian translation added
  71. * [GUI] Added 'open ownCloud' to traymenu
  72. * [GUI] "Pause" and "Resume" instead of Enable/Disable
  73. * [Fixes] Long running syncs can be interrupted now.
  74. * [Fixes] Dialogs comes to front on click
  75. * [Fixes] Open local sync folder from tray and status for win32
  76. * [Fixes] Load exclude.lst correctly on MacOSX
  77. + csync fixes.
  78. version 1.0.1 (release 2012-04-18), csync 0.50.5 required
  79. * [Security] Support SSL Connections
  80. * [Security] SSL Warning dialog
  81. * [Security] Do not store password in clear text anymore
  82. * [Security] Restrict credentials to the configured host
  83. * [Security] Added ability to forbid local password storage.
  84. * [Fixes] Various fixes of the startup behaviour.
  85. * [Fixes] Various fixes in sync status display
  86. * [GUI] Various error messages for user display improved.
  87. * [GUI] fixed terms and Translations
  88. * [GUI] fixed translation loading
  89. * [Intern] Migrate old credentials to new format
  90. * [Intern] Some code refactorings, got rid of rotten QWebDav lib
  91. * [Intern] lots of cmake cleanups
  92. * [Intern] Backport to Qt Version 4.6 for compat. with older distros.
  93. * [Platform] MacOSX porting efforts
  94. * [Platform] MacOSX Bundle creation added
  95. * [Platform] Enabled ranslations on Windows.