Calibre (64-bit)

最新版本 Signal Desktop 1.12.1

Signal Desktop 1.12.1

Signal Desktop 1.12.1
Calibre 64 位是一個管理您的電子書收藏的程序。它作為一個電子圖書館,還允許格式轉換,新聞提要到電子書轉換,以及電子書閱讀器同步功能和一個集成的電子書閱讀器。

Calibre 特點:

節省時間管理你的電子書收藏
Calibre’ 用戶界面的設計盡可能簡單。主窗口中的大按鈕可以滿足您的大部分需求。直觀的標籤下總是清晰地顯示了大量的功能和選項。它的上下文菜單排列整齊,所以你正在尋找的東西幾乎找到了自己的東西。您的目標不會超過三次點擊。這是多年來根據用戶的口徑調整界面的結果。反饋。此外,你可以改變口徑的外觀和感覺的許多方面,並嘗試使用三個內置的庫視圖之一,使用封面,標題,標籤,作者,出版商等瀏覽您的書籍收藏.

隨處可用,任何東西
Calibre 支持幾乎每一個電子閱讀器,並與每更新更多的設備兼容。您可以在幾秒鐘內將電子書從一台設備轉移到另一台設備,無線或電纜。而且你不需要任何額外的工具來做到這一點。口徑將發送最好的文件格式為您的設備轉換它,如果需要,自動.

綜合電子書查看器
Calibre 有一個內置的電子書閱讀器,可以顯示所有主要的電子書格式。它完全支持目錄,書籤,CSS,參考模式,打印,搜索,複製,多頁面視圖,嵌入式字體等等

從 web
Calibre 64bit 版下載新聞 / 雜誌可以確保你知道“經濟學人”,“紐約時報”,“紐約客”雜誌,“衛報”,BBC 新聞,國家地理,CNN,“華爾街日報”,“華盛頓郵報”,“大西洋”等數百個新聞來源自動向您的設備發送故事,科學美國人,有線雜誌,電報,福布斯,Ars Technica&

輕鬆地分享和備份你的圖書館
Calibre 帶有一個方便的網絡服務器來託管你的圖書館。在短短的幾分鐘內,您就可以安全地與任何您選擇的電子書籍分享所有(或部分)電子書籍,或使用您喜歡的任何設備從任何地方自行訪問。通過服務器,您可以使用瀏覽器在任何手機 / 平板電腦上讀取口徑庫中的圖書。它甚至可以離線工作.

編輯你的收藏中的書籍
對於你們中間的電子書書店,口徑有一個內置的編輯器,允許你編輯最流行的電子書格式,EPUB 和 Kindle 的電子書。編輯有許多複雜的功能,使編輯電子書的內部盡可能簡單和高效.

Satisfy 每個電子書的需要和獲得支持
這是不太可能的,但如果你發現有一個功能,你需要,但口徑缺乏它,你可以使用內置的插件瀏覽器。許多用戶開發插件來增強和擴展口徑的功能。您可以直接從口徑瀏覽數百個插件,只需點擊一下即可安裝.

也可以:下載口徑為 Mac

ScreenShot

軟體資訊
檔案版本 Signal Desktop 1.12.1

檔案名稱 signal-desktop-win-1.12.1.exe
檔案大小 64.8 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 Kovid Goyal
官網 http://www.calibre-ebook.com/
更新日期 2018-06-15
更新日誌

What's new in this version:

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

Signal Desktop 1.12.1 相關參考資料
Chocolatey Gallery | Signal (Desktop) 1.10.1

I Understand. This is not the latest version of Signal (Desktop) available. ... Signal (Desktop) 1.12.1, 329, Friday, June 15, 2018, approved.

https://chocolatey.org

Chocolatey Gallery | Signal (Desktop) 1.12.0

This is not the latest version of Signal (Desktop) available. ... Signal (Desktop) 1.12.1, 271, Friday, June 15, 2018, approved. Signal (Desktop) ...

https://chocolatey.org

Chocolatey Gallery | Signal (Desktop) 1.6.0

I Understand. This is not the latest version of Signal (Desktop) available. ... Signal (Desktop) 1.12.1, 175, Friday, June 15, 2018, approved.

https://chocolatey.org

GitHub - signalappSignal-Desktop: Signal — Private Messenger for ...

GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 85 million projects.

https://github.com

Releases · signalappSignal-Desktop · GitHub

GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 85 million projects.

https://github.com

Signal Desktop freezes PC - no action except a hard reset is possible ...

When using Signal Desktop, my Windows 10 laptop will freeze after several minutes of use. ... Open Signal Desktop. ..... local/signal 1.12.1-1.

https://github.com

signalappSignal-Desktop - GitHub

I have searched open and closed issues for duplicates Bug description during the update to v1.12.0-beta.1 an error "can't initialize plug-ins ...

https://github.com