Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Releases: tborychowski/tim

2.2.1

09 Jun 08:44
Compare
Choose a tag to compare
  • better update UX: show nice update progress (over the "update" icon)
  • better search UX: when hiding search - focus & select the last highlighted word or link (like in chrome), or focus address bar (if the search term was empty)

2.2.0

08 Jun 14:49
Compare
Choose a tag to compare
  • Search is back and more beautiful than ever!

2.1.1

07 Jun 08:40
Compare
Choose a tag to compare
  • add "remove bookmark" to context menu in subnav
  • replace user names in reactions even if the current user has not reacted! (wow!)
  • reduce the number of GH requests

2.1.0

02 Jun 11:59
Compare
Choose a tag to compare
  • better user name replacement (if a user only added a reaction on a page - it will now replace their ID)
  • touchbar updated
  • fixed: entering an issue number doesn't work
  • fixed: when changing a section - it should not refresh
  • fixed: shortcuts (e.g. "r") don't work when webview is focused
  • keyboard for:
- toggle bookmark (b or cmd+b)
- copy link (p or cmd+p)
- open in browser (o or cmd+o)

2.0.0

31 May 09:30
Compare
Choose a tag to compare

Changed

  • Completely rewritten from scratch, so there will be things that don't work (like in every modern software!)
  • It's using a framework now!
  • Restyled & simplified
  • Links (<A>s) to <BUTTON>s
  • bookmarks model rewritten
    • refresh only a single bookmark when required (not all at once)
    • update bookmarks rendering (to model based)
  • Added a fixed and clickable "Projects" section to bookmarks (will open default repo's issues page)
  • Added a nice material-like "New Issue" button for "Issues" pages
  • Transition & animations should be added in css only when they are visible (minor performance improvement)
  • Context menu has been standardised

Added

Removed

  • "Projects" section
  • "Preview" (cmd+click will now open link in the selected browser)
  • "Home" button from the addressbar (use bookmarks instead)

Bugs Fixed

  • url dropped on the sidebar redirects the page
  • url dragged on the webview can crash webview (it will now reinitialise itself)

Known Bugs

  • It has been observed that occasionally adding/removing a bookmark might cause it to appear twice. Just refresh the panel for now.
  • Touchbar is due for a rewrite. It probably doesn't work for now.

1.5.2

12 May 11:47
Compare
Choose a tag to compare
  • update build progressbar correctly

1.5.1

08 May 09:41
Compare
Choose a tag to compare
  • fix the build progressbar

1.5.0

08 May 09:16
Compare
Choose a tag to compare
  • give indication that link has been copied
  • only numbers should be allowed in the issue number field
  • rapidly clicking many times on a bookmark title crashes the app
  • don't reload issues on frame dom mutation
  • reduce no of GH API requests

1.4.3

04 May 11:28
Compare
Choose a tag to compare
  • change page icon in bookmarks from ⭐️ to 📃
  • scroll to bottom only once, when page loads
  • reload app when renderer crashed

1.4.2

01 May 17:39
Compare
Choose a tag to compare
  • save settings on enter (all form buttons were submitting it)
  • allow only numbers in the issue number field (#21)
  • rapidly clicking many times on a bookmark title crashes the app (#20)
  • scroll to bottom, when bookmark clicked
  • remove unread flag, when a page is visited (without clicking in the sidebar), e.g. from notifications
  • bookmarked PR title does not sync after editing PR title in GH (#18)
  • give indication that link has been copied #22