Change log
4.0.9 - Aug 9, 2017
- Fix issue with Microsoft Edge browser
(GITLAB-22)
4.0.8 - June 10, 2017
- Send proper HTTP status code for not found or token expired cases
(GITLAB-10)
4.0.7 - June 5, 2017
- Fix issue when sharing a file that already has a share link (GITLAB-18)
4.0.6 - June 4, 2017
- Fix issue where backend abruptly loses connection if you rename a file and change only the case (GITLAB-17). Dropbox still doesn't allow you to change the case only, but this removes the panic situation.
- Attempt to fix issues saving the session cookie (GITLAB-12)
- Return HTTP 401 Unauthorized instead of HTTP 502 Bad Gateway for an invalid token error (GITLAB-16)
4.0.5 - May 20, 2017
4.0.4 - May 13, 2017
- Change
password
hashing to match v3
4.0.3 - May 12, 2017
- Handle NULL values in
password
and dropbox_token
fields (GITLAB-2)
4.0.2 - May 10, 2017
- Fix issue opening account page if
password
or dropbox_token
field is NULL
(GITLAB-2)
4.0.1 - May 10, 2017
- Fix issues with some redirects (GITLAB-1)
4.0.0 - May 10, 2017
- Rewrite to support Dropbox v2 API
3.8.12 - Sep 16, 2013
- Fixed issue where original price was not being honored upon renewal
3.8.11 - Sep 11, 2013
- Fixed issue where new user accounts were not being saved
3.8.10 - Sep 10, 2013
- Fixed password login issues introduced in 3.8.9
3.8.9 - Sep 2, 2013
- Migrated from CouchDB to PostgreSQL
3.8.8 - Aug 31, 2013
- Fixed bug where TextDrop wasn't loading in Chrome 30
3.8.7 - Aug 27, 2013
- Fix password login (again)
3.8.6 - Aug 5, 2013
- Fix bug in password login (incorrect password)
3.8.5 - June 1, 2013
- Update home page
- Use actual modification timestamps for files (not Dropbox upload timestamp) #183
3.8.4 - Feb 23, 2013
- Fix issues loading the app in IE10
3.8.3 - Feb 22, 2013
- Fixed undelete bug #172
- Fixed issue creating file by URL when Full-Text Search is enabled #174
- (Hopefully) fixed intermittent loading issue on IE9 #173
- Add retry to GET and PUT /files in case Dropbox has an issue #171
- Tighten up file list navigation
- Turn off stemming for full-text search. Search terms are exact matches now.
- Fixed fuzzy directory entry matching
3.8.2 - Jan 29, 2013
- Fixed soft tab bug
- File list now uses localized dates
- Fixed crash when linking to non-existent file
- Fixed file list navigation
- Fixed clicky checkboxes
3.8.1 - Jan 15, 2013
- Tweaked search algorithm - words starting with "#", "@", or "_" are searched verbatim #153
- Sort-by-name for numerical file/folder names now orders in numerical order #154
- Fixed IE8 crashing when creating new files #155
3.8.0 - Jan 2, 2013
- Added experimental full-text search (requires Web Workers. Enable it in your account settings)
- Navigating to a URL of a non-existent file will now create the file instead
of dropping you down to the parent directory.
- Files are cached locally for the duration of the session (using the SessionStorage API).
- Known issue: IE8 may crash when creating a new file.
3.7.0 - September 29, 2012
- Adding option for hard tabs instead of spaces -
#138
- Adding option to show all files, not just text files
- Adding preview modes for image and video files - #75,
#76
- Searching in current directory now uses fuzzier matching (although not in subdirectory search) -
#110
- Fixed bug in Firefox < 4 for anchorlayout (window.getComputedStyle)
3.6.10 - September 25, 2012
- Fixed IE8 bug "Can't move focus" - #144
3.6.9 - August 29, 2012
- Fixed bug with filenames containing question marks
- Fixed price history sparkline to show last, not first, 90 days
- Fixed Markdown publishing filename displayed in confirmation dialog
3.6.8 - August 27, 2012
- Fixed bug where file list jumps to the top when you click on a file
- Changed buttons on home page
- Added experimental password-based login set up
3.6.7 - July 15, 2012
- Added Chrome Frame support
- Migrated to different database
- Upgraded to Node.js 0.8
3.6.6 - June 28, 2012
- Fixed bug when redo-ing and there's nothing more to redo
- Version number now links to change log
3.6.5 - June 19, 2012
- Fixed bug when previewing HTML files
3.6.4 - June 16, 2012
- Sharing an HTML file will now provide a link to the rendered HTML
instead of the Dropbox Share page
- MultiMarkdown Publishing now uses the Dropbox Share instead of the Public folder
- Fixed bugs in CSS for Publishing
- Removed checkboxes rendering as HTML checkboxes
- Fixed crashing home page (I think)
- Fixed disappearing filename and share/publish links for files with
long names
3.6.3 - June 9, 2012
- Added MultiMarkdown publishing
3.6.2 - June 6, 2012
- Fixed broken spellcheck in Firefox
- Security improvements with access tokens
3.6.1 - June 1, 2012
- Fixed preview iframe bugs
3.6.0 - June 1, 2012
- Changed from Markdown to MultiMarkdown preview -
#105
- Markdown preview now works in IE9
- Fixed comments inside CSS parsing as Markdown -
#123
- Added Share link -
#124
3.5.1 - May 26, 2012
- Tightened up file list behavior
- Fixed some keyboard focus issues when switching focus between text
editor and omnibar
- Fixed intermittent crashing when visiting the home page
- Set caching on /prices to expire at the end of the day
- Pending search requests are cancelled on directory change
3.5.0 - May 21, 2012
- Split view preview mode
- Custom CSS and embedded images in preview
- See this video for a demonstration
3.4.8 - May 14, 2012
- File data is temporarily held in SessionStorage while waiting to be
saved in case we lose connection
3.4.2 - May 5, 2012
- Increased save delay from 2 seconds to 5 seconds
<iframe>
no longer rendered in Markdown preview
3.4 - April 30, 2012
- Added sorting by date.
- Note: Sort preferences are stored in a
.textdrop
file in your Dropbox root. Hope you don't mind.
3.3 - April 23, 2012
- Added deep-search capability. Searching a folder will also search subfolders.
3.2 - April 9, 2012
- Added rename functionality (
Shift-Ctrl-E
)
3.1 - April 4, 2012
- Added delete functionality (
Shift-Ctrl-Backspace
)
- Click on sidebar divider to hide
3.0 - April 1, 2012 - Complete rewrite
- SSL encrypted data transfer to browser
- More generous filetype detection
- nvALT-style sidebar file browser
- Markdown preview
- Autosave all the time
- TextDrop now requires a yearly subscription
(Old version is still free at textdrop2.herokuapp.com)
2.0 - February 14, 2011
- Refactor to single-page app
- Warn user if there are unsaved changes
- Allow choosing of folder when saving new file
1.0 - October 10, 2010
- Initial release!
- Browse folders
- Open existing files
- Create new files