Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    2,984 downloads
    Wine 1.4.1 / 1.5.30
    1,126 downloads
    BackTrack 5 R3
    1,022 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    946 downloads
    Red Hat Linux 9
    913 downloads
    Linux Mint 14.1 / 15
    RC

    774 downloads
    Red Hat Enterprise
    Linux 6.4

    755 downloads
    LibreOffice 3.6.6 /
    4.0.3

    715 downloads
    Ubuntu 10.10
    702 downloads
    VLC 2.0.6
    671 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 617
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 465
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 662
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 350
    Home > Linux > Internet > Firefox Extensions > Session Manager for Firefox > Changelog

    Session Manager for Firefox 0.8.0.6 - Changelog


    What's new in Session Manager for Firefox 0.8.0.6:

    May 7th, 2013

    · Fixed Bug 868820 - Issue where all toolbar items except for the session manager's would be removed after browser restarted, if user never customized toolbar.
    · Fixed - Issue in nightly loads where Session Manager would get confused as to what window is doing what because ID wasn't being set because of some change in Firefox.
    · Fixed - Error that would occur in error console if selected a tab in session save window and then closed that tab.
    · Fixed - Error that prevents Session Manager from loading if session caching is enabled and the version preference is cleared.
    · Changed - Changed some things having to do with searching for sessions.
    · Changed - Changed formatting for a few UI fields in options window.
    · Changed - Attempting to get options window to size correctly under OS X so that Advanced pane is fully visible.
    · Added - Added support for Private Tabs Add-on. Private tabs will appear in purple in the save window, but cannot be checked and won't be saved.
    · Added - Extra debugging/logging code to try and figure out why add-on won't load correctly for some people.



    What's new in Session Manager for Firefox 0.8.0.1:

    April 18th, 2013

    · Fixed issue with add-on being broken for Dutch users and Dutch showing up for Polish users.



    What's new in Session Manager for Firefox 0.7.9.6:

    March 4th, 2013

    · Fixed: Issue where saved sessions could have wrong window marked as being on top, so wrong window would have focus on a restore.
    · Fixed: Work around to handle write failures with very large sessions (over 30 MB in size). I don't recommend having very large sessions as it can cause performance issues.
    · Fixed: Issue where closing an open window would throw an exception when using Session Manager's closed window list instead of the browser's closed window list.
    · Fixed: Issue with Session Manager not working in SeaMonkey Trunk loads.
    · Changed: When appending a session with tab groups to a window with tabs not in a group, put the current window's tabs into their own group. The active group in the loaded session will be selected.
    · Changed: Call stack is now logged in all cases where an exception is put up or logged (including code built exceptions).
    · Removed: Call to soon to be removed nsIFaviconService service. As such it's possible that some tabs won't display their favorite icons in the Session Manager window.



    What's new in Session Manager for Firefox 0.7.9.5:

    February 7th, 2013

    · Fixed issue where auto-session name was showing up in windows when user set setting to not show name.
    · Fixed: Don't pop up error message if sessionstore.js data file cannot be parsed (i.e. missing or corrupted) at browser startup.
    · Fixed: Fixed regression with being unable to remove closed windows from the closed windows list in SeaMonkey.
    · Fixed: When private browsing is set to start automatically in Firefox 20 and up, disable the save button since no windows can be saved anyway.
    · Fixed: When private browsing is set to start automatically in Firefox 20 and up, Session Manager would never initialize, causing the Session Manager session prompt to not display and the menu items and toolbar buttons not to appear.
    · Fixed: Fix error with trying to get width and height of closed windows when opening browser window after closing last window without exiting the browser (only if Session Manager is handling closed window list).
    · Fixed: When displaying error prompt window, display error stack trace.
    · Fixed: Issue with counting restored windows in newer branches of Firefox. This could cause window sessions to not be restored on startup.
    · Changed: Since close window event won't fire if menu bar is hidden (Firefox bug 827880), don't bother using it since we only really care about the last closed window.
    · Changed: When restoring from a backup or crash and user doesn't restore all the tabs in a window session, don't make the resulting loaded window a window session to prevent overwriting the original window session.
    · de locale completed



    What's new in Session Manager for Firefox 0.7.9.4:

    January 9th, 2013

    · Fixed error that caused sessions to not be saved if option to "Treat closing last open browser window as shutting down" is checked. Work around Firefox bug 827880, window "close" event never being called.
    · Fixed error that cause Session Manager not to work in SeaMonkey.
    · Fixed error with de (German) locale that prevented Session Manager from working.



    What's new in Session Manager for Firefox 0.7.9.3:

    January 8th, 2013

    · Removed support for Gecko 9 (Firefox 9 and SeaMonkey 2.6) and earlier. Working around bugs in and testing with old versions of Firefox/SeaMonkey is a pain and only a handful of people use them. It also limits functionality I can add. Technically things should still primarily work in older versions if you want to force compatibility, but I removed bug work arounds so some things might not work. In any case I won't support versions older than Gecko 10, though really everyone should use the latest release version.
    · Added support for Per-Window Private Browsing in Firefox 20 and up. Private Windows will never be saved and won't show up in the Session Manager window when saving.
    · Added support for Firefox's asynchronous reading of sessionstore.js in Firefox 20 and up. See Firefox bug 532150. This also works around Firefox bug 824107, which should be fixed shortly anyway.
    · Fixed Bug 25270- When restarting, and old browser start preference is set to show windows and tabs from last time, but Session Manager is handling startup. Make sure to show restart prompt if warnOnPrompt is set.
    · Removed work around for Firefox bug 619249 since I haven't seen it in a long time. Also removed work around for Firefox bug 461634 as no longer support version of Firefox where that bug exists.
    · Firefox 20 and up opens a window on a crash in front of Session Manager's window, so hide Session Manager items from that window and keep Session Manager crash prompt on top until user takes action to dismiss the Session Manager window.
    · No longer modifies browser startup preference on shutdown if Session Manager is being disabled or uninstalled.
    · Now "gracefully" recovers when Session Manager is enabled or re-installed and browser is set to restore window and tabs, but Session Manager is handling startup.
    · Removed preference for working around the old Mozilla Addon SDK bug as simply loading scripts after the tree fixes it without causing problems with Roboform.
    · Don't start backup timer until after user takes action on crash or session prompt to prevent deleting old backup sessions before user can select them.
    · Changes to logging to hopefully increase speed when logging is disabled and also log more relevant data.
    · Corrected error in De locale



    What's new in Session Manager for Firefox 0.7.9.2:

    December 15th, 2012

    · Updated Session Manager to detect when system is no longer idle in Firefox 16 and up. This was causing Session Manager to perform its background processing when the system was not idle.
    · Empty tab groups (ones with no tabs in them) are removed when saving/loading sessions. This can happen if the user selects specific tabs to save/load.
    · When merging sessions into the same window, tab groups with the same name will be merged. Unnamed groups will not be merged.
    · When merging sessions into the same window causes tab groups to overlap in the tab group view, tile the tab groups so they are all visible.
    · Log when Session Manager is disabled because not initialized or hidden window loads.
    · Log when browser history is set to be cleared on shutdown.
    · Added gl-ES locale and updated existing locales



    What's new in Session Manager for Firefox 0.7.9.1:

    September 25th, 2012

    · Fixed issue where Session Manager's crash recovery handling would not work if user set the browser to clear the browser history on exit.
    · Fix for wrong EOL character being used in OS X.
    · Changed the keyboard modifier for opening selected window/tabs in Session Manager load session menu from CTRL+click to ALT+click.
    · Added ability to select multiple tabs in Session Manager load session menu by using CTRL+click and/or Shift+click combinations. Use the toggle selection button to toggle the checkmarks for the selected rows.
    · Added "extensions.{1280606b-2510-4fe0-97ef-9b5a22eafe30}.work_around_mozilla_addon_sdk_bug" preference to allow user to disable the early loading of the Session Prompt window and load it like it did prior to 0.7.9.
    · Log private browsing autostart setting.



    What's new in Session Manager for Firefox 0.7.9:

    May 31st, 2012

    · Removed support for Firefox 3.6. Sorry, but Mozilla isn't supported it anymore and neither am I. If you are using it, you really should upgrade.
    · Fixed issue in SeaMonkey where save window would have extra tabs in a newly opened window if there was more than one tab set as the home page.
    · Fixed issue in SeaMonkey where the favicon would frequently be missing for tabs with a favicon.
    · Work around for bug in Mozilla Add-on SDK (bug 752631) which causes Session Manager session prompt window to be blank at browser startup in some cases.
    · Don't do window processing for hidden window (please check that non-browser window Session Manager menus still work on OS X).



    What's new in Session Manager for Firefox 0.7.8.1:

    November 8th, 2011

    · Fixed regression in 0.7.8 with auto-save sessions not loading on startup when user chooses to restore previous browsing session.



    What's new in Session Manager for Firefox 0.7.7:

    September 28th, 2011

    Additions:

    · Session Manager now displays in the Firefox Tools menu on Macs (OS X) when no browser windows are open.
    · Option to cache session data on disk. When enabled Session Manager will create and maintain a sessionmanager.sqlite file in the browser profile folder. The file contains basic information about the session (name, group, etc) as well as the tab titles and urls of all the tabs in the session. Things like cookies, form data, etc are NOT store in this cache file. The cache file allows quickly searching for titles and urls in sessions as well as doing other actions that require quickly looking up all titles and urls in sessions. When disabled, the cache file is deleted and searching inside sessions won't work. There is also a refresh button which will rebuild the cache in case it gets out of sync somehow (which should never happen).
    · Added ability to search sessions for titles and url of tabs (including tab history). Only works if the cache option is checked in the Session Manager advanced options.
    · Preference to allow user to save sessions with the same name as one from an existing session. In other words, this allows duplicate session names.
    · Option to display session manager menus in a submenu or not. The option change takes effect immediately in all browser except Firefox 3.6.
    · The option to change the "browser.sessionstore.restore_hidden_tabs" preference is now available in the Saving and Restoring options window in Firefox 6 and up.
    · Ability to delete Deleted Sessions by control right clicking and restoring without closing menu by middle clicking.
    · Added an option to backup the current session periodically. The setting that controls the number of backup sessions to keep applies here as well.
    · Keyboard shortcut for opening session folder.

    Fixes:

    · Fixed the Clear Privacy functionality for Session Manager in SeaMonkey.
    · Fixed an issue where renaming a session, sometimes the old session name would still show in the Session Manager window along with the new name.
    · Fixed bug 23929 - Autosave and window sessions open when entering private browsing mode, will be restored when exiting private browsing mode.
    · Fixed a number of other issues with going into private browsing mode with window sessions open. Namely that the window sessions would still show as being open although they weren't and that the window sessions were not always saved.
    · Fixed issue where if shutting down with an autosave session open and Session Manager is set to prompt with last session pre-selected at startup, it would select an older backup session.
    · Fixed issue where pre-selected session in Session Manager window at startup might not be visible. The window will now scroll to the pre-selected session.
    · Fixed regression with restoring window sessions when loading backup or crashed session at startup.
    · Fixed issue where context menus would break when certain specific add-ons (and only those add-ons) are installed in Firefox 4 and up.
    · When removing items from closed menu correctly hide unused items.
    · Right clicking closed window/tab menu items was incorrectly restoring them.
    · Worked around issue where if the option to treat closing the last browser window as shutting down as set and the option to prompt for a session at start up, then if the browser restored the previous window, the selected tab would change to "about:blank".
    · If user goes into private browsing mode with an active window and/or auto session open and then changes that session's group, use that group when the session is restored after the user exits private browsing mode instead of the old group.
    · If user goes into private browsing mode with an active window and/or auto session open and then deletes the session file or renames it, don't restore that session when exiting private browsing mode or restarting the browser.
    · Issue where autosave checkbox wouldn't update correctly in save window when the "...replace the existing session name with the one in the text box" option was selected.
    · If user quits browser with autosave and window sessions opened and then when prompted at startup, chooses to resume the autosave session, the window sessions were now resumed as well. This matches the way it works when restoring a non-autosave backup session.
    · Issue where renaming of a session set to resume on startup, could result in that session no longer being resumed.
    · Logging level of "Error" was missing from the Logging options page and was disabled by default, meaning errors weren't logged. It has been added to the Logging options page and enabled it by default (when logging is enabled).
    · Renaming or deleting a group named "Backup Sessions" will no longer affect sessions in the fixed "Backup Sessions" group. A user created "Backup Sessions" should never exist, but fixed this in case user somehow manages to create one.
    · In SeaMonkey, undo submenu or items would not display in Session Manager toolbar button menu, if closed menu was removed from toolbar.
    · When searching, the selected session will remain selected as long as that session is in the search results. Multiple selection of sessions are cleared when searching (deleting only).
    · Fixed label in restore column showing wrong value at times.
    · Don't disable accept button when clicking window/tab tree when not saving.
    · Bug 24245 - Don't restore app tabs at startup if option is set not to and user starts browser by opening a web page from an external application.
    · Fixed issue with Windows and tabs in Session Manager save window getting out of sync in SeaMonkey when opening tabs and windows.
    · Fixed issue with tab labels not always getting set in Session Manager save window in SeaMonkey when opening tabs and windows.
    · When saving windows, Session Manager window is no longer modal. Make sure to keep track of the window you are saving since the Session Manager window can now lose focus.
    · Fixed issue where startup processing would halt if there were no sessions.
    · Fixed an issue when caching session files into memory which could cause the timer used to cache sessions to be garbage collected and stop firing. This would cause Session Manager's startup processing to fail to complete.

    Changes:

    · Under direction from Mozilla, I removed an insecure method of reading sessions saved under older versions of Session Manager. This may cause any sessions saved under Session Manager 0.6.3.5 and earlier to fail. Session Manager will try and correct these files, but if it can't you will need to load them under version 0.7.6.1 and resave them.
    · The "leave this window open" checkbox is now saved on a per-mode (save, load, etc) basis.
    · Options and Open Session Folder menu items now display at the top of the menu when the Session Manager menu items are not displayed in a submenu.
    · Don't allow naming a session with the same name that is used for backup sessions.
    · The caching process at startup is now done sequentially instead of simultaneously. This should cut down on the disk thrashing when starting the browser with a lot of sessions.
    · Added some changes to the encryption change processing to make it more efficient and user friendly.
    · Previously if the user tried to exit the browser while an encryption change was in progress, Session Manager would put up a warning tell the user to wait and prevent the shut down. That's not very user friendly. Now the encryption change processing will halt when the browser shuts down and resume when it's started again. This also has the effect of checking for sessions that are not encrypted or decrypted per the user preference and updating them accordingly.
    · Startup processing (memory caching, encryption checking and SQL disk cache maintenance) no longer occurs immediately after the browser windows have been loaded. Instead it will occur when the system has been idle for a 20 seconds or until 10 minutes has passed since the browser startup, which ever comes first. Also this processing is done every 24 hours when the system becomes idle.
    · When user enables logging to error console, enable the error console in Firefox and show Session Manager chrome errors.
    · In Firefox 8 and up, the preference to specify the number of concurrent tabs to load ("browser.sessionstore.max_concurrent_tabs") was replaced by a preference to restore tabs on demand ("browser.sessionstore.restore_on_demand"). This change is now reflected in the Session Manager options.
    · Session Manager will now save multiple replaced browsing sessions instead of just one. There is no limit on the the number of replaced sessions saved, but they will be removed when the browser is shut down.



    What's new in Session Manager for Firefox 0.7.6.1:

    August 11th, 2011

    · Fixed issue where Session Manager submenu was missing on Firefox for Mac



    What's new in Session Manager for Firefox 0.7.6:

    August 3rd, 2011

    Additions:

    · Added the do_not_color_toolbar_button hidden, logging_to_console, update_message and allowNamedReplace hidden preferences to options window.
    · Added option to not overwrite app tabs when loading sessions. This does not apply when loading the previous browsing or crashed session at startup since the app tabs are already in those sessions. Be careful using this as it could result in the app tab duplicating if loaded session contains the same app tab.
    · Added option to hide icon from menu item in tools and app menu.
    · Added name and url of last closed tab to undo toolbar button.
    · Added Greek and Slovenian locales

    Fixes:

    · Fixed issue that could prevent the "Save and restore at startup" button from appearing at shutdown.
    · Fixed issue where open window sessions at the time of a crash would not be saved if user chose to not restore the crashed session.
    · Update options window if preferences are changed while window is open.
    · Changed the tools and app menu icon so it should display correctly in OS X.
    · Fixed potential issue that could occur when importing settings saved under an older version of Session Manager.
    · When appending tabs to a window, attempt to keep tab grouping. Might not always work since Firefox's grouping functionality doesn't use session data.
    · Fix for potential compatibility issue with Firefox 7. The change to Firefox 7 might be reverted before it is released, but I fixed my code anyway.
    · Update toolbar button tooltips when leaving tab groups UI.
    · When opening multiple windows at startup (for example clicking a link in another program), don't overwrite the additional windows when loading a session at startup.
    · Restore autosave and window sessions loaded from previous browsing session at startup.
    · Prevent multiple session prompts from displaying at startup.
    · Fixed issue where session backup files may not be removed if user chooses to not save any backup files.

    Changes:

    · Updated text in save window to indicate that right clicking on an existing session will display that session's contents.
    · When deleting part of a session show different confirmation prompt then when deleting entire session.
    · Updated text in delete window to indicate that individual tabs can be deleted from sessions.
    · Moved all menu items that open the Session Manager session window to a sub-group. In Firefox 4 and up, clicking the group name itself opens the load window.
    · Attempt to use safe file writing at all times, if possible. This should prevent any possibility of corrupting existing sessions when overwriting them.

    Removed:

    · Removed support for Firefox 3.5 and SeaMonkey 2.0. APIs that are required by Session Manager are not in these versions and they aren't supported by Mozilla any way.
    · Removed Cache Fixer since it tends to corrupt the cache file data which can cause Firefox to crash. See Firefox bug 529733, specifically comment 37.



    What's new in Session Manager for Firefox 0.7.5:

    March 21st, 2011

    · Fixed issued where backup sessions might not be created successfully on shutdown.
    · Fixed issued in SeaMonkey where user could not restore closed tabs/windows if Session Manager toolbar was not visible.
    · Added tooltip and URL in status bar (or Firefox 4 status popup) when hovering over closed tab toolbar button and closed tab menu items.



    What's new in Session Manager for Firefox 0.7.4:

    February 10th, 2011

    · Fixed issue where Clear Private Data check box list would not expand properly if it was collapsed when the window was first opened.
    · Minor tweaks to SeaMonkey toolbar icon sizes.
    · Updated de and sk locales.



    What's new in Session Manager for Firefox 0.7.2:

    February 7th, 2011

    · Fixed issue with browser window moving to first monitor in a multi-monitor setup.
    · Fixed conflicts with other add-ons overlaying the clear private data window.
    · Fixed issue with titlebar getting resized in Firefox 4 under Windows Vista and 7 when tabs were displayed in the titlbar.
    · Fixed regression bug where when using the "Clear Private Data" functionality to remove Session Manager sessions, would delete all sessions regardless of the "Age" setting selected.
    · When using the "Clear Private Data" functionality to clear Session Manager sessions and selecting an "Age", also remove deleted sessions.
    · If there is an I/O error, put name of file or path in the alert box.
    · Fixed some scaling issues with the toolbar icons in Firefox 4. They aren't perfect, but they're better than what was previously displayed.



    What's new in Session Manager for Firefox 0.7.1:

    February 4th, 2011

    · Fixed bug introduced in 0.7 when checking to see if user specified session folder is a directory. Would only cause a problem if user specified a file as the user specified session folder.
    · Fixed issue where continuous errors would popup if user specified a session folder path that did not exist and could not be created. Session Manager will put up a one time error in this case and then use the default session folder.



    What's new in Session Manager for Firefox 0.6.9.3:

    November 19th, 2010

    · Fixed issue with Session Manager toolbar and options window not displaying correctly when Modern Theme is used in SeaMonkey.



    What's new in Session Manager for Firefox 0.6.9:

    October 13th, 2010

    Additions:
    · Allow user to choose tabs to save for "Save Window".
    · Added a "Keep Session Manager window open" check box and only keep the session manager window open if it's checked. The check box is "sticky", so it will default to whatever it was last time the window closed.
    · Added option to use Firefox's crash prompt.
    · Added a reset warning option to reset the warnings that people chose to "not show again".
    · Added ability to import/export settings.
    · Added support for hot keys. These can be set in the General options preference. Hot keys are required to use at least one modifier if CTRL is used, otherwise more than one modifier is required. Note that hot keys may not work if the hot key sequence is already being used by the browser or other add-ons. Session Manager has no way of checking for this so there won't be any warnings if you enter a hot key that's already in use.
    · Added separate clear closed tabs and clear closed windows menu items. They are only visible if there are both closed tabs and closed windows in the closed list.
    · Added indicator in windows/tabs tree to show which tabs are hidden and what groups they are in. Only works in Firefox 4.0b4 and up.
    · Show warning colors (yellow) and tooltip if permanent private browsing mode is enabled and user wants to backup sessions and/or restore the previous browsing session. Neither will work in permanent private browsing mode.
    · Added warning alert that saving and backing up sessions won't work if permanent private browsing mode is enabled. This can be disabled.
    · Allow restoring closed tabs by middle clicking on them. This will leave the menu closed menu open.
    · Show what tabs are hidden and in what groups (if any) in Firefox 4.0b4 and higher since with Tab Candy tabs may not be visible, but will still be saved.
    · Added option to save backups on browser restart. This was previously a hidden preference.
    · Allow user to use non-ASCII characters when saving. This allows filenames with non-English characters.

    Changes:
    · Removed all background thread processing from the add-on to prevent crashes. Use asynchronous read (all) and writes (Firefox 3.6 and up) are now used instead. This only affects the "change encryption" and "save crashed window session" processing.
    · Firefox 4 currently has a tendency to not return valid session data at shutdown so work around this by storing session data at quit-application-granted. This prevents backup and auto-save sessions from being corrupted when existing the browser using File->Exit.
    · Lessen the restrictions used to determine if a session is marked as corrupted. Sessions with no tabs are now considered "okay" since Firefox 4 can generate them currently. Though they probably aren't that useful.
    · Checking the "reload" option now causes Session Manager to bypass the browser cache on a load instead of actually doing a reload. This allows the features to work with the new cascading tab loading features in Minefield. It's also faster.
    · Hide the option to clear closed tabs in SeaMonkey 2.0.x since it doesn't work in that version.
    · Don't show use browser crash prompt in Firefox 3.0 since it doesn't work there.

    Fixes:
    · Fix for option to restore a closed tab using middle click not working in Minefield.
    · Fixed loading session at startup in Minefield.
    · Fixed issue with save prompt, where group name wouldn't clear when clicking on an existing session in a group and then typing in a different session name.
    · Fixed bug where saving window sessions when resuming from a crash would not work if encryption was enabled.
    · Fixed bug in "Cache Fixer" that was causing it not to work.
    · Fixed bug where closing the last open browser window under OS X wasn't saving either the currently open autosave session or a backup session.
    · Fix clearing all closed tabs at once under SeaMonkey 2.1 beta.
    · Prevent user from using invalid or O/S restricted file name when saving



    What's new in Session Manager for Firefox 0.6.8.3:

    July 28th, 2010

    · Fixed Bug 23047 - Needed to add a delay when reloading tabs not displaying the most recent history item.
    · When the rename window displays after right clicking on a session and choosing rename, focus on the text box in the window.



    What's new in Session Manager for Firefox 0.6.8:

    July 21st, 2010

    Additions:
    · When saving a session, the windows and tabs to save can be selected. Note that the way this currently works, is that the current session's windows and tabs, which update in real time, will display no matter what session is selected. To see the contents of existing sessions, right click on the existing session.
    · Cache sessions at startup using a background thread.
    · Donations link in Add-ons window in Firefox 3.6 and earlier.
    · Added hidden preference "extensions.{1280606b-2510-4fe0-97ef-9b5a22eafe30}.allowNamedReplace" which if set to true will cause double clicking a session name in the save window to the replace existing session, but use the default session name.

    Changes:
    · Compatibility updates for Firefox 4.0
    · Setting to "Reload all restored windows" now reloads instantly instead of waiting for session to load first.
    · Change the code that fixed the closed window list so that if the user cancels the master password prompt 3 times, it deletes the closed window list.
    · Only save temporary backup copy if user sets to resume last session. No longer save if set to prompt on startup.
    · SeaMonkey 2.1 fixes the bug that prevents closed tabs from being restored or deleted so don't hide close tab restoration preferences in SeaMonkey 2.1.
    · Starting with Firefox 4.0, sessions saved under Firefox 3.0 or earlier won't load, so sessions saved under Firefox 3.0 or earlier will be converted to the latest session format when Firefox 4.0 is run. Session Manager will make a backup copy of these sessions in a "Old_Format_Sessions" folder in the sessions folder. The new format sessions will load in Firefox 3.0, but not all items will be restored.
    · When restoring the previous browsing session or the last crashed browser session, window sessions that were open will be restored if their window is restored. Currently "window session" windows show as bolded italic.
    · Toolbar icons now have Firefox 4.0's disabled look.
    · The Session Window is now non-modal for everything except for saving a window, prompting on a crash and prompting at startup. The window will now remain open until specifically canceled (closed). In addition the functionality of the window can be changed from the window itself.
    · Changed preference branch from extensions.sessionmanager.* to extensions.{1280606b-2510-4fe0-97ef-9b5a22eafe30}.* (Session Manager's GUID). Old preferences will be migrated over.
    · Operating System is now logged so I don't have to keep asking people what O.S. they are using when looking at log files.
    · Fade out Session Manager toolbar icon, but not drop down arrow when in private browsing mode to indicate that saving is disabled.
    · When saving, selecting a tab label or pressing enter when tab is selected, will fill the text box with that tab's label as a session name.
    · When saving, right clicking on an existing session will show you the contents of that session in a popup panel. Press esacpe or click outside the panel to close.
    · Gray out logging category check boxes when logging is disabled to indicate that the top checkbox controls all the others.
    · Locale changes: de-DE is now de, fr-FR is now fr, nl-NL is now nl.

    Fixes:
    · Added work around for Firefox bug 488587.
    · Fixed problem where location bar won't allow input on restart when only pop-up window remains (OS X only) - See Firefox bug 519099.
    · When changing encryption only put one one error alert, no matter how many fail.
    · Fix issue with load window height growing taller every time it is closed with the windows/tabs list open.
    · Fixed issue where 1 old backup would be saved if user set to save 0 old backups and also set to not backup sessions.
    · No longer get errors when trying to save sessions with an * in the name (at least under Windows).
    · Try to work around error that occurs when SessionStore is prevented from initializing correctly by another addon.
    · Fix regression compatibility issue with Tab Mix Plus's Single Window mode.
    · Fix issue where undo button might not be enabled when there were closed windows or tabs available on Firefox startup.
    · Try to prevent the session prompt window from opening off-screen.
    · Also try to keep the session prompt window from enlarging off-screen.
    · Finally make sure user doesn't resize the session prompt window too small to show the dialog buttons.
    · Groups with special regular expression characters in them will no longer prevent the session prompt (load, save, etc) from displaying.
    · Groups with ^ character in them will be displayed correctly.
    · Don't adjust the window aspect ratio when loading a window if multiple monitors are detected.
    · Fixed bug with registering for Tab Events (using wrong XUL object which doesn't work in Firefox 4.0).
    · Exception no longer thrown when browser shuts down with multiple windows open in nightly Minefield loads. This was causing session backups to not save.
    · Some positioning issues with toolbar icons in Seamonkey's Modern theme.
    · Window sessions that were opened when the browser crashed are now saved in the case where the user chooses not to restore the crashed session or chooses to restore specific windows and tabs in the crashed session.
    · Fixed bug 22805: Extra window no longer opens when specifying a session name on the browser command prompt and the "replace existing windows" setting is disabled.
    · Session/Crash prompt appearing at browser startup is now centered and sized correctly.
    · Window sessions saved at browser shutdown, will now always save the correct screen width and height. Previously there was a chance of this being saved as "null".
    · Issue with backup sessions's group name not being visible when selected.
    · Fixed bug where window sessions saved when restoring from a crash were changed into regular auto-save sessions.
    · When saving, Append button is now disabled when Replace button is disabled.
    · Session List no longer grows when unchecking auto save check box.
    · Fixed issues with SeaMonkey: that session names weren't showing in title bar, the new save session window wasn't working and a few other errors that prevented window sessions from working.
    · Switched to using lazy getters instead of constants to allow D2D to be enabled in Firefox 4.0.
    · Work around high CPU usage issue with Session Manager window open in Firefox 3.6 and up.
    · Fixed Bug 22980 - Checking auto-save checkbox with keyboard doesn't unhide autosave time textbox.
    · Fixed Bug 22981 - If option is set to load last browser session set and auto-save session was open when browser was shut down, then old session wasn't restored.
    · Lots of fixes to logging.

    Removals:
    · Do to new Mozilla Add-on policies, removed settings that allowed users to save sessions and windows when in private browsing mode. See the following link for details: http://blog.mozilla.com/addons/2010/02/23/private-browsing-support-required-for-add-ons/



    What's new in Session Manager for Firefox 0.6.7.4:

    December 15th, 2009

    · Fixed issue where the header in session files saved after a crash (backup or autosave) could become corrupted.
    · Fixed error prompts that should have appeared on a Session or I/O error.
    · Fixed file naming issue where a space could end up being a "_". This could cause a session to duplicate in extremely rare cases.



    What's new in Session Manager for Firefox 0.6.7.3:

    November 13th, 2009

    · Fixed the following locales which were broken in 0.6.7.1 and 0.6.7.2: ca, da-DK, fi-FI, it-IT, lt-LT, mk-MK, sr-RS, tr-TR



    What's new in Session Manager for Firefox 0.6.7:

    November 4th, 2009

    · Added: Window Sessions -- create by saving a window and checking the auto-save checkbox
    · Added: Ability to append the current session or window to an existing session when saving via the save window - see documentation.
    · Added: Ability to delete specified tabs from an existing session - see documentation.
    · Added: Ability to load session(s) by specifying the session file name(s) on command line or by "opening" .session files from explorer (or other O/S equivalent) as long as .session files are associated with the browser.
    · Added: Option to save sessions in private browsing mode, only if encryption is enabled.
    · Added "extensions.sessionmanager.backup_on_restart" hidden preference which if set to true, causes Session Manager to create a backup session on a browser restart.
    · Added: Logging code to help with debugging.
    · Added: Save screen width and height in session file and when a restore is done, adjust the window to the current screen size.
    · Added: Right click menu item to abandon or close open auto and window sessions.
    · Added: Add option as to where in titlebar (if anywhere) to display active session name.
    · Fixed: Bug 21774 - Added tooltip for session and undo tabs and windows names.
    · Fixed: Issue with session manager throwing exception when backing up sessions when Mr Tech Toolkit is installed and set to close all child windows when main window is closed.
    · Fixed: Issues where Session Manager could overwrite existing tabs on startup if tab mix plus's single window mode was active.
    · Fixed: Toolbar icons in SeaMonkey. SeaMonkey doesn't use the same size icons as Firefox.
    · Fixed: If session file header was corrupt and session data was encrypted, the session might not decrypt correctly.
    · Fixed: Error with converting old sessionmanager 0.4.2 format to new format (was leaving off {} around session data).
    · Fixed: Issue when closing last window under OS X not saving session.
    · Fixed: Don't display a "-" in the title bar when an auto-save session isn't loaded.
    · Fixed: Works with latest trunk loads.
    · Changed: The "Treat closing last open browser window as shutting down" option will now be set by default under OS X.
    · Changed: Allow saving of a "window session" with only one window open, to allow creating a window session with only one window open.
    · Changed: Optimized the displaying of the closed window and tab list and the shutdown processing.
    · Changed: Don't display already loaded auto and window sessions in "Load" window.
    · Changed: Always load in a new window if the "Load (Append to Current Session)" right click menu item is used.
    · Changed: The Session Manager quit prompt now overrides the built in browser quit prompt. It also now contains a cancel button to cancel shut down. In Firefox 3.0 and 3.5 closing the last browser window puts up a "close tab" prompt which Session Manager does not override. In Firefox 3.6 and above, closing the last browser window will put up a quit prompt, which session manager will override.
    · Changed: When reloading tabs, only reload web pages (http:// and https://). This prevents issues caused by reloading chrome pages.
    · Changed: Move the rename, delete and group menu items to top of Session Manager menu and put a seperator between it and any auto-save or window menu items.
    · Updated: Locales



    What's new in Session Manager for Firefox 0.6.6.2:

    July 8th, 2009

    · Fixed: Bug 21145 - Session Manager will now remember the previous browser startup option when Session Manager is selected to prompt or load a session at startup. Thus if the user had previously selected to show the home page at startup and then chose to use Session Manager, the home page would still display when opening new windows and if the user cancels the session prompt at startup. This is how things worked prior to 0.6.6.
    · Fixed: Bug 21148 - No longer overrides the built in String.trim function in Firefox 3.5.
    · Fixed: Minor issue with Session Manager's option window when the browser.preferences.instantApply is set to true.
    · Fixed: No longer displays a second session prompt, if the user cancels the crash prompt.
    · Fixed: If the browser crashed just as an update was about to be installed and Session Manager was set to prompt for a session, the update message page would not display. This has been fixed.
    · Update: Don't display both loaded session and browser home page in SeaMonkey.
    · Updated: Locales



    What's new in Session Manager for Firefox 0.6.6.1:

    June 29th, 2009

    · Fixed: Bug 20787 - error no longer occurs when opening closed window list (or Tools Session Manager menu) in Firefox 3.0 when encryption is enabled.
    · Fixed: Issue with the displaying of the undo items not being correctly enabled or disabled when using the built-in closed window list with both the closed window count and closed tab count set to 0.
    · Fixed: Error that happens when opening the session menu after adding/removing buttons from toolbar.
    · Fixed: Sanitize on shutdown for Firefox 3.5
    · Fixed: Sanitize preferences for Firefox 3.5
    · Fixed: Height of clear recent history window so we can see our checkbox.
    · Added: Confirmation box when checking Session Manager check box in Clear Recent History window.



    What's new in Session Manager for Firefox 0.6.6:

    June 24th, 2009

    Removals:

    · Removed support for Firefox
    · As of this release, Session Manager only supports the Mozilla 1.9 and above branches of the Mozilla code. This includes Firefox 3 and above (as well as any browser based on those versions) and SeaMonkey 2.0.

    Additions:

    · Firefox 3.5 now has a built-in closed window list.
    · The closed window list now displays the favicon of first tab in the closed window.
    · The closed window list now displays the number of tabs in the closed window in parenthesis.
    Added previously hidden preferences to options window:
    · "Open session as tab in current window" - When enabled, sessions will default to opening as tabs in the existing window instead of opening in a window. This basically works like Tab Mix Plus's single window mode, except that it doesn't preventing opening new windows and can be overridden by the key modifier or right click menu items. Warming: this differs slightly from the way this preference used to work in 0.6.5.
    · "Treat closing last window as shutdown" - When enabled, Sesson Manager will treat closing the last browser window as if the browser has shut down, even if the browser process has not exitted. Basically this causes Session Manager to do it's backup processing if all browser windows are closed, but the browser does not exit. OS X users may want to check this since Firefox continues to run on OS X even after all browser windows are closed.
    · There is now an option to append to the current window in the "Load Session..." window. This will load the session as tabs in the existing window.
    · Added a hidden preference "extensions.sessionmanager.update_message" which defaults to "true". When set to false, Session Manager will never display the documentation page after an update. I only have Session Manager do this if the documentation changes, so I recommend leaving this set to "true".
    · Added option to pre-select the last backed up session when prompting for a session at startup. This allows the last session to be loaded by simplying clicking load or hitting enter at the prompt, instead of having to manually select the session first.
    · When the browser is shut down while in private browsing mode, Session Manager will now back up the session that existed prior to entering private browsing mode. If the browser started in private browing mode, nothing is backed up.
    · Added Session Manager startup options to browser startup options window.
    · Officially compatible with Flock.
    · Added ca, uk-UA and sr-RS locales. Not all translations have been updated.

    Fixes:
    · Backup sessions now obey the Session Manager persistance options with respect to saving closed tabs and windows.
    · Can now open URLs from the command line in SeaMonkey when Session Manager is set to prompt for sessions.
    · Tweaks to keep advanced pane from opening too small and for the select session session menu from being too wide in the options window.
    · Changed the way favicons are displayed in undo list for SSL pages to prevent triggering an error box if the SSL certificate is invalid. This can result in the favicon not being displayed if it is no longer cached.
    · Fix for issue with wrong tab being selected at browser startup in Firefox 3.5 when restoring windows and tabs from previous session.
    · Made "tick" marks in session load window easier to see when the tab row is selected.
    · Fixed issue with backing up sessions when entering private browsing mode.

    Changes:
    · Session Manager now defaults to saving and restoring closed tabs and windows.
    · The undo menu now crops text in the center instead of at the end.
    · Replaced "folder" icon with "window" icons in tab tree in the session load window. This matches the change in Firefox 3.5.



    What's new in Session Manager for Firefox 0.6.5:

    May 4th, 2009

    · Fix: Now really works correctly in Firefox 2.0.0.20 again (though I don't recommend using Firefox 2.0.0.20).
    · Fix: Closed tabs can be removed in Firefox 3.5b4.
    · Fix: If the user starts the browser by clicking on a link in another program and then selects to load a session with multiple windows when prompted at startup, don't automatically combine all the windows into a single window.
    · Fix: Closed tabs can now be restored when loading a session at browser start without overwriting existing tabs.
    · Change: Session labels in the session manager menu are now cropped in the center instead of the end.
    · Change: When Firefox is restarted, any active auto-save sessions are saved to the session file.
    · Change: Worked around Firefox bug 487219 in Firefox 3.5b4 by restoring any active auto-save session that isn't automatically loaded when Firefox restarts.
    · Change: In the "Clear Recent History" window, the checkbox to clear Session Manager saved session was moved into the Details area in Firefox 3.5.
    · Addition: Added a hideable column to display the URL for tabs in session prompt window.
    · Addition: Added prompt when overwriting sessions
    · Addition: Added hidden preference "extensions.sessionmanager.append_by_default". If this is set to true and the "Replace Existing Windows" option is checked, then loaded session will be appended to the current window instead of replacing all existing windows. Basically Session Manager will behave as if the user held down the CTRL key when loading the session. See http://sessionmanager.mozdev.org/documentation.html#restoring.



    What's new in Session Manager for Firefox 0.6.4.6:

    April 2nd, 2009

    · Session Manager now works in Firefox 2.0.0.20 again (broke in 0.6.4.5) - I recommend updating to Firefox 3.0.x since I'm going to stop officially supporting Firefox 2.0.0.20 when Firefox 3.5 comes out.
    · Updated pl-PL locale



    What's new in Session Manager for Firefox 0.6.4.5:

    April 1st, 2009

    · Fix: Workaround for Firefox bug 485563 - can now load sessions that contain certain specific unicode characters
    · Fix: Workaround issue with being able to remove tabs from the closed tabs lists in Minefield 3.6a1pre until fix for Firefox bug 461634 is implemented.
    · Enhancement: Added buttons to select all tabs, no tabs or invert selection of the tabs in the session prompt window.
    · Enhancement: When displaying the session prompt on browser start up (crash recovery or prompt) move the window so that it will display fulling on screen.



    What's new in Session Manager for Firefox 0.6.4.4:

    March 18th, 2009

    · Fix: Session backups are now created correctly in Firefox 3.1b3 if the browser is set to clear visited pages at shutdown.
    · Fix: Fix some issues with resizing the session prompt window.
    · Fix: Minor incompatibility with Tab Mix Plus's Single Window mode corrected.
    · Enhancement: Allow OS X users to use Command key instead of CTRL key when clicking on tab names and window folders in session prompt window.
    · Enhancement: Add ability to restore a single window by CTRL or Command clicking the window container in session prompt window.



    What's new in Session Manager for Firefox 0.6.4.3:

    March 3rd, 2009

    · Fix: Bug 20614 - Don't force user to enter master password if there is no encrypted closed window data.
    · To prevent data corruption, 0.6.4.2 needs to convert any encrypted closed window and session data to a new format right after it is installed. This triggers a prompt for the master password, if it is set in the browser. Session Manager incorrectly triggered this prompt even if there was no encrypted data. This has been fixed for 0.6.4.3. As the prompt only appeared once after installing 0.6.4.2, this fix will only affect people who have not installed 0.6.4.2.
    · Fix: The tab list will now display tabs' favicons for sessions saved under Firefox 2.0 and 3.0.
    · Fix: Forgot to add the session prompt folder icons for SeaMonkey 2.0.
    · Enhancement: The session prompt window will now remember the tab tree height in addition to the session tree height.
    · Enhancement: Prevent the user from shrinking the session prompt window such that the dialog buttons are no longer visible.



    What's new in Session Manager for Firefox 0.6.4.2:

    February 28th, 2009

    · Fix: Bug 20599 - Users will no longer receive "JSON.stringify" errors in Firefox 3.0.6 when certain extensions are installed.
    · Fix: Bug 20597 - If encryption is enabled, sessions created in 0.6.4 will be corrupt they contain unicode data. This has been fixed. The first time the session list is displayed, old session files will need to be re-encoded to prevent to allow them to be decrypted correctly. If you have a lot of sessions, this will cause a brief to moderate delay depending on CPU speed. It will only occur once so please allow it to complete.
    · Update: Updated locales.



    What's new in Session Manager for Firefox 0.6.4:

    February 23rd, 2009

    · Add: Ability to open the Session Prompt window and load specified tabs on demand. Use the new "Load Session..." menu item.
    · Add: Official support for SeaMonkey 2.0a3. Note, Session Manager will only work in SeaMonkey 2.0, not 1.x.
    · Fix: Imported sessions will obey the encryption setting.
    · Fix: Grouping will no longer be lost when replacing a session using the right click "Replace Session" menu item.
    · Fix: The session prompt window will now display icons when using themes.
    · Fix: File->Exit now works again in Firefox 2.0 (broken in version 0.6.3.5).
    · Fix: Fixed memory leak that could occur when opening Firefox options.
    · Enhancement: Use native JSON encoding/decoding functions in Firefox 3.1 and above. This should speed up session processing.



    What's new in Session Manager for Firefox 0.6.3.5:

    February 11th, 2009

    · There is now an option to no longer be prompted when deleting sessions via the right click menu.
    · Fixed the allowNamedReplace userChrome.js feature I broken in a recent version. Requires userChrome extension.
    · No longer uses eval(). See http://adblockplus.org/blog/five-wrong-reasons-to-use-eval-in-an-extension



    What's new in Session Manager for Firefox 0.6.3.4:

    February 8th, 2009

    · Trying to import sessions was improperly displaying the window/tab selection pane which caused errors. The window/tab selection pane should no longer display when multiple sessions can be selected.
    · Updated locales



    What's new in Session Manager for Firefox 0.6.3.3:

    February 3rd, 2009

    · Auto-save sessions will no longer lose their grouping and save periodicity when performing certain actions.
    · Loaded auto-save sessions will be properly removed, when the group they are in is deleted.



    What's new in Session Manager for Firefox 0.6.3.2:

    January 22nd, 2009

    · The options window will now be sized correctly in Firefox 2.0.0.20



    What's new in Session Manager for Firefox 0.6.3.1:

    January 21st, 2009

    · Selecting an encrypted session to load in the session prompt window will no longer give an error (unless the master password is not entered).
    · Fixed issue where user could potentially be allowed to select blank rows in the window/tab list.



    What's new in Session Manager for Firefox 0.6.3:

    January 20th, 2009

    · Converted the Session Prompt list into a tree which allows the width of the columns to be resized and the columns can be hidden using the column picker tool. The column widths and hidden columns are persistent.
    · The sort feature is now a three way sort (normal, ascending, descending). Also selected items will remain selected when sorting.
    · Added the ability to choose which tabs to restore when recovering from a crash or when prompting for a session at start up. In the future the ability to choose tabs will be added to normal loads as well.
    · Added a requested "only saved encrypted" feature which will prevent any unencrypted data from being saved. I don't recommend enabling this as it will cause Session Manager to discard sessions if the session cannot be encrypted. For example, if you don't enter your master password when prompted, nothing will be saved.
    · Added separate tool tips to the toolbar buttons and drop down markers.
    · Groups will now display in alphabetical order at the top of the session list in the session manager menu.
    · Auto save sessions can now be set up to save periodically on their own, in addition to the current triggers listed on the documentation page.
    · When displaying the session list, if a session is determined to be corrupt it will be moved to a "Corrupt_Sessions" folder inside the sessions folder.
    · Clicking the middle mouse button on the save session button will once again save the window, instead of the session. This broke at some point, but is working again. This only works if more than one browser window is open, otherwise it just saves the session (one window).



    What's new in Session Manager for Firefox 0.6.2.9:

    December 20th, 2008

    Fixed 2 bugs in 0.6.2.8 the release:

    · Attempting to replace a session, by using the menu item displayed when right clicking on a session, would generate an "aGroup is not defined" error. Bug 20363

    · The tabs field in the session prompt windows would truncate for sessions with more than 99 tabs if the scroll bar was visible. Bug 20361



    What's new in Session Manager for Firefox 0.6.2.8:

    December 16th, 2008

    · Sessions can now be grouped. See the documentation.
    · The Session prompt window has been updated to display the name, group, tab count and window count in separate columns. The list can be sorted by clicking on the column header. Clicking the header again will do an inverse sort.
    · Session Manager now only runs it's shut down processing when Firefox actually exits instead of when the last browser window is closed. Please see the documentation for the ramifications of this change. Setting the hidden preference "extensions.sessionmanager.shutdown_on_last_window_close" to true will undo these changes and make Session Manager behave the same way it did prior to 0.6.2.8.
    · If the user chooses the "Save and Quit" option from the Firefox shutdown prompt, then Session Manager won't give the option to save and restore since Firefox will already do so.



    What's new in Session Manager for Firefox 0.6.2.6:

    November 30th, 2008

    · Firefox 3.1 Privacy Mode (added in 3.1b2) now obeyed. Session Manager won't save any data while privacy mode is enabled. It will back up the current session upon entering privacy mode.
    · Updated to work with the updated "Clear Recent History" feature in Firefox 3.1.
    · Fixed bug 20194. Session Manager no longer allows the browser to get into a state where there is a single window open with the toolbars hidden as a result of a session restore operation. This can still happen if the user closes all windows except one with hidden toolbars.
    · Fixed bug 20281. Session Manager was not properly detecting when the user chose to use Firefox's "Save and Quit" when shutting down Firefox. As a result, if the option to prompt for a session on startup was enabled, there would be one prompt for every window that was opened on shutdown. Session Manager will no longer prompt for a session if the "Save and Quit" option is chosen at shutdown.



    What's new in Session Manager for Firefox 0.6.2.5:

    October 28th, 2008

    · Preliminary support for the yet to be implement Private Browsing mode in Firefox 3.1. Session Manager will not save anything while the browser is in Private Browsing mode. This includes closed windows and backup sessions.
    · Better method for determining if tabs should be reloaded or not. If the reload option is selected, tabs shuold only reload when a session is loaded.
    · Sometimes multiple sessions would show as latest (blue) in the menus. This has been fixed.
    · Some of the session popup menu items were enabled in conditions when they should not have disabled. This has been fixed.
    · Fixed issue where backups would not occur if there was only one window open with many tabs open and the first tab was "about:blank".
    · The window and tab count is now displayed for the current crashed session.
    · Importing Sessions from Tab Mix Plus will now use code in Tab Mix Plus to convert the session data. The result of this is that Session Mananager won't need to be updated when Tab Mix Plus's code changes.



    What's new in Session Manager for Firefox 0.6.2.4:

    October 22nd, 2008

    · Compatibility update to restore functionality when running with latest Firefox 3.1b2 nightlies.
    · Updated Tab Mix Plus session conversion routine with latest code from Tab Mix Plus.



    What's new in Session Manager for Firefox 0.6.2.3:

    September 9th, 2008

    · The "Save Sessions..." menu item will now display all the time and the "Save Current Window..." will only display when there is more than one window open. This is the opposite of how it worked starting with 0.6.2, but was changed to prevent confusion. Functionally there is no difference since with one window open "Save Session..." and "Save Current Window..." do the same thing.
    · The following translations are now complete: cs-CZ, da-DK, nl-NL, fi-FI, fr-FR, hu-HU, ja-JP, mk-MK, pl-PL, pt-PT, ro-RO, sk-SK, es-ES, sv-SE, tr-TR
    · The following translations are not yet complete: zh-CN, zh-TW, de-DE, it-IT, ko-KR, lt-LT, pt-BT, ru-RU, sr-YU

    · If you are interested in helping out with translations, please visit http://www.babelzilla.org/index.php?option=com_wts&Itemid=88&extension=4127&type=lang



    What's new in Session Manager for Firefox 0.6.2.2:

    September 5th, 2008

    · Fixed issue with some backup sessions showing up outside the backup sub-menu.
    · Fixed issue introduced in 0.6.2 that caused "(0)" to show up after some sessions and the loss of the numbers that appear before the session name.
    · Added help button to options.
    · Options to disable cache fixer functionality is now in the Advanced options pane.
    · Updated translations (some are still incomplete).




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM