TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Opera 軟體歷史版本 Download Page215 :: 軟體兄弟

Opera 歷史版本列表 Page215

最新版本 [var.version]

Opera 歷史版本列表

Opera 為 Windows 電腦提供了一種快速,高效,個性化的瀏覽網頁的方式。它配備了一個流暢的界面,可自定義的快速撥號,發現功能,它可以幫助您找到新鮮的網頁內容,數據保存 Opera Turbo 模式,可視化書籤,超過 1000 擴展。在一個快速的瀏覽器上在網上做更多!您可以從我們的網站點擊免費下載按鈕下載 Opera PC 離線安裝程序。 選擇版本:Opera 50.0 Build 276... Opera 軟體介紹

Opera (32-bit)Opera (64-bit)Opera Neon for Windows


Tribler 7.1.3 (64-bit) 查看版本資訊

更新時間:2018-11-29
更新細節:

What's new in this version:

- Fixed homepage items running off the screen
- Added support for code execution, enabled by program flag
- Added --trace-exception & --trace-debug commandline options
- Fixed bitcoinlib for newer version
- Fixed default number of competing slots
- Fixed error when calculating availability
- Fixed several LevelDB issues
- Disabled remote torrent handler if Dispersy is disabled
- Fixed SQLite commit issues
- Added a Libtorrent endpoint and GUI in Debug pane
- Added shutdown stages in GUI
- Fixed several GUI issues

Simplenote 1.3.0 查看版本資訊

更新時間:2018-11-28
更新細節:

What's new in this version:

New features:
- Importers for Evernote (.enex) exports, Simplenote (.json) exports, and plain text files

Enhancements:
- Revamp auto updater
- Disable checkboxes and hide bullets in Markdown preview of task lists
- Add preview styling for <kbd> tags
- Add markdown property to the JSON file of exported notes
- Improve keyboard support for modal dialogs
- Show focus outlines on buttons and other controls when navigating with a keyboard
- Strip Markdown in note list excerpts (with the exception of ordered and unordered lists)

Fixes:
- Fix a crash bug that occurred when clicking the Share button immediately after selecting a tag in the tag drawer
- Remove outdated help text in the Share dialog
- Fix “bad quality package” error on Ubuntu
- Fix the Sidebar toggle button not working immediately after launch
- Make the Revisions selector full-width when in Focus Mode
- Fix issues with some buttons that were not friendly to screen readers
- Add a Back button for trashed notes in single-column view
- Fix line spacing when printing a Markdown
- Fix margin on Publish icons in the note list
- Various security and under-the-hood improvements

Opera 56.0 Build 3051.116 (64-bit) 查看版本資訊

更新時間:2018-11-26
更新細節:

Pinegrow Web Editor 5.0 查看版本資訊

更新時間:2018-11-20
更新細節:

What's new in this version:

- First, a quick look back. In the year since Pinegrow Web Editor 4 was released, we had 10 strong updates with features like Smart WordPress Actions and powerful Visual CSS Grid Editor.
- A note about upgrades to Pinegrow 5: if your license is eligible for free updates (one year after the license purchase and renewal, or as long as subscription is active) you get all Pinegrow Web Editor updates for free, including Pinegrow 5.
- With Pinegrow 5 we focus on improving the workflow of dealing with HTML layout and CSS styling. We even created a feature called “Focus on”. “Focus on…” lets us isolate an element on the page and deal with just this element instead of the whole page. That’s very useful on complex HTML layouts. “Focus on…” command is available in the top toolbar, on the element context menu or with the shortcut CMD+F (CTRL+F on Windows/Linux).

A couple of things happen when we Focus on an element:
The Tree panel displays the structure of the focused element, with all its children nodes collapsed (only the top most level is expanded):
Drag & drop on the page deals only with top level children of the element. For example, grabbing anything within the element will grab the top level child:
- Similarly, dropping an element from the Library panel will place the element on the top level of the focused element
- That’s very handy for dealing with the top level structure of the focused element without worrying that we’ll drop something in the wrong place

If we want more control over drag & drop placement, we can expand relevant nodes in the Tree panel and use it for dropping or rearranging elements:
The “Focus on” menu also contains a shortcut to focusing on the Page layout of the Body element:
The Focus bar also lists the elements that can be inserted into the focused element, if available:
- To exit the “Focus on” mode click on the close icon in the Focus bar or select Clear from the Focus menu
- Improved CSS Styling
- Starting from Pinegrow 3 it has been possible to style elements with inline styles (with HTML element style attribute)
- The benefit of inline styles is that we can jump straight into styling an element, without thinking about classes, ids and CSS rules
- But eventually, all inline styles should be transferred into proper CSS rules. That’s hard to do if inline styles are scattered around the page
- Pinegrow 5 has a solution for that
- Working with inline styles

First, the Style panel now clearly indicates when inline styles are used:
Second, the Quick Create CSS Rule tool offers to transfer the inline styles into a newly created CSS rule:
And the Tree panel shows the style icon next to elements with inline styles. Clicking on the style icon in the Tree jumps straight into Style editor for that element:
The Tree panel filter can be used to only display elements with inline styles:
- With these tools we have the best of both worlds: the freedom to directly style with inline styles and the systematic process for creating CSS rules for those styles
- And some might ask: Why not have a feature that would automatically save all inline styles on the page as CSS rules
- It would be easy for Pinegrow to go through the page and store all inline styles into CSS classes like .rule1, .rule2…
- Although it sounds useful, such feature would lead to messy CSS code. Creating maintainable CSS structure requires strategic thinking about properly naming and organizing CSS rules. That’s not something that an app can do for you
- Creating clean and maintainable code is the top goal and quality of Pinegrow Web Editor. We don’t want to introduce any feature that would go against this
- Other styling improvements

There are more styling improvements worth mentioning:
Stylesheets and their CSS rules can be hidden in the Active Style panel by clicking on the Hide stylesheet icon next to the stylesheet name:
- Before, the “Ignore in Active” function was only available from the Stylesheets menu

Text indent control was added to the Text section of the CSS Visual Editor:
“Customize variable” command (for SASS and LESS files) will ask for the new value if the default value uses a custom function:
This avoids breaking SASS/LESS files with functions that are not yet defined in the section where custom variables are defined:
- Pinegrow uses CSS Autoprefixer when compiling SASS and LESS files. Now you can control the Autoprefixer configuration in the Settings dialog. This feature is for advanced users, most users can just leave the autoprefixer settings as they are
- The Project panel
- Note, the Project panel is a Pinegrow PRO feature

Now, we can drag images, stylesheets and scripts from the Project panel to the page. Draggable files have a Drag icon displayed next to their names:
- Dragging an image inserts the image to the selected place on the page or in the Tree

Dropping an image on an existing image on the page replaces that image:
- Dragging a stylesheet (.css file) to the page appends the stylesheet to the page
- Doing that with a Javascript (.js) script file will insert the script to the footer of the page

Image previews in the Project panel now also display the dimensions and size of images:
- And using the search in the Project panel expands all folders with matched files
- The Tree panel

The Tree panel got a “Filter” function that lets us display only elements with inline styles, images, texts, links, components or WordPress actions:
The filter works alongside the existing search function that lets us search with strings and CSS selectors:
- Other improvements
- Use arrow keys to select elements
- UP_KEY selects the parent element
- DOWN_KEY selects the first child element
- LEFT_KEY selects the previous element
- RIGHT_KEY selects the next element
- Use SHIFT_KEY with LEFT_KEY and RIGHT_KEY keys to select a range of elements
- Selecting a duplicated element
- A duplicated element is now automatically selected, if the Duplicate command was run on a selected element
- Element dimensions in pixels are shown when an element is selected or hovered with the mouse pointer
- Clicking on a image in the Unsplash photo browser replaces the currently selected image
- Use “Clear code” icon in Insert code in the Library panel to clear the code from the editor
- Page and project thumbnails are now turned off by default on Linux because on Linux, generating thumbnails requires briefly showing a second window. You can turn them on in the Options menu on the Start screen

Opera 56.0 Build 3051.104 (64-bit) 查看版本資訊

更新時間:2018-11-14
更新細節:

Opera 56.0 Build 3051.99 (64-bit) 查看版本資訊

更新時間:2018-11-06
更新細節:

What's new in this version:

- extension desktop capture does not work properly
- Cannot see full license text on opera//about/credits
- [Linux] No tab separator
- Crash at -[ZoomButton setAddressBarModel]
- Coupon toolbar

Viscosity 1.7.12 查看版本資訊

更新時間:2018-10-31
更新細節:

What's new in this version:

Added:
- Support for Dark Mode in macOS 10.14 (Mojave)

Improved:
- Support for macOS 10.14 (Mojave)
- Main menu performance significantly improved
- Keyboard accessibility of the main menu improved

Updated:
- OpenSSL updated to version 1.0.2p

Fixed:
- Resolves issue setting the working directory for scripts
- Resolves issue scrolling the main menu with many connections
- Prevents reconnects when cancelling certain PKCS#11 requests
- Various bug fixes and enhancements

Removed:
- OS X 10.9 is no longer supported

Opera 56.0 Build 3051.88 (64-bit) 查看版本資訊

更新時間:2018-10-30
更新細節:

Autodesk EAGLE 9.2.2 查看版本資訊

更新時間:2018-10-26
更新細節:

What's new in this version:

- Fixed issue where several recently added commands caused out of order execution in scripts.
- PINBREAKOUT: Added warning and required user confirmation for case when pin breakout would create shorted connections, for example, two parts broken out with the same pins, and using Pin Name option.
- The CAM Processor no longer automatically adjusts to negative image mode based on mask File Function settings. Additionally, all 'Template' and '3rd Party CAM Job Files' are modified to remove negative image conditions in their Gerber Output definitions.
- Now a text that contains space characters can be copied with COPY and PASTE into a NAME dialog. The space characters will be removed. A text like "AB CD" will result in ABCD". Such texts could not be handled in previous versions.
- Fixed an issue when using the BUS command after a GROUP selection operation.
- Fixed an issue with COPY or PASTE with schematic parts that could possibly result in misaligned placement of the board element's attributes not being located in their default location.

Tribler 7.1.2 (64-bit) 查看版本資訊

更新時間:2018-10-26
更新細節:

What's new in this version:

- Fixed proxy settings in the configuration file, which could result in a crash