F-Secure Freedome VPN 歷史版本列表
F-Secure Freedome VPN 是一個超級簡單的安全和在線隱私解決方案。保護自己免受黑客和有害應用程序的侵害,停止跟踪器,安全地連接到任何 Wi-Fi 熱點,並使用 F -Secure Freedome 虛擬設置您的位置。保護自己免受黑客,停止跟踪,並設置您的位置虛擬與 F -Secure Freedome VPN. 所有這些好處通過按一個按鈕:完整的隱私 Trackers,廣告客戶,... F-Secure Freedome VPN 軟體介紹更新時間:2018-10-23
更新細節:
What's new in this version:
Signal Desktop 1.17.0
- New colors for your incoming Android messages: Blue, Burlap, Crimson, Forest, Indigo, Plum, Steel, Taupe, Teal, Vermilion, Violet, and Wintergreen
- Startup performance improvements
- Animated GIFs that are larger than 6 megabytes are now supported
- Localization updates for Albanian, Catalan, Chinese, Finnish, French, German, Greek, Hebrew, Hindi, Italian, Japanese, Kannada, Khmer, Lithuanian, Norwegian, Persian, Portuguese, Romanian, Serbian, Spanish, and Turkish. We sincerely appreciate the volunteer translators whose efforts made this possible
Signal Desktop 1.16.3
- Fixed a bug that was preventing Signal from starting up for some users with a large conversation history
Signal Desktop 1.16.2
- Storage fixes
- Updated language strings for Estonian, Finnish, Italian, and Persian
Signal Desktop 1.16.1
- Message rendering improvements for better performance
- Shared contacts for users with a linked iOS device are easier to read
- Group conversations that are blocked on your mobile device will be blocked on Desktop too
- The list of supported languages has expanded to include Albanian, Esperanto, Estonian, Khmer, and Thai. We sincerely appreciate the volunteer translators whose efforts made this possible
Signal Desktop 1.16.0
- We optimized performance to fix the input lag that was affecting some users. Keystrokes should be instantaneous again, but occasional typing delays are still possible when you are thinking of the right thing to say
- The countdown timer icon is now displayed with the correct style and color in the iOS light and dark themes
- Updated language translations
Signal Desktop 1.15.5
Visuals:
- When iOS device has been linked, use iOS color scheme
- Conversation bubbles now better handle both large and small window sizes
- Quotes: Show warning if referenced message was not found
Performance:
- Give event loop a rest when queuing large numbers of messages from cache
- Fix issue which caused contact syncs to be continually reprocessed from cache
Dev:
- Add logging to help diagnose protocol handler false positives
- Only show 'upgrade is available' dialog if mainWindow is available
- Copy quoted message contents into quote on receipt
- Disable drag and drop if it's not a file attachment
Signal Desktop 1.15.4
Performance:
- Increase timeout for database operations, as users have been seeing timeouts
- Additional logging to track performance of database operations
- New indices and query updates to ensure indices are used for all queries
Visuals:
- Style the scrollbar in both light and dark themes
- Ensure that the scroll down button is always on top of conversation content
Dev:
- Properly flow errors back when errors happen during message processing or caching
- Use Base64 strings in temporary message cache instead of 'binary' encoding
- Eliminate write of config.json on exit of app, may be causing corruption
Signal Desktop 1.15.3
Visuals:
- Fixed: Visual attachment borders and overlays would show on top of safety number change banner
- Fixed: No-caption visual attachment metadata overlay was behind dark shading, making it hard to read
Signal Desktop 1.15.1
- Fixed: On some macOS machines, the light theme would render incorrectly
- Fixed: On an OS set to a right-to-left language, message bubbles were left-aligned
- Fixed: Incoming messages with errors would be shown as empty messages
- Fixed: SQLCipher migration of cached not-yet-processed messages did not preserve their data
Disappearing messages:
- Move expiring message time earlier if read sync has earlier time
- In partially-successful group send, don't start expire timer
Dev:
- Clean up any orphaned external files on start
- Ensure that a SQL command timeout results in an error
- On error handling cached message, log error then delete
Signal Desktop 1.15.0
Visual changes:
- New colors and message bubbles
- Unified theme
- Video playback updates
- Disappearing messages can now be enabled without first turning them on with a '1 day' duration
- The status of the last conversation message (if outgoing) is now shown in the left pane
- One-click access for replying to message
Media Gallery:
- Fixed: Wrong attachment would be saved from lightbox after left/right navigation
- Better handling of videos - thumbnail of video is now used
- Dark theme honored in all UI elements
- Icons shown for all if no thumbnail is available
Dev:
- New version 8 schema for messages: thumbnails and dimensions from image and video attachments, as well as a full-size video screenshot for use in conversation view
- Much of the application has been moved to React
- Dark theme rewritten from scratch
- New CSS is now using Block Element Modifier syntax (BEM)
- JSHint removed from project; ESLint now scans entire project
- _locales/en/messages.json is now included in jsprettier runs
- All backbone-related functionality removed from Style Guide
- Ensure set of Linux dev dependencies is complete in Contributing.md
- Introduce mandatory migration on startup, to minimum version 7
- Preserve migration state when deleting config due to failed login
- Conversation: store lastMessage/lastMessageStatus in memory only
- Moved to using window.log only for all browser-context logging, with new eslint rule to prevent direct use of console.log
- Full eslintification of files in libtextsecure to take advantage of new console.log rule
- Removed unnecessary and too-verbose console logging
- When making thumbnail for video attachment to be sent, we generate a 100x100 preview instead of taking a full screenshot of the video
Signal Desktop 1.14.4
- Fixed: Application does not start up on Linux w/tmp mounted as noexec
- Fixed: When attempting to record voice note with media permission disabled, popup would be blank
Signal Desktop 1.14.3
- Fixed: After upload, debug logs were not accessible
- Show error if debug log fails to upload
Signal Desktop 1.14.1
- Fixed: Changes to notification settings or menu hide setting would not be persisted
- Fixed: Settings window, debug log window, and permissions popup were not themed
- Fixed: When turning off disappearing messages timer, it would show 'to seconds' instead of 'to off'
- Fixed: Issue where error handling for incoming message would fail, resulting in no visible error
Signal Desktop 1.14.0
New:
- New setting: media permission. Desktop now shows a popup dialog when this permission is not granted and the recording for a voice message fails
- Auto-scroll to selected conversation when they reorder
Fixed:
- Conversation preview would sometimes show already-expired message
- Upon resume from sleep, notifications would show for already-read messages as they arrived
- About window didn't include version number
- Idle detector would never turn off, slowing down app
Dev:
- Minor documentation cleanup - bug templates, readme, etc
- Update conversation's last message whenever it is opened
- Add missing timer option localization strings
- Make all OS menus localizable
- Handle timer updates along with group updates
- Add 'newmessage' event handler to Conversation for reliability
- Debug log, settings and media permissions popup are all now in separate windows
- Pulled latest translations from Transifex
Signal Desktop 1.13.0
Fixed:
- Expire timer update would be sent even if change came from remote message
- It was impossible to send an attachment if we failed to create a thumbnail for it
- App would fail to start if user profile data is behind a junction
- Message detail screen errors were too narrow to see the complete message
Dev:
- Add link to terms of service and privacy policy in About window
- Additional defense-in-depth enhancements
- Update strings for fr/tr languages
- Readme: Clarify beta install instructions
Signal Desktop 1.12.1
- Fixed: In iOS theme, quoted links were white on white
- Ensure that a disappearing message timer change notification is always above initiating message
- Ensure that sent messages immediately take conversation's expire timer
Signal Desktop 1.12.0
- Update to Electron v2.0.1
- Fixed: Emoji with skin tone modifiers would show up as a square
- Fixed: A few visual problems with the contact detail screen
- Fixed: complex kernel versions were causing problems in linux
Dev:
- Add another Windows 7 dev setup requirement to contributing.md
- Various defense-in-depth enhancements
- Refactor api.js into web_api, which encapsulates all web access
- Move a number of dependences from bower to npm
- Enable a large set of new tslint rules
- Use React for all emojification in the app
- Print out main process logs if electron unit tests fail
- Move all forks to @scottnonnenberg-signal account
- Remove jscs from the project
- Remove unused code and templates
- Remove broken stylesheets symlink
Signal Desktop 1.11.0
- Feature: Receive contact
- Fixed: Sometimes clicks on quoted message wouldn't work
- Fixed: In dark theme, it was hard to see a message's triple-dot menu on hover
- Fixed: Unsupported image and video types were missing from media pane
- Fixed: On small screens, the media lightbox view would show media off-screen
- Notification improvements
- Improved behavior for notifications that are added and removed quickly
- Better handling of notifications that were read on a linked device
- Media Gallery: A number of small visual fixes
- Emoji pane: Can now dismiss it by pressing escape key
- Update translations
Dev:
- Windows 7: Use Electron-native notifications
- Better logging when we receive a read sync from a linked device
- Move to React for newlines, emoji, and links in message body
- Improve Logging For Disappearing Messages
- Prettier: Continue expanding its coverage of app
- Document Translations Setup + Remove Unused Strings
- Make Protocol Buffers available to commonjs code
- Build updates: remove unused commands and assets
- Document Windows 7 Developer Setup
- Update README copyright year to 2018
Signal Desktop 1.10.1
- Fixes a bug recently published
Signal Desktop 1.10.0
- Media Gallery showing all attachments in a given conversation. Note: Until all attachments have been migrated to disk (as part of a background process), only a partial set of a conversation's media will show up, skewed towards the most recent messages
- Increase speed of migration to move attachments to disk from database
- Video attachments: show first frame preview in composition area
Quotes:
- Show 'You' in Android theme instead of your own contact name
- Show thumbnails for quotes of messages with video attachments
Notification improvements:
- Remove all on remote read, on focus, on exit
- Show multi-message notifications like '5 new messages'
Dev:
- Add comments clarifying our mechanisms for stripping EXIF info
- Move to prettierjs to format our code
- Fix break in styleguide; make filesize/Signal.Util.GoogleChrome available
- Remove duplicate entry from .gitignore
Signal Desktop 1.9.0
- Send quoted replies via hover menu on message
- Fixed: Linking a new iOS device would not initially show iOS theme
- Dev: Media Gallery: Phase 1 - currently disabled
Signal Desktop 1.8.0
- Support for receiving quoted replies
- iOS theme: one bubble for both attachment and message contents
- Dev: Fix beta install instructions in readme for debian-based linux
Signal Desktop 1.7.1
- Fixed: Conversation message preview would sometimes continue to show after message disappeared
- Improve URL Auto-Linking In Messages
- Redact More Variants Of Paths In Stack Traces
- Dev: Introduce React, TypeScript, TSLint and React-StyleGuidist
Signal Desktop 1.7.0
- Update to electron 1.8.4
- Migrate all attachments from IndexedDB to file system in the background
- Save attachments to disk when importing Chrome app export
- New option in settings: delete all application data
- Remove all configuration in database when we discover we are unlinked
- Delete everything in database when we link with a different phone number from previous link
- Windows: Delete all data on uninstall
- Fixed: Read receipts setting would not be synchronized along with re-link
- Fixed: Clicking conversation in left pane when already selected would remove focus on message composition field
- Fixed: Searching for the phone number of an existing contact, then selecting 'start conversation' would erase contact details
- Fixed: Selecting Settings menu option multiple times would open multiple instances of settings view
Dev:
- Redact file paths in anything that goes to the log on disk
- When top-level process errors happen, don't show dialog with stack trace
- Add nsp to CI runs
- Add eslint-plugin-mocha to disallow exclusive tests using *.only
- Preparation for encrypted backups
- Updates to structure of exported data - messages.zip, flat list of attachments
- Relax Node.js version requirements
- Fix a few typos in documentation
- Update issue template to mention that translation should be via Transifex
Signal Desktop 1.6.1
- Switch to a new service for debug logs, since GitHub is retiring anonymous gists
Signal Desktop 1.6.0
- Upgrade to the latest version of Electron, 1.8.2
- Replace custom notification sound with system sound
Update menus:
- A few copy changes to make things clearer
- Settings now available via the File (Windows/Linux) or Signal Desktop (macOS) OS menu
- Eliminate the triple-dot menu in the top-center of the screen
- Fixed: Hitting enter after entering device name on install would not move to next screen
Dev:
- Ensure consistent builds using yarn --frozen-lockfile
- Update code to match eslint-enforced formatting
- Upgrade to latest version of electron-builder and associated packages
Signal Desktop 1.5.2
- Fixed: In import/registration flow, choosing View -> Debug Log would do nothing
Signal Desktop 1.5.1
- Fixed: In some cases contact/group syncs would turn off disappearing messages in all conversations
- Fixed: On initial setup, conversations with disappearing messages enabled would be at the top of the conversation list
Signal Desktop 1.5.0
- Note: Includes fixes from 1.4.0-beta.1 (never released to production), 1.5.0-beta.1, and one additional pull request
- Update electron to 1.7.12
- New design for import and install flows
- Support for 'light' imports, which bring just messages, contacts and groups
- Set conversation disappearing messages state and contact block state on initial link
- 'Restart' -> 'Restart Signal' button in update dialog, thanks @StevenXL
Fixed:
- If app started offline, conversations would not open
- Attached images would sometimes show up rotated improperly
- Uncaught Exception: TypeError; 'getSize'
- File paths with special characters could be shown in misleading way
- Incoming messages sometimes didn't appear at all
- 'Cannot find module ./app/locale' error popup when attempting to start another instance of the app on Windows
- Setting NODE_ENV environment variable to 'development' would point it at staging servers
Dev:
- Move ESLint environment configuration into .eslintrc
- Sync Protocol Buffers with libsignal-service-java
- Update to libsignal-protocol-javascript v1.3.0
- Make our binary comparisons constant time
- Fix typo in issue template
- Update to new signal branding
更新時間:2018-05-08
更新細節:
What's new in this version:
WebSite Auditor 4.34
- A few minor bugs have been fixed
WebSite Auditor 4.33.9
- A few minor bugs have been fixed
WebSite Auditor 4.33.8
- The noindex meta tag algorithm has been updated and a few other minor bugs have been fixed
WebSite Auditor 4.33.7
- The whois library for checking domain age has been updated and some other minor bugs have been fixed
WebSite Auditor 4.33.6
- A few minor bugs have been fixed
WebSite Auditor 4.33.5
- Viber has been added to the list of supported protocols, the application/rss+xml has been added to the list of supported sitemap content-types
WebSite Auditor 4.33.4
- A few minor bugs have been fixed
WebSite Auditor 4.33.3
- A few minor bugs have been fixed
WebSite Auditor 4.33.2
- The error counter for the Page Audit module has been fixed
WebSite Auditor 4.33.1
- A few minor bugs have been fixed
WebSite Auditor 4.33
- Edit your website structure, save visualization as PDF/PNG/SVG, label and color pages on the graph and other useful features have been added to Website Auditor. Some minor bugs have been fixed: word count for page body element, parsing pages that are using js elements and other minor issues
WebSite Auditor 4.32.7
- Some performance updates have been implemented
WebSite Auditor 4.32.6
- Some performance updates have been implemented
WebSite Auditor 4.32.5
- Change log not available for this version
WebSite Auditor 4.32.4
- A few minor issues have been fixed
WebSite Auditor 4.32.3
- Change log not available for this version
WebSite Auditor 4.32.2
- Now it is possible to edit the list of supported page extensions in project settings to let Website Auditor collect web-pages with custom extensions
WebSite Auditor 4.32.1
- The search algorithms for orphan pages and sitemap detection have been improved in Website Auditor
WebSite Auditor 4.32
- The pages with .mvc and .nspx extension are now supported in WebSite Auditor. The algorithm for detecting pages' charset type has been improved
WebSite Auditor 4.31.5
- Website Auditor now supports websites with .phtml and .wf extensions. The issue with the incorrect calculation of keywords in Page Audit report has been fixed.
更新時間:2018-05-08
更新細節:
What's new in this version:
LinkAssistant 6.23
- A few minor bugs have been fixed
LinkAssistant 6.22.9
- Some performance updates have been implemented
LinkAssistant 6.22.8
- A few minor bugs have been fixed
LinkAssistant 6.22.7
- The whois library for checking domain age has been updated
LinkAssistant 6.22.6
- A few minor bugs have been fixed
LinkAssistant 6.22.5
- The problem of blurred interface on retina displays has been fixed
LinkAssistant 6.22.4
- Some performance updates have been implemented
LinkAssistant 6.22.3
- Some performance updates have been implemented
LinkAssistant 6.22.2
- A few minor bugs have been fixed
LinkAssistant 6.22.1
- A few minor bugs have been fixed
LinkAssistant 6.22
- Change log not available for this version
LinkAssistant 6.21.7
- Some performance updates have been implemented
LinkAssistant 6.21.6
- The fix for new Google Adwords Keyword Planner interface has been implemented
LinkAssistant 6.21.5
- A few minor bugs have been fixed
LinkAssistant 6.21.4
- A few minor bugs have been fixed
LinkAssistant 6.21.3
- A few minor bugs have been fixed
LinkAssistant 6.21.2
- A few minor bugs have been fixed
LinkAssistant 6.21.1
- A few minor bugs have been fixed
LinkAssistant 6.21
- A few minor bugs and java-related issues have been fixed
LinkAssistant 6.20.5
- A few minor bugs have been fixed
LinkAssistant 6.20.4
- Fixed the problem with LinkAssistant modal windows on MacOS that opened under the main window
LinkAssistant 6.20.3
- Improved UI for minimized interface view and for screens with low resolution and some other minor bugs have been fixed
LinkAssistant 6.20.2
- A few minor bugs have been fixed
LinkAssistant 6.20.1
- New LinkAssistant version with improved memory utilization algorithm for 64-bit Windows machines
LinkAssistant 6.20
- Several bugs have been fixed and UX improvements implemented
更新時間:2018-05-08
更新細節:
What's new in this version:
Rank Tracker 8.23
- Discover the keywords a website is already ranking for with the help of a new Ranking Keywords method
Rank Tracker 8.22.9
- A few minor bugs have been fixed
Rank Tracker 8.22.8
- A few minor bugs have been fixed
Rank Tracker 8.22.7
- The whois library for checking domain age has been updated
- Fixed the issue of Yandex Direct results being collected together with organic rankings
Rank Tracker 8.22.6
- A few minor bugs have been fixed
Rank Tracker 8.22.5
- The problem of blurred interface on retina displays has been fixed
Rank Tracker 8.22.4
- A few minor bugs have been fixed
Rank Tracker 8.22.3
- A few minor bugs have been fixed
Rank Tracker 8.22.2
- A few minor bugs have been fixed
Rank Tracker 8.22.1
- A few minor bugs have been fixed
Rank Tracker 8.22
- Solved the problem with calculating average cost per click value
Rank Tracker 8.21.7
- The issue related to collecting search volume via Google Forecast has been fixed
Rank Tracker 8.21.6
- The fix for new Google Adwords Keyword Planner interface has been implemented
Rank Tracker 8.21.5
- A few minor bugs have been fixed
Rank Tracker 8.21.4
- A few minor bugs have been fixed
Rank Tracker 8.21.3
- Fixed the problem with collecting URLs from Google Top Stories into Keyword Difficulty results
Rank Tracker 8.21.2
- Fixed the bug that caused collecting wrong number of competitors for the 'Keyword Difficulty' tab
Rank Tracker 8.21.1
- A few minor bugs have been fixed
Rank Tracker 8.21
- Fixed the issue with incorrect visibility graph results for project competitors
Rank Tracker 8.20.5
- Fixed duplicated entries for the Keyword Map module, the issue with the filters for Yandex Regions has been fixed
Rank Tracker 8.20.4
- Fixed the problem with Rank Tracker modal windows on MacOS that opened under the main window
Rank Tracker 8.20.3
- Improved UI for minimized interface view and for screens with low resolution and some other minor bugs have been fixed
Rank Tracker 8.20.2
- The time filter from the Keyword Research module has been fixed
Rank Tracker 8.20.1
- New Rank Tracker version with improved memory utilization algorithm for 64-bit Windows machines
Rank Tracker 8.20
- Several bugs have been fixed and UX improvements implemented in Rank Tracker
更新時間:2017-12-08
更新細節:
What's new in this version:
F-Secure Freedome VPN 2.6.4914.0
- Change log not available for this version
F-Secure Freedome VPN 2.4.4868.0
- Change log not available for this version
F-Secure Freedome VPN 1.10.3656.0
- Change log not available for this version
F-Secure Freedome VPN 1.10.3502.0
- Change log not available for this version
F-Secure Freedome VPN 1.8.3451.0
- Change log not available for this version