Next | Query returned 27 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) | Package updated
Log message:
Revbump all Go packages after go120 update
   2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | Package updated
Log message:
Revbump all Go packages after go120 security update
   2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | Package updated
Log message:
Revbump all Go packages after yesterday's go120 security update
   2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | Package updated
Log message:
Revbump all Go packages after go119 security update
   2023-02-23 23:36:38 by Paolo Vincenzo Olivo | Files touched by this commit (4) | Package updated
Log message:
net/tut: update to version 2.0.1

CHANGES (since version 1.0.31)

# 2.0.1

- Show an error if tut can't parse your config. Forgot it in the last release
- More examples in config.example.toml and the man pages

# 2.0.0

- The configuration format is now toml instead of ini, so you'll have to
  start from scratch with your config and themes, but most parts are the
  same, so it should be quite easy. Sorry for the inconvenience.

- Support for multiple accounts in the same window. Start tut with tut
  --user "user1 user2" Use command :login Switch account with Ctrl+N or
  Ctrl+P

- New commands for switch accounts :next-acct and :prev-acct

- Editor inside of tut. You can still use $EDITOR but then you'll have
  to set editor to that in your config.

- More options for [[general.timelines]] closed = don't open the feed when
  you start tut. Use key to open.  on-creation-closed = how to open the
  new feed if closed.  on-focus = how to give it focus

- [open-custom] now has key hints instead of 1, 2, 3, 4 and 5`

- Bug fix for some image viewers that don't like that tut deletes files.
  Set delete-temp-files=false if you want tut to wait till you exists tut
  to remove all files. If you want to clear the tempfiles while running
  tut you can use :clear-temp

- When you run commands inside of tut the new timeline will appear in a
  new pane. You can disable this under [general] with
  commands-in-new-pane=false

- The title of panes will update automatically. If you want the old
  behavior set dynamic-timeline-name=false under [general]

- If your instance supports lists, bold or italic text tut will now render
  this

- Show the language of a toot

# 1.0.33

- Make GoToSocial work again

# 1.0.32

- Tut will now get numbers of chars per toot from the instance instead
  of from the config. Hence char-limit is removed from the config.  It
  will also fetch number of poll options and the length of each option
  from the instance.

- URLs now has a fixed length set by the instance, so the char count
  should now be correct when you are composing toots.

- The API now use WebSocket streams instead of streaming over https.
  Should make tut play nicer with GoToSocial.
   2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | Package updated
Log message:
Revbump all Go packages after go119 update
   2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | Package updated
Log message:
Revbump all Go packages after go119 update
   2023-01-03 01:11:35 by Paolo Vincenzo Olivo | Files touched by this commit (2)
Log message:
net/toot: do not install unneeded template file.

In addition:
* Some cosmetic Makefile changes (NFC).
* Bump revision.
   2022-12-30 04:26:30 by Sijmen J. Mulder | Files touched by this commit (4)
Log message:
net/tut: Update to 1.0.30

Changes in 1.0.31:
 - Tut now comes with man pages.
 - Add file extension to media files. Hopefully it will make more
   programs for media files work
 - XDG_CONFIG_HOME isn't limited to Linux anymore. If you want to use it
   you'll have to move your tut folder to XDG_CONFIG_HOME/tut for it to
   work.

Changes in 1.0.30:
 - Fix: Allow only setting the name in switch and not showBoosts and
   showReplies

Changes in 1.0.29:
 - New timeline for mentions. You reach it with :timeline mentions or
   setting timelines=mentions under [general] in your config.
 - New command :move-window and leaders with move-window-* where the
   asterisk is the direction.
 - New command and leader :close-window
 - New leader switch that let's you go to a timeline if it already
   exists, if it doesn't it will open the timeline in a new window. The
   syntax is almost the same as in timelines under [general].
 - Fix: Don't crash tut if a timeline is empty
 - Fix: showBoosts and showReplies didn't work correctly if name was
   empty
 - Fix: You should still be able to use SpoilerText in toot.tmpl

Changes in 1.0.28:
 - New command :refetch and leader refetch that fetches a toot again.
   Will fetch new poll result and edits.
 - New timeline special in timelines and special-all, special-boosts and
   special-replies in commands and as leader. They are the home timeline
   with only boosts and/or replies. -all contains both, -boosts only
   boosts and -replies only replies.
 - Filters are done server-side as of later Mastodon versions. Should
   make it more consistent with the web client. New config
   status-show-filtered under [input] as you can now show filtered toots
   if you want.
 - The mixed use of spoiler and cw are now removed. Now it should only
   be cw and the config have been changed accordingly, but if you still
   have spoiler in your config it will still work as tut look for both
   versions.

(1.0.27 was not released)

Changes in 1.0.26:
 - Filter notifications with notifications-to-hide under general.
 - Command :stick-to-top and leader stick-to-top that toggles the
   stick-to-top setting. Useful if you're scrolling manually.
 - Notifications now includes the username of the user who interacted
   with you.
 - Improved deleting of media files.

Changes in 1.0.25:
 - Filter boosts and replies from timelines.

   The new syntax for timelines under [general] is now
   timelines=feed,[name],[keys...],[showBoosts],[showReplies].

   So timelines=home,Home,' ',false,true will now hide boosts in the
   home timeline but show replies.

 - stick-to-top under [general] will set tut to always jump to the
   newest post. It may ruin your reading experience.
 - command-text under [style] and in themes. It will set the text color
   in your command bar.
   2022-12-08 17:14:27 by Benny Siegert | Files touched by this commit (122) | Package updated
Log message:
Revbump all Go packages after go119 security update

Next | Query returned 27 messages, browsing 11 to 20 | Previous