/NEWS

http://github.com/hbons/SparkleShare · #! · 125 lines · 84 code · 41 blank · 0 comment · 0 complexity · fbba5b6977a4d9ecb9bdcfbc98031b0f MD5 · raw file

  1. 0.8.0 for Linux and Mac (Sat Jan 14):
  2. Hylke:
  3. - Show syncing progress in the status icon
  4. - Hide dock icon on Mac until you open a window
  5. - Update dates in the event log after midnight
  6. - Don't let git compress already compressed files (.jpg .ogg .zip, etc.)
  7. 0.6.0 for Linux and Mac (Sun Dec 25 2011):
  8. Hylke:
  9. - Several fixes for annoying bugs and crashes
  10. - Fix freeze on quit on Mac
  11. - Show project and history size in the event log
  12. 0.4.2 for Linux and Mac (Fri Dec 2 2011):
  13. Hylke: Fix crash trying to add a project
  14. 0.4.1 for Linux and Mac (Tue Nov 29 2011):
  15. Hylke: Just some small tweaks and fixes:
  16. - Bundle git with the Mac application
  17. - Warn about potential global gitignore files
  18. - Remove SmartIrc4Net
  19. - Build system fixes
  20. - Code cleanups
  21. 0.4.0 for Linux and Mac (Sun Nov 12 2011):
  22. Hylke: It has been a while since the last release. Since so many
  23. things changed, and it being (softly) incompatible with 0.2, I decided
  24. to call it 0.4. Here are the most important improvements:
  25. - Support OS X Lion
  26. - Revamped "Add Hosted Project..." dialog
  27. - First run tutorial
  28. - Clicking notifications opens the event log
  29. - Support for organisation/host plugins
  30. - Adding empty folders now works
  31. - More useful error reporting
  32. - Progress bar on the initial sync, and a button to cancel
  33. - Replace IRC by a custom protocol as the default notification system
  34. - Many many fixes for crashes and bugs
  35. Travis:
  36. - Nautilus 3.x plugin
  37. - Bugfixes
  38. 0.2.5 for Linux and Mac (Mon Jul 25 2011):
  39. Hylke: Reimplement notes to be less buggy and backend independent. Polish
  40. about dialog and event log html. Fix a bug where large collections of files
  41. weren't being synced when adding them at the same time. The event log now
  42. collapses huge change sets and squashes events together by day when they
  43. are on the same day and in the same folder. Add a controller per UI component
  44. to make the Windows verion easier to implement.
  45. 0.2.4 for Linux and Mac (Wed Jun 29, 2011):
  46. Hylke: Fix crash when setting up with an empty Git repository.
  47. 0.2.3 for Linux and Mac (Tue Jun 28, 2011):
  48. Hylke: Add the ability to add notes in the event logs. Fix some quirks
  49. in the webkit view on Linux. Redid gravatar fetching parts to be more
  50. efficient. Remove headless feature. Fix some small bugs and crashes.
  51. SparkleShare will now also try to use your existing SSH keypair. Required
  52. Git version is now 1.7.1 or later.
  53. 0.2.2 for Linux and Mac (Tue Jun 14, 2011):
  54. Hylke: Fix crash on first run when ~/.ssh doesn't exist. Sync algorithm
  55. tweaks. New global event log. Ubuntu integration with libappindicator. Poll
  56. sometimes even when using the notification service.
  57. 0.2.1 for Linux and Mac (Wed Jun 8, 2011):
  58. Hylke: Fix bug where host names with a "-" in them weren't accepted. Fix
  59. crash that happens when the user doesn't have their "Real Name" set in the
  60. OS and a race condition connecting to the announcements server.
  61. 0.2 for Linux and Mac (Mon Jun 6, 2011):
  62. Hylke: Removed the dependancy on GitSharp. File rename detection support
  63. in the event logs. Fixed all crashes reported in RC1 and improved sync
  64. algorithm. Redid collision detection and conflict resolving (use a copy
  65. of each version). Improved about dialogs with version checking. Pluggable
  66. backend (experimental Mercurial support). Added support for Growl to show
  67. notifications on Mac.
  68. 0.2-rc1 for Linux and Mac (Sun Mar 20, 2011):
  69. Hylke: A lot of fixes and optimisations across the backend. Less memory
  70. usage, less crashes. Instant notifications of new changes instead of polling.
  71. Refreshed event log HTML theme. Keeping logs in memory for faster reopening and
  72. loads more goodness.
  73. 0.2-beta2 for Mac (Sat Feb 12, 2011):
  74. Hylke: Mac version! Massive restructure of the code to an MVC-like model
  75. to make building different front-ends easier. Ported the event logs to
  76. Webkit, so users can style it to their liking. It also reduces the amount
  77. of UI-porting that needs to be done between toolkits.
  78. 0.2-beta1 (Sun Sep 5, 2010):
  79. Hylke: Aside from the usual bug fixes and behind the scenes work I mainly
  80. added features that increase productivity in the event logs. Not only does
  81. it look a lot prettier, each entry in an event log now has a clickable link
  82. for easy access to files. It refreshes automatically on new events as well.
  83. The Nautilus plugin now has the "Copy Web Link" context menu item, which
  84. makes sharing links a whole lot easier.