- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 16 2020
Nov 16 2020
matt moved T760: Anonymous photo galleries from Q4 2020 - Oct-Dec to Q1 2021 - Jan-Mar on the Roadmap board.
Nov 13 2020
Nov 13 2020
Update change log and bump build number
GitHub <noreply@github.com> committed rWFSUI6d8422c5f998: Merge pull request #140 from writeas/fix-cursor-jump-bug (authored by angelo).
Merge pull request #140 from writeas/fix-cursor-jump-bug
angelo committed rWFSUI088e5924a1f9: Only update the textView if it doesn't match text binding (authored by angelo).
Only update the textView if it doesn't match text binding
matt moved T497: Support pinning hashtags from Restricted Project Column to Restricted Project Column on the Restricted Project board.
angelo committed rWFSUI4036c74b1628: Revert "Add cursor-reset workaround to editor's wrapped text views" (authored by angelo).
Revert "Add cursor-reset workaround to editor's wrapped text views"
angelo committed rWFSUI47e120ebe3e0: Add cursor-reset workaround to editor's wrapped text views (authored by angelo).
Add cursor-reset workaround to editor's wrapped text views
Nov 11 2020
Nov 11 2020
Fix link in README
Set dock name to "WriteFreely for Mac"
Set name to be shown in Menu bar
angelo committed rWFSUI030fb62b1af2: Add simple logo to launch screen storyboard (authored by angelo).
Add simple logo to launch screen storyboard
Update change log and bump build number
GitHub <noreply@github.com> committed rWFSUI3fad7f38d233: Merge pull request #125 from writeas/fix-cursor-jump-to-end-of-post-body (authored by angelo).
Merge pull request #125 from writeas/fix-cursor-jump-to-end-of-post-body
angelo committed rWFSUI3b31f36a0338: Fix bug with placeholder text not disappearing (authored by angelo).
Fix bug with placeholder text not disappearing
GitHub <noreply@github.com> committed rWFSUI93e055d12fd9: Merge pull request #121 from writeas/use-content-if-post-has-no-title (authored by angelo).
Merge pull request #121 from writeas/use-content-if-post-has-no-title
Nov 10 2020
Nov 10 2020
angelo committed rWFSUI889faf935161: Don't extract lede if the incoming string is empty (authored by angelo).
Don't extract lede if the incoming string is empty
GitHub <noreply@github.com> committed rWFSUI29aacd589e1f: Merge pull request #124 from writeas/fix-false-positive-on-login (authored by angelo).
Merge pull request #124 from writeas/fix-false-positive-on-login
Fix links to credits
Fix cursor-jump bug
angelo committed rWFSUI76089ef75950: Present error alert if token is invalid and ensure user is logged out (authored by angelo).
Present error alert if token is invalid and ensure user is logged out
Nov 9 2020
Nov 9 2020
Fix the lede extractor for edge cases
Update change log and bump build number
Nov 6 2020
Nov 6 2020
angelo committed rWFSUId9897093195e: Include punctuation in first-sentence lede (authored by angelo).
Include punctuation in first-sentence lede
angelo committed rWFSUIcd6f8adbbb16: Don't return more than the first line on short titleless posts (authored by angelo).
Don't return more than the first line on short titleless posts
angelo committed rWFSUI62e3c9aa0ed6: Don't elide ledes that are shorter than 80 characters (authored by angelo).
Don't elide ledes that are shorter than 80 characters
Show lede in list if post has no title
Update lede on new posts as user types
angelo committed rWFSUI00bd18463e97: Add function to strip Markdown-formatted images (authored by angelo).
Add function to strip Markdown-formatted images
GitHub <noreply@github.com> committed rWFSUI9e3cc1f9d490: Merge pull request #120 from writeas/restore-launch-to-editor-functionality (authored by angelo).
Merge pull request #120 from writeas/restore-launch-to-editor-functionality
angelo committed rWFSUI60ce0868caf4: Add function to strip Markdown formatting for headings (authored by angelo).
Add function to strip Markdown formatting for headings
Nov 5 2020
Nov 5 2020
angelo committed rWFSUI3799a0e79221: Create extractLede function on PostListModel (authored by angelo).
Create extractLede function on PostListModel
Nov 4 2020
Nov 4 2020
matt closed T793: Respect collection redirects on Snap.as as Resolved by committing Restricted Diffusion Commit.
Load last draft or new post on launch
angelo committed rWFSUI55473f6a7960: Fix indent issue affecting last draft fetching (authored by angelo).
Fix indent issue affecting last draft fetching
angelo committed rWFSUI4d37cae4bfcd: Save changes to local store when post status changes (authored by angelo).
Save changes to local store when post status changes
angelo committed rWFSUId3e89e2a4586: Save or clear last draft URL from based on change in post status (authored by angelo).
Save or clear last draft URL from based on change in post status
angelo committed rWFSUIc1ed348c9649: Dispatch last-draft URL save to main queue to avoid iPad race condition (authored by angelo).
Dispatch last-draft URL save to main queue to avoid iPad race condition
Clear last draft when leaving the editor
Idea: It would be cool to make this page and T782: Album not found page unique by showing a photograph or graphic representing a 404. We could even do a contest to submit the images for these pages.
GitHub <noreply@github.com> committed rWFSUIefae5202f848: Merge branch 'main' into fix-crash-on-launch (authored by angelo).
Merge branch 'main' into fix-crash-on-launch
GitHub <noreply@github.com> committed rWFSUI8f0d21c5e10c: Merge pull request #118 from writeas/fix-crash-on-launch (authored by angelo).
Merge pull request #118 from writeas/fix-crash-on-launch
Nov 3 2020
Nov 3 2020
Nov 2 2020
Nov 2 2020
GitHub <noreply@github.com> committed rWFSUId09ddc35a232: Merge pull request #114 from writeas/implement-responder-chain-in-editor (authored by angelo).
Merge pull request #114 from writeas/implement-responder-chain-in-editor
angelo committed rWFSUI51f8495a06ed: Make Return key navigate from title field to last body field position (authored by angelo).
Make Return key navigate from title field to last body field position
Add line spacing to title text field
GitHub <noreply@github.com> committed rWFSUI66266dafddf1: Merge pull request #116 from writeas/show-drafts-only-when-logged-out (authored by angelo).
Merge pull request #116 from writeas/show-drafts-only-when-logged-out
angelo committed rWFSUId129c0d0f93c: Save/clear last draft based on status when loading post in editor (authored by angelo).
Save/clear last draft based on status when loading post in editor
angelo committed rWFSUI01bfe7e74a43: Call PostListModel.remove() async on main queue (authored by angelo).
Call PostListModel.remove() async on main queue
angelo committed rWFSUI4ef40453d548: Add methods to save, clear, and retrieve last draft from UserDefaults (authored by angelo).
Add methods to save, clear, and retrieve last draft from UserDefaults
Nov 1 2020
Nov 1 2020
GitHub <noreply@github.com> committed rWF8b8f0f9e50f6: Bump github.com/fatih/color from 1.9.0 to 1.10.0 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump github.com/fatih/color from 1.9.0 to 1.10.0
GitHub <noreply@github.com> committed rWFed00417d8dd0: Bump gopkg.in/ini.v1 from 1.61.0 to 1.62.0 (authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>).
Bump gopkg.in/ini.v1 from 1.61.0 to 1.62.0
Oct 30 2020
Oct 30 2020
This isn't high-priority enough to be on our planned roadmap right now.
Oct 29 2020
Oct 29 2020
angelo committed rWFSUI3c81b5cd6886: Propagate login/logout fixes to Mac app target (authored by angelo).
Propagate login/logout fixes to Mac app target
angelo committed rWFSUI06510f181e9c: Fix post-count label to fetch info from managed object context (authored by angelo).
Fix post-count label to fetch info from managed object context
angelo committed rWFSUI518d793d5dad: Fix SwiftLint error about function body length (authored by angelo).
Fix SwiftLint error about function body length
angelo committed rWFSUIe7408a47e9c8: Fix crash-on-load bug by cleaning up/thread-sanitizing CoreData calls (authored by angelo).
Fix crash-on-load bug by cleaning up/thread-sanitizing CoreData calls
angelo committed rWFSUIbd695b23e614: Remove anything that attempts to set selected post or last draft (authored by angelo).
Remove anything that attempts to set selected post or last draft
Show only drafts list if logged out
angelo committed rWFSUIc2df4cab8672: Default to all-posts list if logged in, drafts otherwise (authored by angelo).
Default to all-posts list if logged in, drafts otherwise
Oct 28 2020
Oct 28 2020
Fix insertion-point bug in body editor
angelo committed rWFSUI3134965b2c3a: Add (dynamic) line spacing back to post body editor (authored by angelo).
Add (dynamic) line spacing back to post body editor
angelo committed rWFSUI3becfcbf7325: Use PostBodyTitleView and PostBodyTextView for post editor (authored by angelo).
Use PostBodyTitleView and PostBodyTextView for post editor
angelo committed rWFSUI86cf0e976de8: Create UIViewRepresentable / UITextView for iOS post title editor (authored by angelo).
Create UIViewRepresentable / UITextView for iOS post title editor
angelo committed rWFSUI3b88d45841a2: Add placeholder files for UIViewRepresentable replacement of TextEditor (authored by angelo).
Add placeholder files for UIViewRepresentable replacement of TextEditor
angelo committed rWFSUIaa519354825c: Create UIViewRepresentable / UITextView for iOS post body editor (authored by angelo).
Create UIViewRepresentable / UITextView for iOS post body editor
Oct 27 2020
Oct 27 2020
GitHub <noreply@github.com> committed rWFSUI1170caaf4a2a: Merge pull request #110 from writeas/keep-local-posts-on-logout (authored by angelo).
Merge pull request #110 from writeas/keep-local-posts-on-logout
GitHub <noreply@github.com> committed rWFSUIe7dff3990573: Merge pull request #109 from writeas/ios-add-howto-link (authored by angelo).
Merge pull request #109 from writeas/ios-add-howto-link
GitHub <noreply@github.com> committed rWFSUIed19742723f8: Merge pull request #112 from writeas/refactor-posteditorview (authored by angelo).
Merge pull request #112 from writeas/refactor-posteditorview
Oct 26 2020
Oct 26 2020
matt closed Restricted Maniphest Task, a subtask of T763: Support storing images in S3, as Resolved.
Oct 23 2020
Oct 23 2020
angelo committed rWFSUIa542afa405b9: Refactor text-editing views out of PostEditorView [Mac] (authored by angelo).
Refactor text-editing views out of PostEditorView [Mac]
angelo committed rWFSUIfea9160a1587: Use adaptive line spacing on iOS (fixes #111) (authored by angelo).
Use adaptive line spacing on iOS (fixes #111)
angelo committed rWFSUI14b7e0f941fe: Refactor text-editing views out of PostEditorView [iOS] (authored by angelo).
Refactor text-editing views out of PostEditorView [iOS]
angelo committed rWFSUIb5687091e8c6: Refactor remote-change prompt out of PostEditorView [iOS] (authored by angelo).
Refactor remote-change prompt out of PostEditorView [iOS]
GitHub <noreply@github.com> committed rWFSUId6a073ccd87d: Merge pull request #107 from writeas/editor-design-improvements (authored by angelo).
Merge pull request #107 from writeas/editor-design-improvements
Oct 22 2020
Oct 22 2020
Present action sheet to confirm logout
angelo committed rWFSUI735326891e7e: Hide the keyboard on tapping the log-in button (authored by angelo).
Hide the keyboard on tapping the log-in button
angelo committed rWFSUI932da4ac4801: Purge everything except local posts on logout (authored by angelo).
Purge everything except local posts on logout
angelo committed rWFSUI47aec3d14385: Update change log and bump build and version number (authored by angelo).
Update change log and bump build and version number
Oct 21 2020
Oct 21 2020
Add how-to link URL to WriteFreelyModel
angelo committed rWFSUI94c6280ed3c5: Add guide link and improve description of section and links (authored by angelo).
Add guide link and improve description of section and links
matt committed rWFSUI873d39eb5cab: [Mac] Make editor title field padding consistent with body (authored by matt).
[Mac] Make editor title field padding consistent with body