witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/NEWS

49 lines
2.0 KiB
Plaintext
Raw Normal View History

1.1.3: January ??, 2008
* Now, if you delete a notebook and the only remaining notebook is read-only,
then a new read-write notebook is created for you automatically.
2008-01-22 23:36:32 +00:00
1.1.2: January 22, 2008
* You can no longer edit notes in the trash. You have to undelete them first.
* Fixed several race conditions between save_note() and other note-mutating
controller methods by serializing their calls in the client. This fixes
a bug that prevented note undeletion from working consistently.
1.1.1: January 17, 2008
* Beefed up the tour and added some screenshots.
2008-01-17 05:40:53 +00:00
2008-01-15 08:24:02 +00:00
1.1.0: January 15, 2008
* Users can now upgrade their Luminotes accounts to get additional features
and storage.
* Ability to invite people to your notebook as a collaborator or owner.
* Feature to preview a notebook as a viewer would see it.
* Note revisions list now include username of the user who made that
revision.
* If you go to luminotes.com when you're logged in, you'll be automatically
redirected to your first notebook.
* Fixed bug where passwords with special characters broke password hashing.
* Fixed bug that prevented you from opening a note with a title that looked
like an external URL.
* Fixed bug where link info box summaries sometimes contained HTML tags.
2007-12-30 19:49:08 +00:00
1.0.4: December 30, 2007
2007-12-13 22:29:57 +00:00
* Ability to invite people to view your notebook.
* When the web browser is resized, all notes are automatically resized as well.
* Fixed note focusing in Safari.
* Fixed note state detection (bold, italic, etc.) in Safari.
* Improved input validation.
2007-11-28 23:21:30 +00:00
1.0.3: November 28, 2007
* Updated logo, which is now an image and could be theoretically replaced for
branding purposes.
1.0.2: November 28, 2007
* Refactored code that creates note summaries for the link info box.
* Improved error reporting when a loading a page that causes an exception.
2007-11-17 23:36:01 +00:00
1.0.1: November 17, 2007
* Ability to create, rename, delete, and switch between multiple wiki
notebooks in a single account.
2007-11-13 04:07:53 +00:00
1.0.0: November 12, 2007
* Initial release.