Releases: KaiserBarbarossa/MyBrowse
Releases · KaiserBarbarossa/MyBrowse
v0.5
- 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
- "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
- "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
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
v0.2.1
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:
- Installation via PPA is crashing at the first moment because config file doesn’t exist (could be fixed via https://forum.ubuntuusers.de/post/9228537/)
v0.2
!!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
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
First release