Notezilla 歷史舊版本 Page17

最新版本 Notezilla 9.0.27

Notezilla 歷史版本列表

Notezilla 是一個用於 Windows 的粘滯便箋軟件,旨在保持您的裝備精良& 精心組織。它可以讓你快速記下粘滯便箋(看起來像是 3M Post-It&Note; 注意),就在你的 Windows 桌面上,給你最好的便簽體驗。桌面上的便簽可以更快地訪問所需的信息! 通過可選的云同步功能,您可以在計算機之間同步便簽,使用我們的 iPhone / iPad,Android,Window... Notezilla 軟體介紹


Insomnia 6.3.1 查看版本資訊

更新時間:2018-12-17
更新細節:

What's new in this version:

Insomnia 6.3.1

Major Changes:
- Add mnemonics to menu items for Windows/Linux
- New option to reference query parameters in Request template tag

Bug Fixes:
- Code generation works again
- Prevent race condition where switching between GraphQL requests quickly would cause the request body to get overwritten
- More robust positioning of dropdown menus when close to screen edge
- Undo now works properly after GraphQL prettify
- Handle edge case that caused some Swagger imports to not import all request
- Update GraphQL library dependencies to fix minor bugs
- Code editor now displays a marker in the gutter for errors (had been broken for a long time)
- Response preview tab now refreshes properly when the tab was not active
- Prevent negative timeout values from being passed to libcurl and throwing an error

Minor Tweaks:
- Add startup task to delete zombie response bodies from filesystem
- Display folder names when selecting a request in the template tag editor
- Tabs now highlighted when focused, and improved keyboard navigation for tabs


Insomnia 6.2.3

Major Changes:
- Add ability to toggle variables to show their source, instead of rendered value (see hotkey in preferences)

Bug Fixes:
- More robust movement of requests to different workspaces
- GraphQL Schema button no longer overlaps modal dialogs

Minor Tweaks:
- Add ext feature for HAWK authentication
- Fix About screen showing undefined for Electron version
- Font ligatures visibility now disabled by default
- Hotkey to focus response body


Insomnia 6.0.2

Bug Fixes:
- Fixed unicode handling in JSON responses
- Fixed AWS auth signing with invalid Content-Type header
- Snap builds working again
- Linux package now built with Ubuntu 14.04
- Don't crash on plugin error

Minor Tweaks:
- Recursive variable improvements


Insomnia 6.0.1
- GraphQL query highlighting improvements
- Invisible cursor/selection now visible again on default theme
- Fixed unicode escaping
- Fixed the sync button no longer being pinned to bottom of sidebar


Insomnia 6.0.0
Major Changes:
- Themes no longer restricted to premium users
- One Dark and One Light themes
- GraphQL queries now show reference documentation mouse hover
- GraphQL operationName now set based on cursor position (if multiple named queries exist)
- Can now view GraphQL introspection request's response on failure
- Setting to configure environment highlight color style
- Environments are now sortable from within the Manage Environments dialog
- Cookie jar template tag (#1039 by coolhome)
- Added ability for plugins to define themes
- New storage API added to plugin API to store/retrieve data
- Greatly improved (more strict) fuzzy search

Bug Fixes:
- No longer specify multipart/form-data boundary when generating Curl requests
- Curl code generation now respects URL encoding option
- Environment now works as expected when no active request is selected
- The prompt template tag now only executes once per request
- No longer fail to render when comment ('#}') is included in GraphQL query
- Small fix related to same-variable-name environment merging
- Support absent Content-Type header for AWS authentication
- Improved error handling for async template tag errors
- Better response preview webview charset handling
- Tag editor dialog preview no longer jumps when an error is present

Minor Tweaks:
- Request template tag now has a new option to get the folder and name
- GraphQL introspection query now specifies operationName property
- New response.setBody API for plugin response hooks
- ASAP Auth now default additionalClaims to empty object
- Now purge raw response bodies when responses are deleted from history
- Added styling for ordered lists to markdown previews
- Add audience parameter to implicit OAuth 2.0 grant type
- Improvements to autocomplete when editing GraphQL variables
- More token types supported for syntax highlighting of Markdown previews (docs)
- Request switcher (Cmd+p) now sorts results by best match
- GraphQL operationName now shown below query editor when set
- Add button to clear current sidebar filter
- Prompt tag now supports masked input (type=password)
- Add ability to see response for failed OAuth 2.0 token fetch requests
- Theme thumbnails are now generated SVGs instead of screenshots


Insomnia 5.16.2
- Headers with empty values are now sent
- Remove debounce for OAuth forms (was causing issues)
- Fix AWS auth not applying some settings
- Include nghttp2lib dependency in Linux builds


Insomnia 5.16.1
- Fix Insomnia Plus/Teams login form error


Insomnia 5.15.0

Major Changes:
- New template tag for executing JSONPath queries on arbitrary strings. This is useful if you include stringified JSON in your environment or are using the file template tag
- Folders and requests can now be moved to different workspaces. This can be done via the folder's dropdown menu in the sidebar or in the request settings dialog
- Additional claims field now available on ASAP authentication (#822 by BCook98)
- GraphQL schema fetches now share OAuth 2.0 tokens with parent request

Bug Fixes:
- Request name and parent folder no longer reverted when selecting previous history item
- GraphQL introspection requests are no longer synced or exported
- Choosing an environment color no longer affects multiple environments (rare bug)
- Form URLEncoded no longer forgets if the value type is set to multi-line
- No longer requires write permission when including files in multipart form data
- Backslashes inside template tags no longer break previews
- Escaped unicode sequences now show properly in environment editor
- Generated Curl commands now handle duplicate query parameter names
- CSV and multipart response viewers no longer show stale responses
- URLs in autocomplete results no longer prevent variables and tags from being shown
- Prompt template tag no longer uses stale values

Minor Changes:
- Request hook plugins now executed for GraphQL introspection requests, code generation, and HAR export
- Ability to toggle OAuth 1/2 authentication on and off via checkbox
- Support Curl's --path-as-is flag. This can be toggled in the request settings dialog
- Region and service fields can now be explicitly set for AWS authentication
- Query parameter values can now be multi-line
- Key-value editors now have a delete-all option, available in new dropdown menu in bottom-left
- Verifier field can now be set for OAuth 1.0 authentication
- Response body now logged when OAuth 2.0 token fetches fail
- Authorization prefix label can now be specified when using Bearer authentication
- Ability to read/write query parameters added to plugin API. Thanks amree and luveti for the help!
- Rename placeholder in header editor
- Upgrade Electron to include patch for webview security vulnerability
- Update Windows code signing certificate
- Plugin download errors are now handled and logged properly
- Plugin installs now work with custom .npmrc configs
- Prompt template tag now has additional option to cache results
- Behind-the-scenes refactor to get ready for fuzzy matching improvements


Insomnia 5.14.9
- Fixed not being able to change body type on new requests


Insomnia 5.14.8
- Switching request to No Body now remembers previous body if re-enabled
- Prompt to create folder is now cancelable
- Update internal prompt plugin


Insomnia 5.14.7
- Bug Fixes: Fix app icon on Linux


Insomnia 5.14.6
- Basic support for importing Swagger 2.0 projects (#695 by slawus)
- Add RSA-SHA1 signing for OAuth 1.0 (#611 by c22)
- Response history now shows URL instead of time and size (#721 by iansu)
- Fix GraphQL autocomplete in nested blocks
- Fix code generation when multipart/form-data present
- Attempt to fix certain network requests hanging
- Fix body type changing automatically when content-type header updated
- GraphQL queries now work with OAuth 2.0 requests
- Base environment name no longer editable
- Support AWS multifactor auth (#730 by focusaurus)
- Add audience field to OAuth 2.0 client credentials grant (#679 by narhen)
- Add OpenID response type for OAuth 2.0 implicit grant (#681 by emdfonseca)
- Support INSOMNIA_DISABLE_AUTOMATIC_UPDATES environment variable
- Always show accurate HTTP status message (never default)
- Plugin arguments can now define a validate function
- Support XPath string results
- Added enable/disable toggle to most authentication types
- XPath queries no longer required to begin with forward slash
- New template tag to prompt for user input
- New OS template tag for accessing operating system values
- getBodyText and setBodyText added to plugin API


Insomnia 5.12.4

Bug Fixes:
- Fix GraphQL autocomplete in nested blocks
- Fix code generation when multipart/form-data present
- Fix certain network requests hanging during DNS lookup

Minor Changes:
- Support INSOMNIA_DISABLE_AUTOMATIC_UPDATES environment variable


Insomnia 5.12.1
- Less obtrusive update notification
- Fix environments disappearing during workspace duplication and sync
- Support for downloading huge files (over ~2GB)
- Fixed HAWK algorithm selection
- Fix environment editor not saving immediately after fixing an error
- Minor fix for Postman import
- Response timer always shows 1 decimal place
- Ability to specify auto-update channel
- Ability to disable auto-updates
- Moved database to the Electron main thread
- Use Google analytics API directly (no more external JS!)
- Faster storing of large response bodies
- Provide a convenient save button when large response gets hidden
- Disable request body linting over 1MB
- Add import/export APIs to plugin system


Insomnia 5.11.7

Major Changes:
- First-party support for viewing multipart responses

Bug Fixes:
- Accept header now overridable again
- Support showing multiple response headers with the same name


Insomnia 5.11.5
- Fix bug where dragging a folder into itself would make it disappear
- OAuth 2.0 requests now use same settings as current request
- Environment editor now refreshes from sync change when it's open
- Improvements to Curl importer
- Add back default Accept header from v5.11.0 but not Accept-Encoding
- New keyboard shortcut to delete active request
- Prompt user to automatically change Content-Type when binary file is selected
- Update documentation links to point to new support website


Insomnia 5.11.0
- OAuth 1.0 Support
- Atlassian ASAP Auth Support
- No longer require global npm to install plugins (included standalone Yarn)
- Fix GraphQL autocompletion not working
- Fix scroll jumping issue in key-value editors (headers, query, etc)
- Fix Cmd+Enter conflict in Sublime keymap
- Fix for raw cookie editor deleting cookies
- Print Curl version in Timeline
- Template tag editor no longer has delay when opening
- Added debug logging to OAuth 2.0 flow
- Support wildcards in port for client certificates
- Use more unique temporary director name to avoid conflicts
- No longer send default Accept and Accept-Encoding headers

J. River Media Center 24.0.068 (64-bit) 查看版本資訊

更新時間:2018-12-12
更新細節:

J. River Media Center 24.0.067 (64-bit) 查看版本資訊

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

What's new in this version:

Changed:
- Streamlined the code that finds network interfaces so that they are only used once upon start of the program instead of every time a socket is created

Fixed:
- Some mp4 or m4a audio with AAC encoding could not be played with JRiver mp4 plug-in

New:
- Tag-writing for MP4/m4a audio files will use Apple's extensible tagging format if the files already contain such tags

Fixed:
- Locking and unlocking split views didn't properly save the lock between restarts of the program

J. River Media Center 24.0.065 (64-bit) 查看版本資訊

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

What's new in this version:

Fixed:
- Editing Custom Website Entries in the Streaming section did not work
- Radio Paradise could play duplicates in some cases

New:
- Media Center can now read video tags written in Apple Quicktime's extensible tagging format
- Added a toolbar button to add selected files to Playing Now

Changed:
- Adjusted the quality score of MetaCritic movie information lookup to reflect its cover art and information quality
- Made the MCC_PLAY_PLAYLIST command reset the search cache so running it on a random smartlist will get new information each instance
- Made the Playing Now Overview lists no longer ignore the selection. Instead the selection will be used to populate the Tag Action Window and the like
- Updated FFmpeg to 4.1, used for file analysis and transcoding

Ultimate Suite for Excel 2018.5.1630.7876 查看版本資訊

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

What's new in this version:

Ultimate Suite for Excel 2018.5.1630.7876
- Change log not available for this version


Ultimate Suite for Excel 2018.4.1520.7510
- Change log not available for this version


Ultimate Suite for Excel 2018.4.1505.7508
- Change log not available for this version


Ultimate Suite for Excel 2018.4.1490.7459
- Change log not available for this version


Ultimate Suite for Excel 2018.4.1409.7113
- Change log not available for this version


Ultimate Suite for Excel 2018.4.1407.7104
- Change log not available for this version


Ultimate Suite for Excel 2018.3.1201.5963
- Change log not available for this version


Ultimate Suite for Excel 2018.3.1197.5836
- Change log not available for this version


Ultimate Suite for Excel 2018.3.1180.5708
- Change log not available for this version


Ultimate Suite for Excel 2018.3.1177.5680
- Change log not available for this version


Ultimate Suite for Excel 2018.2.1151.3748
- Change log not available for this version


Ultimate Suite for Excel 2018.1.1155.3748
- Change log not available for this version

J. River Media Center 24.0.060 (64-bit) 查看版本資訊

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

What's new in this version:

Changed:
- Updated to Monkey's Audio 4.37
- Updated Greek translation (thanks Panagiotis)
- Radio Paradise will download more files when it reaches the end of the playlist
- Radio Paradise playback will message after playing 50 tracks about continuing (so you can't start playback and walk away permanently)
- German translation updated (thanks ByteStar)

New:
- Added the database expression DBLocation() to return the location of a file in the database

Fixed:
- The date first rated would get set when ripping a CD
- Picking zones from the zone menu wouldn't work properly if there was a hidden zone

J. River Media Center 24.0.056 (64-bit) 查看版本資訊

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

What's new in this version:

Changed:
- The check for duplicates is back for playlists, but it should only fire when actively adding files to a playlist
- Updated Italian translation (thanks matteo e massimo)
- German translation updated (thanks ByteStar)
- The disc mode "Ask every time" would not ask when a new disc was inserted in Theater View. Now it will
- TV recording on CableCARD channels in transport stream format is done in a different component from before. This change should not have any user noticeable effect. Should you see difference in behavior please report to us
- Reporter was too slow with larger libraries
- Panel - Changed the default Panel theme to Light
- Updated Italian translation (thanks matteo e massimo)

New:
- You can right-click a column and pick "Remove Column From Sorting" to keep the rest of the sort order but remove that single column
- Media Center will verify the SSL certificate of the Media Server, and ask the user for confirmation if it is untrusted (trust is also established through the Access Key lookup)
- Added the playlist format "M3U (extended)" to the types for a handheld to write the #EXTINF portion
- Added a "Remove All" button to the sort configuration window (in the menu)
- Panel - Added alternate text to images in the player
- Added the keyboard shortcut Ctrl+Shift+B to backup the current library
- Added a "Combine..." feature for playlists to show a dialog to combine with another playlist and offer choices for the combine method
- DVB Subtitle support for live TV. Untested, please test and report how it works

Fixed:
- The truncation tooltip did not honor the transparency mode set in Options
- Wikipedia movie results were not loading due to changes at Wikipedia
- Panel - Button background colors sometimes would not load in the correct order
- Panel - Enabling Ignore Articles in Media Center was breaking the page selection slider
- WMV files which do not play with the Microsoft ASF/WMV reader will be opened with LAV Splitter instead, fixing playback
- DVB TV recordings in transport stream format did not include subtitle packets
- The check for duplicates popup could show up when it should not have

J. River Media Center 24.0.055 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added the expression function FilePlaylists() to return a list of playlist names a file is in
- Introduced a "High Quality" madVR profile. The profile is decent quality designed for mid-range GPUs, not high-end/enthusiast-class GPUs

Changed:
- German translation updated (thanks ByteStar)
- Updated the "High Performance" madVR profile with a few more performance enhancements tailored for integrated Intel GPUs
- TV recordings' post-recording processing is done slightly later to avoid conflicts. This is an attempt to fix post-recording file moving failures of JTV recordings
- Error Free Mode is only persistent if specifically set with MCWS Configuration/ErrorFreeMode, not if its automatically engaged for headless playback
- Temporarily disabled the duplicate check in playlists until all bugs are ironed out

Fixed:
- Interactive playback queries, like "Bookmarking: Ask", did not function in recent versions of Media Center
- ATSC TV recordings in TS format did not filter out packets of other channels on the same transport in recent builds

J. River Media Center 24.0.054 (64-bit) 查看版本資訊

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

What's new in this version:

Changed:
- The file date created is preserved when a FLAC file needs to be rewritten for tagging
- There is a work-around in place to try to directly send hotkeys to madVR if the raw Remote plugin is enabled, which otherwise prevents madVR hotkeys from working
- Updated Italian translation (thanks matteo e massimo)
- Slovak translation updated (thanks Peter Lukac)
- German translation updated (thanks ByteStar)

Fixed:
- Media Center could report duplicate tracks when adding to Radio Paradise in the last build
- Resizing splitters wouldn't work properly on high DPI

New:
- The image rotation feature also works on BMP files and PNG files (as well as JPEG)

SoftEther VPN Gate Client Plugin 2018.09.187 Build 9669 查看版本資訊

更新時間:2018-09-18
更新細節: