Skip to content

Releases: KaiserBarbarossa/MyBrowse

v0.5

07 Sep 17:52
Compare
Choose a tag to compare
  • Migrate to argparse library instead of own parser
  • Allow different basedirs using -B/--basedir argument or the
    $MYBROWSE_HOME environment variable
  • Reset addressbar text if it isn’t the URL and Escape is pressed
  • Do only show hover link in addressbar if no command is typed
  • Use pybuild in build process
  • Remove highlights if addressbar has focus, Escape is pressed and the text
    inside the addressbar starts with ':/'
  • Use utf8 in bookmark file
  • Implement theming using CSS
  • Add ctrl+k as keybinding to focus searchbar
  • Reload configuration if uri has changed or a command is executed
  • Add --temp-dir argument
  • Add tooltip
  • Add configuration option to disable javascript
  • Escape search input (see vain/lariza#47)
  • Use F5 to reload
  • Add Shift+F5 as keybinding to reload and bypass cache
  • Use Path.expanduser() instead of manual parsing
  • Use a system wide configuration if user configuration doesn’t exist
  • Test for modifier keys correctly (Closes #11)
  • Allow zooming using mouse wheel

v0.4

15 Jul 07:20
Compare
Choose a tag to compare
  • "Link-Logic" is moved into seperate function
  • Do not hardcode useragent
  • Implement content zoom
  • Don’t display progressbar if loading page has finished
  • More commands
  • configuration option to define window size
  • Support WebKit2Gtk+-extensions
  • Focus website if loading page has finished (Closes #9)
  • Focus addressbar with [Ctrl]+[L] and [Esc]
  • Allow user-set "protocols"
  • Add "about:home" as pseudo url
  • Open local hiles if prefixed with "~"
  • Implement basic search function

v0.3.1

23 Apr 19:49
Compare
Choose a tag to compare
  • "file://" is added to local urls if not exists
  • Add possibility to enable WebGL (set webgl value in configuration file)
  • Fallback to configuration values if not given in configuration file and add them to the file

v0.3

26 Feb 14:25
Compare
Choose a tag to compare

New features:

  • Use Firefox’ user-agent as default
  • progressbar in addressbar
  • addressbar ad commandbar to go back, go forward, reload, go home and report bugs
  • starter (MyBrowse can be found in a application menu at "Internet" -> "MyBrowse")
  • keybindings
  • history
  • maximize window
  • show url in addressbar on hover
  • use system’s browser icon

Bug fixes:

  • Fix bookmarking error because "title" didn’t exist

v0.2.2

11 Feb 17:04
Compare
Choose a tag to compare

Bug fixes:

  • Use Pathlib instead of os-module
  • Fix error because config file hasn’t been installed ( #3 )
  • If config file doesn’t exist it is created

v0.2.1

11 Feb 06:01
Compare
Choose a tag to compare

New features:

  • Bookmarking
  • Search engine is defined in configuration file
  • First configuration options (User-Agent and developer-extras) are introduced
  • Now it is possible to create debian packages

Known bugs:

v0.2

09 Feb 15:52
Compare
Choose a tag to compare

!!Since this release MyBrowse is licensed under the GPL v3!!

Bug fixes:

  • none

New features:

  • Automatically add "https://" to url if no protocol given.
  • Add a search bar

v0.1.1

08 Feb 22:26
Compare
Choose a tag to compare

Bug fixes:

  • 2021-02-07: MyBrowse is now searching all config files on the right path.

New features:

  • 2021-02-08: Automaticcally update path in addressbar
  • 2021-02-08: Set Window title based on <title>-tag
  • 2021-02-08: Updated installation script: now supports deinstallation and upgrade too.

-> Special thanks to Axel-Erfurt!

v0.1a

07 Feb 15:17
Compare
Choose a tag to compare
v0.1a Pre-release
Pre-release

First release